From patchwork Mon Nov 28 11:02:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2.6.32+drm33-longterm] Linux 2.6.32.49+drm33.21 X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 127958 Message-Id: <4ED36A48.10407@canonical.com> To: kernel-team@lists.ubuntu.com Date: Mon, 28 Nov 2011 12:02:32 +0100 From: Stefan Bader List-Id: Kernel team discussions Started to apply the upstream release to lucid. Currently test building and patches without tracking bug... -Stefan The following changes since commit 763153269ad00a29cb0da153c62662892b29c97f: ipv6: udp: fix the wrong headroom check (2011-11-25 08:59:15 +0000) are available in the git repository at: git://kernel.ubuntu.com/smb/ubuntu-lucid.git master-next Alan Stern (1): usb-storage: Accept 8020i-protocol commands longer than 12 bytes Andrew Worsley (1): USB: Fix Corruption issue in USB ftdi driver ftdi_sio.c Axel Lin (1): ASoC: wm8940: Properly set codec->dapm.bias_level Bart Van Assche (1): Make scsi_free_queue() kill pending SCSI commands Dan Carpenter (1): PM / Suspend: Off by one in pm_suspend() Dave Jones (1): kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0 Greg Kroah-Hartman (1): Linux 2.6.32.49 Ian Campbell (1): genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier Johannes Berg (1): netlink: validate NLA_MSECS length Josh Boyer (1): USB: add quirk for Logitech C600 web cam Mauro Carvalho Chehab (1): Remove the old V4L1 v4lgrab.c file Michal Marek (1): kbuild: Fix passing -Wno-* options to gcc 4.4+ Mitsuo Hayasaka (1): mm: avoid null pointer access in vm_struct via /proc/vmallocinfo NeilBrown (2): NFS/sunrpc: don't use a credential with extra groups. md/raid5: abort any pending parity operations when array fails. Peter Wippich (1): mtd: mtdchar: add missing initializer on raw write Petr Uzel (1): st: fix race in st_scsi_execute_end Stefan Bader (1): Revert "(pre-stable) genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier" sordna (1): USB: quirks: adding more quirky webcams to avoid squeaky audio wangyanqing (1): USB: serial: pl2303: rm duplicate id Documentation/Makefile | 2 +- Documentation/kbuild/makefiles.txt | 12 ++ Documentation/video4linux/Makefile | 8 -- Documentation/video4linux/v4lgrab.c | 201 ----------------------------------- Makefile | 7 +- drivers/md/raid5.c | 32 ++++-- drivers/mtd/mtdchar.c | 1 + drivers/scsi/hosts.c | 9 +- drivers/scsi/scsi_lib.c | 9 ++ drivers/scsi/st.c | 4 +- drivers/usb/core/quirks.c | 27 +++++ drivers/usb/serial/ftdi_sio.c | 14 ++- drivers/usb/serial/pl2303.c | 1 - drivers/usb/serial/pl2303.h | 4 - drivers/usb/storage/protocol.c | 7 +- include/linux/vmalloc.h | 1 + kernel/power/suspend.c | 2 +- lib/nlattr.c | 1 + mm/vmalloc.c | 67 +++++++++--- net/sunrpc/auth_unix.c | 3 + scripts/Kbuild.include | 5 + sound/soc/codecs/wm8940.c | 1 + 22 files changed, 160 insertions(+), 258 deletions(-) delete mode 100644 Documentation/video4linux/Makefile delete mode 100644 Documentation/video4linux/v4lgrab.c