This is the start of the stable review cycle for the 3.11.2 release.
There are 117 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 Sep 27 00:16:31 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.11.2-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.11.2-rc1
Miklos Szeredi <[email protected]>
fuse: readdir: check for slash in names
Maxim Patlasov <[email protected]>
fuse: hotfix truncate_pagecache() issue
Anand Avati <[email protected]>
fuse: invalidate inode attributes on xattr modification
Maxim Patlasov <[email protected]>
fuse: postpone end_page_writeback() in fuse_writepage_locked()
Mark Brown <[email protected]>
clk: wm831x: Initialise wm831x pointer on init
Brian Norris <[email protected]>
mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devices
Grant Likely <[email protected]>
of: Fix missing memory initialization on FDT unflattening
Sergei Shtylyov <[email protected]>
mmc: tmio_mmc_dma: fix PIO fallback on SDHI
Josh Durgin <[email protected]>
rbd: fix I/O error propagation for reads
majianpeng <[email protected]>
ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.
Sage Weil <[email protected]>
libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calc
majianpeng <[email protected]>
libceph: unregister request in __map_request failed and nofail == false
Richard Weinberger <[email protected]>
um: Implement probe_kernel_read()
Alex Deucher <[email protected]>
drm/edid: add quirk for Medion MD30217PG
Borislav Petkov <[email protected]>
amd64_edac: Fix single-channel setups
Jan Kara <[email protected]>
isofs: Refuse RW mount of the filesystem instead of making it RO
Eric W. Biederman <[email protected]>
proc: Restrict mounting the proc filesystem
Libin <[email protected]>
mm/huge_memory.c: fix potential NULL pointer dereference
Greg Thelen <[email protected]>
memcg: fix multiple large threshold notifications
Jie Liu <[email protected]>
ocfs2: fix the end cluster offset of FIEMAP
Oleg Nesterov <[email protected]>
pidns: fix vfork() after unshare(CLONE_NEWPID)
Eric W. Biederman <[email protected]>
pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra
wakeup
Alex Williamson <[email protected]>
intel-iommu: Fix leaks in pagetable freeing
Gera Kazakov <[email protected]>
target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-out
Felix Fietkau <[email protected]>
MIPS: ath79: Fix ar933x watchdog clock
Mark Brown <[email protected]>
leds: wm831x-status: Request a REG resource
Oleg Nesterov <[email protected]>
uprobes: Fix utask->depth accounting in handle_trampoline()
Stefan Behrens <[email protected]>
Btrfs: don't allow the replace procedure on read only filesystems
Bjørn Mork <[email protected]>
media: siano: fix divide error on 0 counters
Mauro Carvalho Chehab <[email protected]>
media: mb86a20s: Fix TS parallel mode
Hans Verkuil <[email protected]>
media: cx88: Fix regression: CX88_AUDIO_WM8775 can't be 0
Sylwester Nawrocki <[email protected]>
media: exynos4-is: Fix entity unregistration on error path
Arun Kumar K <[email protected]>
media: exynos-gsc: Register v4l2 device
Arun Kumar K <[email protected]>
media: exynos4-is: Fix fimc-lite bayer formats
Vasily Titskiy <[email protected]>
HID: usbhid: quirk for N-Trig DuoSense Touch Screen
Kees Cook <[email protected]>
HID: check for NULL field when setting values
Manoj Chourasia <[email protected]>
HID: hidraw: correctly deallocate memory on device disconnect
Jiri Kosina <[email protected]>
HID: battery: don't do DMA from stack
Bruno Prémont <[email protected]>
HID: picolcd: Prevent NULL pointer dereference on _remove()
Kees Cook <[email protected]>
HID: ntrig: validate feature report details
Kees Cook <[email protected]>
HID: picolcd_core: validate output report details
Kees Cook <[email protected]>
HID: validate HID report id size
Kees Cook <[email protected]>
HID: sensor-hub: validate feature report details
Stefan Kriwanek <[email protected]>
HID: Fix Speedlink VAD Cezanne support for some devices
David Herrmann <[email protected]>
HID: wiimote: work around broken DRM_KAI on GEN10
Benjamin Tissoires <[email protected]>
HID: kye: Add report fixup for Genius Gx Imperator Keyboard
Kees Cook <[email protected]>
HID: pantherlord: validate output report details
Henrik Rydberg <[email protected]>
HID: Correct the USB IDs for the new Macbook Air 6
Thomas Petazzoni <[email protected]>
net: mvneta: properly disable HW PHY polling and ensure adjust_link() works
Felix Fietkau <[email protected]>
ath9k: avoid accessing MRC registers on single-chain devices
Felix Fietkau <[email protected]>
ath9k: fix rx descriptor related race condition
Felix Fietkau <[email protected]>
ath9k: always clear ps filter bit on new assoc
John W. Linville <[email protected]>
brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()
Johannes Berg <[email protected]>
mac80211: ignore (E)CSA in probe response frames
Jan Kara <[email protected]>
ext4: simplify truncation code in ext4_setattr()
Jan Kara <[email protected]>
ext4: fix ext4_writepages() in presence of truncate
Jan Kara <[email protected]>
ext4: move test whether extent to map can be extended to one place
Boris BREZILLON <[email protected]>
pinctrl: at91: fix get_pullup/down function return
Takashi Iwai <[email protected]>
ALSA: hda - Add Toshiba Satellite C870 to MSI blacklist
Anssi Hannula <[email protected]>
ALSA: hda - hdmi: Fallback to ALSA allocation when selecting CA
Takashi Iwai <[email protected]>
ALSA: hda - Re-setup HDMI pin and audio infoframe on stream switches
Rik van Riel <[email protected]>
sched/x86: Optimize switch_mm() for multi-threaded workloads
Tony Luck <[email protected]>
x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errors
Aravind Gopalakrishnan <[email protected]>
x86, amd_nb: Clarify F15h, model 30h GART and L3 support
Aravind Gopalakrishnan <[email protected]>
pci_ids: Add PCI device ID functions 3 and 4 for newer F15h models.
Al Viro <[email protected]>
Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP
H. Peter Anvin <[email protected]>
x86, smap: Handle csum_partial_copy_*_user()
Steffen Trumtrar <[email protected]>
ASoC: mc13783: add spi errata fix
Mike Dyer <[email protected]>
ASoC: wm8960: Fix PLL register writes
Tejun Heo <[email protected]>
rculist: list_first_or_null_rcu() should use list_entry_rcu()
Lan Tianyu <[email protected]>
usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
Alan Stern <[email protected]>
USB: handle LPM errors during device suspend correctly
Hans de Goede <[email protected]>
usb: config->desc.bLength may not exceed amount of data returned by the
device
Alan Stern <[email protected]>
USB: fix build error when CONFIG_PM_SLEEP isn't enabled
Sarah Sharp <[email protected]>
usb: Don't fail port power resume on device disconnect.
Laurent Pinchart <[email protected]>
usb: gadget: uvc: Fix error handling in uvc_queue_buffer()
Oliver Neukum <[email protected]>
USB: cdc-wdm: fix race between interrupt handler and tasklet
Daniel Mack <[email protected]>
usb: ehci-mxc: check for pdata before dereferencing
Johan Hovold <[email protected]>
USB: mos7720: fix big-endian control requests
Dan Carpenter <[email protected]>
USB: mos7720: use GFP_ATOMIC under spinlock
Mika Westerberg <[email protected]>
ACPI / LPSS: don't crash if a device has no MMIO resources
Neil Horman <[email protected]>
PCI/ACPI: Fix _OSC ordering to allow PCIe hotplug use when available
Dan Carpenter <[email protected]>
staging: comedi: dt282x: dt282x_ai_insn_read() always fails
Lars-Peter Clausen <[email protected]>
regmap: debugfs: Fix continued read from registers file
Alan Stern <[email protected]>
USB: OHCI: Allow runtime PM without system sleep
Pavel Shilovsky <[email protected]>
CIFS: Fix missing lease break
Pavel Shilovsky <[email protected]>
CIFS: Fix a memory leak when a lease break comes
Jeff Layton <[email protected]>
cifs: ensure that srv_mutex is held when dealing with ssocket pointer
Oleg Nesterov <[email protected]>
tty: disassociate_ctty() sends the extra SIGCONT
Felipe Balbi <[email protected]>
usb: dwc3: gadget: don't request IRQs in atomic
Mathias Nyman <[email protected]>
xhci: fix port BESL LPM capability checking
Shawn Nematbakhsh <[email protected]>
usb: xhci: Disable runtime PM suspend for quirky controllers
Sarah Sharp <[email protected]>
xhci-plat: Don't enable legacy PCI interrupts.
Paul Mackerras <[email protected]>
KVM: PPC: Book3S: Fix compile error in XICS emulation
Peter Maydell <[email protected]>
ARM: PCI: versatile: Fix SMAP register offsets
Peter Maydell <[email protected]>
ARM: PCI: versatile: Fix PCI I/O
Peter Maydell <[email protected]>
ARM: PCI: versatile: Fix map_irq function to match hardware
Will Deacon <[email protected]>
arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bit
Will Deacon <[email protected]>
arm64: perf: fix group validation when using enable_on_exec
Colin Cross <[email protected]>
cpuidle: coupled: fix race condition between pokes and safe state
Colin Cross <[email protected]>
cpuidle: coupled: abort idle if pokes are pending
Rob Herring <[email protected]>
ARM: xen: only set pm function ptrs for Xen guests
Roger Pau Monne <[email protected]>
xen-gnt: prevent adding duplicate gnt callbacks
Vaidyanathan Srinivasan <[email protected]>
powerpc: Default arch idle could cede processor on pseries
Anton Blanchard <[email protected]>
powerpc: Handle unaligned ldbrx/stdbrx
Heiko Carstens <[email protected]>
s390/bpf,jit: fix address randomization
Herbert Xu <[email protected]>
crypto: api - Fix race condition in larval lookup
Alan Stern <[email protected]>
SCSI: sd: Fix potential out-of-bounds access
Richard Weinberger <[email protected]>
UBI: Fix PEB leak in wear_leveling_worker()
Minchan Kim <[email protected]>
zram: don't grab mutex in zram_slot_free_noity
Minchan Kim <[email protected]>
zram: fix invalid memory access
Maxime Bizon <[email protected]>
firmware loader: fix pending_fw_head list corruption
Imre Deak <[email protected]>
drm/i915: make user mode sync polarity setting explicit
Greg Kroah-Hartman <[email protected]>
SCSI: Allow MPT Fusion SAS 3.0 driver to be built into the kernel
Guenter Roeck <[email protected]>
xtensa: Fix broken allmodconfig build
Manfred Spraul <[email protected]>
ipc/msg.c: Fix lost wakeup in msgsnd().
Noam Camus <[email protected]>
ARC: SMP failed to boot due to missing IVT setup
-------------
Diffstat:
Makefile | 4 +-
arch/arc/include/asm/sections.h | 1 -
arch/arc/kernel/head.S | 5 +
arch/arc/kernel/irq.c | 1 -
arch/arc/kernel/setup.c | 3 -
arch/arm/mach-versatile/include/mach/platform.h | 2 +
arch/arm/mach-versatile/pci.c | 47 +++--
arch/arm/xen/enlighten.c | 5 +-
arch/arm64/kernel/perf_event.c | 7 +-
arch/mips/ath79/clock.c | 2 +-
arch/powerpc/kernel/align.c | 10 +
arch/powerpc/kvm/book3s_xics.c | 1 +
arch/powerpc/platforms/pseries/setup.c | 31 ++-
arch/s390/net/bpf_jit_comp.c | 2 +-
arch/um/include/shared/os.h | 1 +
arch/um/kernel/Makefile | 2 +-
arch/um/kernel/maccess.c | 24 +++
arch/um/os-Linux/process.c | 52 +++++
arch/x86/ia32/ia32_signal.c | 2 +-
arch/x86/include/asm/checksum_32.h | 22 +-
arch/x86/include/asm/mce.h | 13 +-
arch/x86/include/asm/mmu_context.h | 20 +-
arch/x86/kernel/amd_nb.c | 13 +-
arch/x86/kernel/signal.c | 6 +-
arch/x86/lib/csum-wrappers_64.c | 12 +-
arch/xtensa/kernel/xtensa_ksyms.c | 1 +
crypto/api.c | 7 +-
drivers/acpi/acpi_lpss.c | 3 +-
drivers/acpi/pci_root.c | 62 +++---
drivers/base/firmware_class.c | 11 +-
drivers/base/regmap/regmap-debugfs.c | 4 +-
drivers/block/rbd.c | 14 +-
drivers/clk/clk-wm831x.c | 2 +
drivers/cpuidle/coupled.c | 127 +++++++++---
drivers/edac/amd64_edac.c | 9 +-
drivers/gpu/drm/drm_edid.c | 3 +
drivers/gpu/drm/i915/intel_display.c | 13 ++
drivers/hid/hid-core.c | 18 +-
drivers/hid/hid-ids.h | 8 +-
drivers/hid/hid-input.c | 12 +-
drivers/hid/hid-kye.c | 45 ++--
drivers/hid/hid-ntrig.c | 3 +-
drivers/hid/hid-picolcd_cir.c | 3 +-
drivers/hid/hid-picolcd_core.c | 2 +-
drivers/hid/hid-picolcd_fb.c | 6 +-
drivers/hid/hid-pl.c | 10 +-
drivers/hid/hid-sensor-hub.c | 3 +-
drivers/hid/hid-speedlink.c | 11 +-
drivers/hid/hid-wiimote-core.c | 10 +-
drivers/hid/hidraw.c | 60 +++---
drivers/hid/usbhid/hid-quirks.c | 2 +
drivers/input/mouse/bcm5974.c | 6 +-
drivers/iommu/intel-iommu.c | 72 ++++---
drivers/leds/leds-wm831x-status.c | 4 +-
drivers/media/common/siano/smsdvb-main.c | 3 +-
drivers/media/dvb-frontends/mb86a20s.c | 16 +-
drivers/media/pci/cx88/cx88.h | 2 +-
drivers/media/platform/exynos-gsc/gsc-core.c | 9 +-
drivers/media/platform/exynos-gsc/gsc-core.h | 1 +
drivers/media/platform/exynos-gsc/gsc-m2m.c | 1 +
drivers/media/platform/exynos4-is/fimc-lite.c | 4 +-
drivers/media/platform/exynos4-is/media-dev.c | 2 +-
drivers/mmc/host/tmio_mmc_dma.c | 4 +-
drivers/mtd/nand/nand_base.c | 8 +-
drivers/mtd/ubi/wl.c | 3 +
drivers/net/ethernet/marvell/mvneta.c | 13 +-
drivers/net/wireless/ath/ath9k/ar9003_phy.c | 4 +
drivers/net/wireless/ath/ath9k/ath9k.h | 5 +-
drivers/net/wireless/ath/ath9k/recv.c | 17 +-
drivers/net/wireless/ath/ath9k/xmit.c | 1 +
drivers/net/wireless/brcm80211/brcmsmac/dma.c | 15 +-
drivers/of/base.c | 1 +
drivers/pinctrl/pinctrl-at91.c | 4 +-
drivers/scsi/mpt3sas/Makefile | 2 +-
drivers/scsi/sd.c | 11 +-
drivers/staging/comedi/drivers/dt282x.c | 3 +-
drivers/staging/zram/zram_drv.c | 75 ++++++-
drivers/staging/zram/zram_drv.h | 10 +
drivers/target/target_core_alua.c | 2 +-
drivers/target/target_core_pr.c | 2 +-
drivers/tty/tty_io.c | 3 +-
drivers/usb/class/cdc-wdm.c | 13 +-
drivers/usb/core/config.c | 3 +-
drivers/usb/core/hub.c | 65 +++---
drivers/usb/core/port.c | 13 +-
drivers/usb/dwc3/gadget.c | 39 ++--
drivers/usb/gadget/uvc_queue.c | 6 +-
drivers/usb/host/ehci-mxc.c | 2 +-
drivers/usb/host/ohci-pci.c | 2 +-
drivers/usb/host/xhci-ext-caps.h | 2 +-
drivers/usb/host/xhci-plat.c | 2 +-
drivers/usb/host/xhci.c | 29 ++-
drivers/usb/host/xhci.h | 1 +
drivers/usb/serial/mos7720.c | 6 +-
drivers/xen/grant-table.c | 13 +-
fs/btrfs/ioctl.c | 3 +
fs/ceph/ioctl.c | 4 +-
fs/cifs/connect.c | 2 +
fs/cifs/smb2misc.c | 148 +++++++------
fs/ext4/inode.c | 263 +++++++++++++-----------
fs/fuse/dir.c | 15 +-
fs/fuse/file.c | 11 +-
fs/fuse/fuse_i.h | 2 +
fs/fuse/inode.c | 3 +-
fs/isofs/inode.c | 16 +-
fs/ocfs2/extent_map.c | 1 -
fs/proc/root.c | 3 +-
include/linux/compat.h | 7 +
include/linux/hid.h | 4 +-
include/linux/pci_ids.h | 2 +
include/linux/rculist.h | 5 +-
include/linux/signal.h | 8 +
include/linux/usb/hcd.h | 2 +-
ipc/msg.c | 12 +-
kernel/events/uprobes.c | 4 +-
kernel/fork.c | 7 +-
kernel/pid.c | 1 +
mm/huge_memory.c | 2 +
mm/memcontrol.c | 8 +-
net/ceph/osd_client.c | 2 +
net/ceph/osdmap.c | 2 +-
net/mac80211/mlme.c | 11 +-
sound/pci/hda/hda_intel.c | 1 +
sound/pci/hda/patch_hdmi.c | 52 ++++-
sound/soc/codecs/mc13783.c | 4 +
sound/soc/codecs/wm8960.c | 6 +-
126 files changed, 1218 insertions(+), 629 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/