I'm announcing the release of the 3.14.74 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/scsi/scsi_eh.txt | 8 +++-- Makefile | 2 - 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, 350 insertions(+), 198 deletions(-) Al Viro (1): make nfs_atomic_open() call d_drop() on all ->open_context() errors. Alan Stern (1): USB: EHCI: declare hostpc register as zero-length array Alex Deucher (1): drm/radeon: fix asic initialization for virtualized environments Andreas Gruenbacher (1): posix_acl: Add set_posix_acl Andrew Goodbody (2): usb: musb: Stop bulk endpoint while queue is rotated usb: musb: Ensure rx reinit occurs for shared_fifo endpoints Andrey Ryabinin (1): perf/x86: Fix undefined shift on 32-bit kernels Anthony Romano (1): tmpfs: don't undo fallocate past its last page Ben Hutchings (1): nfsd: check permissions when setting ACLs Bjørn Mork (1): cdc_ncm: workaround for EM7455 "silent" data interface Bob Copeland (1): mac80211: mesh: flush mesh paths unconditionally Borislav Petkov (1): x86/amd_nb: Fix boot crash on non-AMD systems Crestez Dan Leonard (1): iio: Fix error handling in iio_trigger_attach_poll_func Cyril Bur (1): powerpc/tm: Always reclaim in start_thread() for exec() class syscalls Dan Carpenter (1): KEYS: potential uninitialized variable Dmitry Torokhov (1): tty/vt/keyboard: fix OOB access in do_compute_shiftstate() Feng Tang (1): net: alx: Work around the DMA RX overflow issue Gavin Shan (1): powerpc/pseries: Fix PCI config address for DDW Greg Kroah-Hartman (1): Linux 3.14.74 Guilherme G. Piccoli (1): powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism H. Peter Anvin (1): x86, build: copy ldlinux.c32 to image.iso Hans de Goede (1): usb: quirks: Add no-lpm quirk for Acer C120 LED Projector Hugh Dickins (1): tmpfs: fix regression hang in fallocate undo James Hogan (1): MIPS: KVM: Fix modular KVM under QEMU Jan Beulich (1): xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7 Jan Willeke (1): s390/seccomp: fix error return for filtered system calls Jason Gunthorpe (1): IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs Jiri Slaby (1): base: make module_create_drivers_dir race-free Kirill A. Shutemov (1): UBIFS: Implement ->migratepage() Linus Walleij (2): crypto: ux500 - memmove the right size iio: accel: kxsd9: fix the usage of spi_w8r8() Luis de Bethencourt (1): staging: iio: accel: fix error check Lyude (1): drm/i915/ilk: Don't disable SSC source if it's in use Mark Brown (3): iio:ad7266: Fix broken regulator error handling iio:ad7266: Fix support for optional regulators iio:ad7266: Fix probe deferral for vref Martin Willi (1): mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL Masami Hiramatsu (1): kprobes/x86: Clear TF bit in fault on single-stepping Oliver Neukum (1): HID: elo: kill not flush the work Palik, Imre (1): perf/x86: Honor the architectural performance monitoring version Richard Weinberger (1): mm: Export migrate_page_move_mapping and migrate_page_copy Scott Bauer (1): HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands Simon Horman (1): sit: correct IP protocol used in ipip6_err Steve French (1): Fix reconnect to not defer smb3 session reconnect long after socket reconnect Steven Rostedt (Red Hat) (1): tracing: Handle NULL formats in hold_module_trace_bprintk_format() Takashi Iwai (3): ALSA: dummy: Fix a use-after-free at closing ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift() ALSA: ctl: Stop notification after disconnection Tom Goff (1): ipmr/ip6mr: Initialize the last assert time of mfc entries. Trond Myklebust (1): NFS: Fix another OPEN_DOWNGRADE bug Vladimir Davydov (1): signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo Wei Fang (1): scsi: fix race between simultaneous decrements of ->host_failed Will Deacon (1): ARM: 8578/1: mm: ensure pmd_present only checks the valid bit Xiubo Li (1): kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES
Attachment:
signature.asc
Description: PGP signature