I'm announcing the release of the 3.14.37 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 ------------ Makefile | 2 arch/arm/boot/dts/dra7xx-clocks.dtsi | 90 ++++++++++++++- arch/arm/crypto/aesbs-core.S_shipped | 12 +- arch/arm/crypto/bsaes-armv7.pl | 12 +- arch/arm/mach-at91/pm.h | 2 arch/arm64/mm/dma-mapping.c | 6 - arch/sparc/kernel/perf_event.c | 15 -- arch/sparc/kernel/process_64.c | 4 arch/sparc/kernel/sys_sparc_64.c | 2 arch/sparc/lib/memmove.S | 35 +++++- arch/sparc/mm/srmmu.c | 11 + arch/x86/crypto/aesni-intel_glue.c | 4 arch/x86/include/asm/fpu-internal.h | 2 arch/x86/kernel/xsave.c | 7 - arch/x86/vdso/vdso32/sigreturn.S | 1 drivers/char/tpm/tpm_ibmvtpm.c | 10 - drivers/char/tpm/tpm_ibmvtpm.h | 6 - drivers/char/virtio_console.c | 19 +++ drivers/gpu/drm/radeon/atombios_crtc.c | 3 drivers/gpu/drm/radeon/cik.c | 3 drivers/gpu/drm/radeon/evergreen.c | 3 drivers/gpu/drm/radeon/r100.c | 4 drivers/gpu/drm/radeon/r600.c | 3 drivers/gpu/drm/radeon/radeon_cs.c | 4 drivers/gpu/drm/radeon/rs600.c | 4 drivers/gpu/drm/radeon/si.c | 9 - drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 77 +++++++------ drivers/mtd/nand/pxa3xx_nand.c | 48 +++++++- drivers/net/can/dev.c | 8 + drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 3 drivers/net/usb/cx82310_eth.c | 11 + drivers/regulator/core.c | 34 +++--- drivers/scsi/libsas/sas_discover.c | 6 - drivers/spi/spi-atmel.c | 12 +- drivers/spi/spi-pl022.c | 2 drivers/staging/iio/adc/mxs-lradc.c | 1 drivers/target/iscsi/iscsi_target.c | 14 +- drivers/target/target_core_device.c | 4 drivers/target/target_core_pr.c | 130 ++++++++++++++++++----- drivers/target/target_core_pscsi.c | 2 drivers/target/target_core_transport.c | 4 drivers/tty/serial/8250/8250_pci.c | 2 drivers/xen/events/events_base.c | 18 ++- drivers/xen/xen-pciback/conf_space.c | 2 drivers/xen/xen-pciback/conf_space.h | 2 drivers/xen/xen-pciback/conf_space_header.c | 61 ++++++++-- fs/fuse/dev.c | 7 - fs/nilfs2/segment.c | 7 - fs/proc/task_mmu.c | 3 include/linux/workqueue.h | 3 kernel/cpuset.c | 3 kernel/printk/console_cmdline.h | 2 kernel/printk/printk.c | 1 kernel/workqueue.c | 56 +++++++++ lib/lz4/lz4_decompress.c | 3 net/caif/caif_socket.c | 2 net/can/af_can.c | 3 net/compat.c | 7 + net/core/sysctl_net_core.c | 10 + net/ipv4/inet_diag.c | 18 ++- net/ipv4/tcp_output.c | 68 ++++-------- net/ipv6/fib6_rules.c | 1 net/netfilter/ipvs/ip_vs_core.c | 33 +++-- net/netfilter/ipvs/ip_vs_sync.c | 3 net/netfilter/nft_compat.c | 12 +- net/netfilter/xt_socket.c | 21 ++- net/rds/iw_rdma.c | 40 +++---- net/rxrpc/ar-recvmsg.c | 2 sound/core/control.c | 4 sound/pci/hda/hda_generic.c | 47 ++++++-- sound/pci/hda/hda_intel.c | 2 sound/pci/hda/hda_proc.c | 38 +++++- sound/pci/hda/patch_cirrus.c | 2 sound/pci/hda/patch_conexant.c | 11 + sound/usb/quirks-table.h | 30 +++++ 75 files changed, 848 insertions(+), 305 deletions(-) Al Viro (2): caif: fix MSG_OOB test in caif_seqpkt_recvmsg() rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg() Alex Deucher (7): drm/radeon: do a posting read in evergreen_set_irq drm/radeon: do a posting read in r100_set_irq drm/radeon: do a posting read in r600_set_irq drm/radeon: do a posting read in cik_set_irq drm/radeon: do a posting read in si_set_irq drm/radeon: do a posting read in rs600_set_irq drm/radeon: fix interlaced modes on DCE8 Alexander Sverdlin (1): spi: pl022: Fix race in giveback() leading to driver lock-up Alexandre Belloni (1): ARM: at91: pm: fix at91rm9200 standby Alexey Kodanev (1): net: sysctl_net_core: check SNDBUF and RCVBUF for min length Andreas Larsson (1): sparc32: destroy_context() and switch_mm() needs to disable interrupts. Ard Biesheuvel (1): crypto: arm/aes update NEON AES module to latest OpenSSL version Arnd Bergmann (1): rds: avoid potential stack overflow Bart Van Assche (1): target: Fix reference leak in target_get_sess_cmd() error path Brian King (1): bnx2x: Force fundamental reset for EEH recovery Catalin Marinas (1): net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour Christian König (1): drm/radeon: drop setting UPLL to sleep mode Daniel Mack (1): ALSA: snd-usb: add quirks for Roland UA-22 David Ahern (3): sparc: perf: Remove redundant perf_pmu_{en|dis}able calls sparc: perf: Make counting mode actually work sparc: Touch NMI watchdog when walking cpus and calling printk David S. Miller (1): sparc64: Fix several bugs in memmove(). Doug Anderson (1): regulator: core: Fix enable GPIO reference counting Eric Dumazet (3): inet_diag: fix possible overflow in inet_diag_dump_one_icsk() tcp: make connect() mem charging friendly netfilter: xt_socket: fix a stack corruption bug Greg Kroah-Hartman (2): iio: mxs-lradc: fix merge error Linux 3.14.37 James Bottomley (1): libsas: Fix Kernel Crash in smp_execute_task Jan Beulich (1): xen-pciback: limit guest control of command register Jason Low (1): cpuset: Fix cpuset sched_relax_domain_level Javier Martinez Canillas (1): regulator: Only enable disabled regulators on resume JeHyeon Yeon (1): LZ4 : fix the data abort issue Jiri Slaby (1): x86/vdso: Fix the build on GCC5 Josh Hunt (1): tcp: fix tcp fin memory accounting Juergen Gross (1): xen/events: avoid NULL pointer dereference in dom0 on large machines Julian Anastasov (2): ipvs: add missing ip_vs_pe_put in sync code ipvs: rerouting to local clients is not needed anymore Kirill A. Shutemov (1): pagemap: do not leak physical addresses to non-privileged userspace Lee Duncan (1): target: Allow Write Exclusive non-reservation holders to READ Maxime Ripard (1): mtd: nand: pxa3xx: Fix PIO FIFO draining Michael S. Tsirkin (2): virtio_console: init work unconditionally virtio_console: avoid config access from irq Miklos Szeredi (2): fuse: set stolen page uptodate fuse: notify: don't move pages Nicholas Bellinger (6): target: Fix virtual LUN=0 target_configure_device failure OOPs iscsi-target: Avoid early conn_logout_comp for iser connections target/pscsi: Fix NULL pointer dereference in get_device_type target: Fix R_HOLDER bit usage for AllRegistrants target: Avoid dropping AllRegistrants reservation during unregister target: Allow AllRegistrants to re-RESERVE existing reservation Oleg Nesterov (2): x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_sig() x86/fpu: Drop_fpu() should not assume that tsk equals current Oliver Hartkopp (1): can: add missing initialisations in CAN related skbuffs Ondrej Zary (1): Revert "net: cx82310_eth: use common match macro" Pablo Neira Ayuso (1): netfilter: nft_compat: fix module refcount underflow Peter Hurley (1): console: Fix console name size mismatch Ravikumar Kattekola (1): ARM: dts: DRA7x: Fix the bypass clock source for dpll_iva and others Rob Gardner (1): sparc: semtimedop() unreachable due to comparison error Russell King (1): Change email address for 8250_pci Ryusuke Konishi (1): nilfs2: fix deadlock of segment constructor during recovery Stephan Mueller (1): crypto: aesni - fix memory usage in GCM decryption Steven Barth (1): ipv6: fix backtracking for throw routes Suzuki K. Poulose (1): arm64: Honor __GFP_ZERO in dma allocations Takashi Iwai (7): ALSA: control: Add sanity checks for user ctl id name string ALSA: hda - Fix built-in mic on Compaq Presario CQ60 ALSA: hda - Don't access stereo amps for mono channel widgets ALSA: hda - Set single_adc_amp flag for CS420x codecs ALSA: hda - Add workaround for MacBook Air 5,2 built-in mic ALSA: hda - Fix regression of HD-audio controller fallback modes ALSA: hda - Treat stereo-to-mono mix properly Tejun Heo (1): workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEMPT_NONE Thomas Hellstrom (1): drm/vmwgfx: Reorder device takedown somewhat Tommi Rantala (1): drm/radeon: fix DRM_IOCTL_RADEON_CS oops Torsten Fleischer (1): spi: atmel: Fix interrupt setup for PDC transfers jmlatten@xxxxxxxxxxxxxxxxxx (1): tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
Attachment:
pgp8MPVrAOItx.pgp
Description: PGP signature