From patchwork Tue Jan 15 20:03:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 212306 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id CA5252C0087 for ; Wed, 16 Jan 2013 07:03:52 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TvCjU-0004Fl-2d; Tue, 15 Jan 2013 20:03:40 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TvCjR-0004F5-Ko for kernel-team@lists.ubuntu.com; Tue, 15 Jan 2013 20:03:37 +0000 Received: from [10.0.2.6] (host-72-175-198-22.hln-mt.client.bresnan.net [72.175.198.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.tpi.com (Postfix) with ESMTP id A0584334B89 for ; Tue, 15 Jan 2013 12:03:31 -0800 (PST) Message-ID: <50F5B60F.8030101@canonical.com> Date: Tue, 15 Jan 2013 13:03:27 -0700 From: Tim Gardner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: kernel-team Subject: Quantal SRU pull request, update mtip32xx to v3.8-rc3 X-Enigmail-Version: 1.4.6 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Clean cherry picks. http://bugs.launchpad.net/bugs/1099913 The following changes since commit 91bfb2cc222618382400322bba8e61138ea68c2d: UBUNTU: SAUCE: samsung-laptop: Add quirk for broken acpi_video backlight on N250P (2013-01-08 10:55:53 -0200) are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-quantal.git lp1099913-mtip32xx for you to fetch changes up to 92b2f36594f959f7e4b805b0f5059fd915fb61e9: mtip32xx: Fix padding issue (2013-01-15 12:57:56 -0700) ---------------------------------------------------------------- Asai Thambi S P (6): mtip32xx: Add support for new devices mtip32xx: Handle NCQ commands during the security locked state mtip32xx: Increase timeout for standby command mtip32xx: Proper reporting of write protect status on big-endian mtip32xx: Change printk to pr_xxxx mtip32xx: Remove dead code David Milburn (1): mtip32xx: fix user_buffer check in exec_drive_command Jens Axboe (1): mtip32xx: fix shift larger than type warning Selvan Mani (5): mtip32xx:Added appropriate timeout value for secure erase mtip32xx: fix potential crash on SEC_ERASE_UNIT mtip32xx: Fix to make lba address correct in big-endian systems mtip32xx: Fix incorrect mask used for erase mode mtip32xx: Fix padding issue Wei Yongjun (1): mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function() drivers/block/mtip32xx/mtip32xx.c | 71 +++++++++++++++++++++++++------------ drivers/block/mtip32xx/mtip32xx.h | 17 +++++++-- 2 files changed, 62 insertions(+), 26 deletions(-) Acked-by: Colin Ian King