This is the start of the stable review cycle for the 3.4.75 release.
There are 31 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 Fri Dec 20 21:05:11 UTC 2013.
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.75-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.4.75-rc1
Greg Kroah-Hartman <[email protected]>
Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"
Mikulas Patocka <[email protected]>
hpfs: fix warnings when the filesystem fills up
Alan <[email protected]>
sc1200_wdt: Fix oops
H Hartley Sweeten <[email protected]>
staging: comedi: ssv_dnp: use comedi_dio_update_state()
Ian Abbott <[email protected]>
staging: comedi: pcmuio: fix possible NULL deref on detach
Helge Deller <[email protected]>
nfs: fix do_div() warning by instead using sector_div()
Mikulas Patocka <[email protected]>
dm table: fail dm_table_create on dm_round_up overflow
Mikulas Patocka <[email protected]>
dm delay: fix a possible deadlock due to shared workqueue
Mikulas Patocka <[email protected]>
dm bufio: initialize read-only module parameters
Matthew Garrett <[email protected]>
x86, efi: Don't use (U)EFI time services on 32 bit
Alex Deucher <[email protected]>
drm/radeon: fixup bad vram size on SI
Johannes Berg <[email protected]>
mac80211: don't attempt to reorder multicast frames
Paul Moore <[email protected]>
selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()
Paul Moore <[email protected]>
selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()
Linus Pizunski <[email protected]>
drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrap
Christian Engelmayer <[email protected]>
Input: usbtouchscreen - separate report and transmit buffer size handling
Fangxiaozhi (Franko) <[email protected]>
USB: option: support new huawei devices
Gustavo Zacarias <[email protected]>
USB: serial: option: blacklist interface 1 for Huawei E173s-6
Michael Grzeschik <[email protected]>
usb: gadget: composite: reset delayed_status on reset_config
Alan Stern <[email protected]>
usb: dwc3: fix implementation of endpoint wedge
Julius Werner <[email protected]>
usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHED
Linus Torvalds <[email protected]>
futex: fix handling of read-only-mapped hugepages
Dan Carpenter <[email protected]>
xfs: underflow bug in xfs_attrlist_by_handle()
Brian Carnes <[email protected]>
hwmon: (w83l786ng) Fix fan speed control mode setting and reporting
Andy Honig <[email protected]>
KVM: Improve create VCPU parameter (CVE-2013-4587)
Konstantin Khlebnikov <[email protected]>
ARM: 7913/1: fix framepointer check in unwind_frame
Konstantin Khlebnikov <[email protected]>
ARM: 7912/1: check stack pointer in get_wchan
Roger Quadros <[email protected]>
ARM: OMAP3: hwmod data: Don't prevent RESET of USB Host module
Dmitry Eremin-Solenikov <[email protected]>
ARM: pxa: tosa: fix keys mapping
Stefano Panella <[email protected]>
ALSA: memalloc.h - fix wrong truncation of dma_addr_t
Jim Quinlan <[email protected]>
MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent R10000
-------------
Diffstat:
Makefile | 4 +-
arch/arm/kernel/process.c | 7 +-
arch/arm/kernel/stacktrace.c | 2 +-
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 13 +---
arch/arm/mach-pxa/tosa.c | 102 ++++++++++++++---------------
arch/mips/mm/dma-default.c | 16 +++--
arch/x86/platform/efi/efi.c | 7 --
crypto/algif_hash.c | 3 -
crypto/algif_skcipher.c | 3 -
drivers/gpu/drm/radeon/si.c | 11 +++-
drivers/hwmon/w83l786ng.c | 4 +-
drivers/input/touchscreen/usbtouchscreen.c | 22 +++++--
drivers/md/dm-bufio.c | 5 ++
drivers/md/dm-delay.c | 23 ++++---
drivers/md/dm-table.c | 5 ++
drivers/rtc/rtc-at91rm9200.c | 2 +
drivers/staging/comedi/drivers/pcmuio.c | 12 ++--
drivers/staging/comedi/drivers/ssv_dnp.c | 6 +-
drivers/usb/core/hub.c | 5 +-
drivers/usb/dwc3/ep0.c | 2 +
drivers/usb/dwc3/gadget.c | 5 +-
drivers/usb/gadget/composite.c | 1 +
drivers/usb/serial/option.c | 27 ++++++++
drivers/watchdog/sc1200wdt.c | 3 +-
fs/hpfs/file.c | 5 +-
fs/nfs/blocklayout/extents.c | 2 +-
fs/xfs/xfs_ioctl.c | 3 +-
fs/xfs/xfs_ioctl32.c | 3 +-
include/sound/memalloc.h | 2 +-
kernel/futex.c | 2 +-
net/ipv4/udp.c | 3 -
net/mac80211/rx.c | 3 +-
security/selinux/hooks.c | 93 +++++++++++++++++++++-----
virt/kvm/kvm_main.c | 3 +
34 files changed, 261 insertions(+), 148 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/