This is the start of the stable review cycle for the 3.14.74 release.
There are 53 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 Wed Jul 27 20:35:00 UTC 2016.
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.x/stable-review/patch-3.14.74-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
linux-3.14.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.14.74-rc1
Jan Willeke <[email protected]>
s390/seccomp: fix error return for filtered system calls
Hugh Dickins <[email protected]>
tmpfs: fix regression hang in fallocate undo
Anthony Romano <[email protected]>
tmpfs: don't undo fallocate past its last page
Jan Beulich <[email protected]>
xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
Steve French <[email protected]>
Fix reconnect to not defer smb3 session reconnect long after socket
reconnect
Wei Fang <[email protected]>
scsi: fix race between simultaneous decrements of ->host_failed
Takashi Iwai <[email protected]>
ALSA: ctl: Stop notification after disconnection
Takashi Iwai <[email protected]>
ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()
Takashi Iwai <[email protected]>
ALSA: dummy: Fix a use-after-free at closing
Dmitry Torokhov <[email protected]>
tty/vt/keyboard: fix OOB access in do_compute_shiftstate()
Mark Brown <[email protected]>
iio:ad7266: Fix probe deferral for vref
Mark Brown <[email protected]>
iio:ad7266: Fix support for optional regulators
Mark Brown <[email protected]>
iio:ad7266: Fix broken regulator error handling
Linus Walleij <[email protected]>
iio: accel: kxsd9: fix the usage of spi_w8r8()
Luis de Bethencourt <[email protected]>
staging: iio: accel: fix error check
Crestez Dan Leonard <[email protected]>
iio: Fix error handling in iio_trigger_attach_poll_func
Andrey Ryabinin <[email protected]>
perf/x86: Fix undefined shift on 32-bit kernels
Palik, Imre <[email protected]>
perf/x86: Honor the architectural performance monitoring version
Lyude <[email protected]>
drm/i915/ilk: Don't disable SSC source if it's in use
Alex Deucher <[email protected]>
drm/radeon: fix asic initialization for virtualized environments
Jiri Slaby <[email protected]>
base: make module_create_drivers_dir race-free
Steven Rostedt (Red Hat) <[email protected]>
tracing: Handle NULL formats in hold_module_trace_bprintk_format()
Scott Bauer <[email protected]>
HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
Oliver Neukum <[email protected]>
HID: elo: kill not flush the work
Xiubo Li <[email protected]>
kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES
Dan Carpenter <[email protected]>
KEYS: potential uninitialized variable
Bjørn Mork <[email protected]>
cdc_ncm: workaround for EM7455 "silent" data interface
James Hogan <[email protected]>
MIPS: KVM: Fix modular KVM under QEMU
Vladimir Davydov <[email protected]>
signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo
Ben Hutchings <[email protected]>
nfsd: check permissions when setting ACLs
Andreas Gruenbacher <[email protected]>
posix_acl: Add set_posix_acl
Kirill A. Shutemov <[email protected]>
UBIFS: Implement ->migratepage()
Richard Weinberger <[email protected]>
mm: Export migrate_page_move_mapping and migrate_page_copy
Will Deacon <[email protected]>
ARM: 8578/1: mm: ensure pmd_present only checks the valid bit
Trond Myklebust <[email protected]>
NFS: Fix another OPEN_DOWNGRADE bug
Al Viro <[email protected]>
make nfs_atomic_open() call d_drop() on all ->open_context() errors.
Borislav Petkov <[email protected]>
x86/amd_nb: Fix boot crash on non-AMD systems
Masami Hiramatsu <[email protected]>
kprobes/x86: Clear TF bit in fault on single-stepping
H. Peter Anvin <[email protected]>
x86, build: copy ldlinux.c32 to image.iso
Alan Stern <[email protected]>
USB: EHCI: declare hostpc register as zero-length array
Cyril Bur <[email protected]>
powerpc/tm: Always reclaim in start_thread() for exec() class syscalls
Gavin Shan <[email protected]>
powerpc/pseries: Fix PCI config address for DDW
Guilherme G. Piccoli <[email protected]>
powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
Jason Gunthorpe <[email protected]>
IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs
Martin Willi <[email protected]>
mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL
Bob Copeland <[email protected]>
mac80211: mesh: flush mesh paths unconditionally
Andrew Goodbody <[email protected]>
usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
Andrew Goodbody <[email protected]>
usb: musb: Stop bulk endpoint while queue is rotated
Hans de Goede <[email protected]>
usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
Feng Tang <[email protected]>
net: alx: Work around the DMA RX overflow issue
Tom Goff <[email protected]>
ipmr/ip6mr: Initialize the last assert time of mfc entries.
Simon Horman <[email protected]>
sit: correct IP protocol used in ipip6_err
Linus Walleij <[email protected]>
crypto: ux500 - memmove the right size
-------------
Diffstat:
Documentation/scsi/scsi_eh.txt | 8 ++++--
Makefile | 4 +--
arch/arm/include/asm/pgtable-2level.h | 1 +
arch/arm/include/asm/pgtable-3level.h | 1 +
arch/arm/include/asm/pgtable.h | 1 -
arch/mips/include/asm/kvm_host.h | 1 +
arch/mips/kvm/kvm_locore.S | 1 +
arch/mips/kvm/kvm_mips.c | 11 +++++++-
arch/mips/kvm/kvm_mips_int.h | 2 ++
arch/powerpc/kernel/process.c | 10 +++++++
arch/powerpc/platforms/pseries/iommu.c | 24 ++++++++--------
arch/s390/include/asm/syscall.h | 2 +-
arch/x86/boot/Makefile | 3 ++
arch/x86/kernel/amd_nb.c | 4 +--
arch/x86/kernel/cpu/perf_event_intel.c | 12 ++++----
arch/x86/kernel/kprobes/core.c | 12 ++++++++
drivers/ata/libata-eh.c | 2 +-
drivers/base/module.c | 8 ++++--
drivers/crypto/ux500/hash/hash_core.c | 4 +--
drivers/gpu/drm/i915/intel_display.c | 48 ++++++++++++++++++++++----------
drivers/gpu/drm/radeon/radeon_device.c | 21 ++++++++++++++
drivers/hid/hid-elo.c | 2 +-
drivers/hid/usbhid/hiddev.c | 10 +++----
drivers/iio/accel/kxsd9.c | 4 +--
drivers/iio/adc/ad7266.c | 7 +++--
drivers/iio/industrialio-trigger.c | 23 +++++++++++----
drivers/infiniband/hw/mlx4/ah.c | 2 +-
drivers/net/ethernet/atheros/alx/main.c | 7 ++++-
drivers/net/usb/cdc_ncm.c | 7 +++++
drivers/net/wireless/mac80211_hwsim.c | 1 +
drivers/scsi/scsi_error.c | 4 ++-
drivers/staging/iio/accel/sca3000_core.c | 2 +-
drivers/tty/vt/keyboard.c | 30 ++++++--------------
drivers/usb/core/quirks.c | 3 ++
drivers/usb/musb/musb_host.c | 21 ++++++++------
drivers/xen/xen-acpi-processor.c | 35 ++---------------------
fs/cifs/connect.c | 4 ++-
fs/cifs/smb2pdu.c | 27 ++++++++++++++++++
fs/nfs/dir.c | 2 +-
fs/nfs/nfs4proc.c | 5 ++--
fs/nfsd/nfs2acl.c | 20 ++++++-------
fs/nfsd/nfs3acl.c | 16 +++++------
fs/nfsd/nfs4acl.c | 16 +++++------
fs/posix_acl.c | 38 ++++++++++++++-----------
fs/ubifs/file.c | 24 ++++++++++++++++
include/linux/usb/ehci_def.h | 4 +--
kernel/signal.c | 14 ++++------
kernel/trace/trace_printk.c | 7 ++++-
mm/migrate.c | 2 ++
mm/shmem.c | 8 ++++--
net/ipv4/ipmr.c | 4 ++-
net/ipv6/ip6mr.c | 1 +
net/ipv6/sit.c | 4 +--
net/mac80211/mesh.c | 4 +++
security/keys/key.c | 2 +-
sound/core/control.c | 2 ++
sound/drivers/dummy.c | 1 +
sound/pci/au88x0/au88x0_core.c | 5 ++--
virt/kvm/kvm_main.c | 2 +-
59 files changed, 351 insertions(+), 199 deletions(-)