From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 3.4 00/43] 3.4.96-stable review Date: Sat, 28 Jun 2014 10:45:51 -0700 Message-Id: <20140628174449.788784511@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.4.96 release. There are 43 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Mon Jun 30 17:44:34 UTC 2014. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.4.96-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.4.96-rc1 Andy Lutomirski x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508) Roger Quadros usb: usbtest: Add timetout to simple_io() Eric Sandeen btrfs: fix use of uninit "ret" in end_extent_writepage() Liu Bo Btrfs: use right type to get real comparison Rickard Strandqvist fs: btrfs: volumes.c: Fix for possible null pointer dereference Chris Mason Btrfs: fix double free in find_lock_delalloc_range Michael S. Tsirkin skbuff: skb_segment: orphan frags before copying Michael S. Tsirkin skbuff: export skb_copy_ubufs Michael S. Tsirkin skbuff: add an api to orphan frags Thomas Gleixner genirq: Sanitize spurious interrupt detection of threaded irqs Mike Frysinger x86, x32: Use compat shims for io_{setup,submit} H. Peter Anvin x86-32, espfix: Remove filter for espfix32 due to race Nicholas A. Bellinger target: Explicitly clear ramdisk_mcp backend pages Russell King ARM: stacktrace: avoid listing stacktrace functions in stacktrace Lv Zheng ACPI: Fix conflict between customized DSDT and DSDT local copy Johan Hovold USB: sierra: fix remote wakeup Johan Hovold USB: sierra: fix urb and memory leak on disconnect Johan Hovold USB: sierra: fix urb and memory leak in resume error path Johan Hovold USB: sierra: fix use after free at suspend/resume Johan Hovold USB: sierra: fix AA deadlock in open error path Johan Hovold USB: usb_wwan: fix potential blocked I/O after resume Johan Hovold USB: usb_wwan: fix potential NULL-deref at resume Johan Hovold USB: usb_wwan: fix urb leak at shutdown Johan Hovold USB: usb_wwan: fix write and suspend race xiao jin USB: usb_wwan: fix race between write and resume xiao jin USB: usb_wwan: fix urb leak in write error path Mikulas Patocka matroxfb: perform a dummy read of M_STATUS Maurizio Lombardi ext4: fix wrong assert in ext4_mb_normalize_request() Christian Borntraeger s390/lowcore: reserve 96 bytes for IRB in lowcore Johannes Weiner mm: vmscan: clear kswapd's special reclaim powers before exiting Kees Cook HID: core: fix validation of report id 0 Hugh Dickins mm: fix sleeping function warning from __put_anon_vma Tony Luck mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACTION_REQUIRED Tony Luck mm/memory-failure.c-failure: send right signal code to correct thread Johan Hovold USB: option: fix runtime PM handling Alan Stern USB: EHCI: avoid BIOS handover on the HASEE E200 Felipe Balbi usb: dwc3: gadget: clear stall when disabling endpoint Paul Bolle usb: gadget: rename CONFIG_USB_GADGET_PXA25X Alan Stern USB: usbtest: add a timeout for scatter-gather tests Huang Rui usb: usbtest: fix unlink write error with pattern 1 Dan Carpenter applicom: dereferencing NULL on error path Paul Bolle staging: tidspbridge: check for CONFIG_SND_OMAP_SOC_MCBSP Stephane Grosjean can: peak_pci: prevent use after free at netdev removal ------------- Diffstat: Makefile | 4 +- arch/arm/kernel/stacktrace.c | 18 ++-- arch/s390/include/asm/lowcore.h | 11 +-- arch/x86/kernel/entry_32.S | 15 ++-- arch/x86/syscalls/syscall_64.tbl | 6 +- drivers/acpi/bus.c | 7 ++ drivers/char/applicom.c | 1 - drivers/hid/hid-core.c | 12 ++- drivers/net/can/sja1000/peak_pci.c | 14 +-- drivers/staging/tidspbridge/core/dsp-clock.c | 4 +- drivers/target/target_core_rd.c | 2 +- drivers/usb/dwc3/gadget.c | 4 + drivers/usb/gadget/inode.c | 2 +- drivers/usb/host/pci-quirks.c | 19 ++++- drivers/usb/misc/usbtest.c | 40 ++++++++- drivers/usb/serial/option.c | 15 +++- drivers/usb/serial/sierra.c | 54 +++++++++--- drivers/usb/serial/usb_wwan.c | 123 +++++++++++++++------------ drivers/video/matrox/matroxfb_base.h | 2 +- fs/btrfs/backref.c | 2 +- fs/btrfs/extent_io.c | 3 +- fs/btrfs/volumes.c | 5 +- fs/ext4/mballoc.c | 2 +- include/linux/irqdesc.h | 4 + include/linux/skbuff.h | 16 ++++ kernel/irq/manage.c | 4 +- kernel/irq/spurious.c | 106 ++++++++++++++++++++++- mm/memory-failure.c | 25 +++--- mm/rmap.c | 8 +- mm/vmscan.c | 3 + net/core/skbuff.c | 5 +- 31 files changed, 400 insertions(+), 136 deletions(-)