From patchwork Wed Jun 22 14:06:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 101477 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 56AF7B7014 for ; Thu, 23 Jun 2011 00:06:29 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QZO4X-0006P0-3G; Wed, 22 Jun 2011 14:06:25 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QZO4U-0006OV-PO for kernel-team@lists.ubuntu.com; Wed, 22 Jun 2011 14:06:22 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QZO4R-0007B0-C8 for ; Wed, 22 Jun 2011 14:06:20 +0000 Received: from dynamic-adsl-94-36-118-174.clienti.tiscali.it ([94.36.118.174] helo=[192.168.0.32]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1QZO4R-0006Cd-7X for kernel-team@lists.ubuntu.com; Wed, 22 Jun 2011 14:06:19 +0000 Message-ID: <4E01F6DA.7020008@canonical.com> Date: Wed, 22 Jun 2011 16:06:18 +0200 From: Paolo Pisati User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110602 Thunderbird/5.0b1 MIME-Version: 1.0 To: kernel-team@lists.ubuntu.com Subject: [lucid/fsl-imx51][pull request] CVE fixes 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 The following changes since commit ad43db5a592e927faed31f7b44cf099d7944b498: can: Add missing socket check in can/bcm release. (2011-06-14 09:20:49 +0100) are available in the git repository at: git://kernel.ubuntu.com/ubuntu/ubuntu-lucid.git ..BRANCH.NOT.VERIFIED.. Alan Cox (2): tty: Make tiocgicount a handler, CVE-2010-4076, CVE-2010-4077 bluetooth: Fix missing NULL check CVE-2010-4242 Dan Carpenter (1): IB/uverbs: Handle large number of entries in poll CQ CVE-2010-4649 Dan Rosenberg (1): rds: Integer overflow in RDS cmsg handling, CVE-2010-4175 David S. Miller (1): filter: make sure filters dont read uninitialized memory CVE-2010-4158 Jens Axboe (1): bio: take care not overflow page count when mapping/copying user data CVE-2010-4162 Paolo Pisati (1): UBUNTU: Start new release Xiaotian Feng (1): block: check for proper length of iov entries earlier in blk_rq_map_user_iov(), CVE-2010-4163 block/blk-map.c | 3 + debian.fsl-imx51/abi/2.6.31-608.25/abiname | 1 - .../abi/2.6.31-608.25/armel/ignore.modules | 1 - debian.fsl-imx51/abi/2.6.31-609.26/abiname | 1 + .../{2.6.31-608.25 => 2.6.31-609.26}/armel/imx51 | 2991 ++++++++++---------- .../armel/imx51.modules | 26 - debian.fsl-imx51/changelog | 8 + drivers/bluetooth/hci_ldisc.c | 7 + drivers/char/tty_io.c | 21 + drivers/infiniband/core/uverbs_cmd.c | 101 +- drivers/serial/serial_core.c | 37 +- drivers/usb/serial/usb-serial.c | 13 + fs/bio.c | 14 +- include/linux/tty_driver.h | 9 + include/linux/usb/serial.h | 2 + net/core/filter.c | 64 +- net/rds/rdma.c | 24 +- 17 files changed, 1690 insertions(+), 1633 deletions(-) delete mode 100644 debian.fsl-imx51/abi/2.6.31-608.25/abiname delete mode 100644 debian.fsl-imx51/abi/2.6.31-608.25/armel/ignore.modules create mode 100644 debian.fsl-imx51/abi/2.6.31-609.26/abiname rename debian.fsl-imx51/abi/{2.6.31-608.25 => 2.6.31-609.26}/armel/imx51 (81%) rename debian.fsl-imx51/abi/{2.6.31-608.25 => 2.6.31-609.26}/armel/imx51.modules (99%) All commits cherry-picked from lucid/master, upstream sha, buglink pointing to the real lp bug and kteam ack included.