Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754478AbbFCMKF (ORCPT ); Wed, 3 Jun 2015 08:10:05 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57285 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbbFCMJ7 (ORCPT ); Wed, 3 Jun 2015 08:09:59 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 3.14 00/64] 3.14.44-stable review Date: Wed, 3 Jun 2015 20:42:28 +0900 Message-Id: <20150603063928.472620468@linuxfoundation.org> X-Mailer: git-send-email 2.4.2 MIME-Version: 1.0 User-Agent: quilt/0.64 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 11773 Lines: 302 This is the start of the stable review cycle for the 3.14.44 release. There are 64 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 Jun 5 06:39:00 UTC 2015. 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.44-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.14.44-rc1 Andrew Morton fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings Sasha Levin vfs: read file_handle only once in handle_to_path Christian König drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling" Christian König drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling Alex Deucher drm/radeon: add new bonaire pci id Rafael J. Wysocki ACPI / init: Fix the ordering of acpi_reserve_resources() Mark Hounschell sd: Disable support for 256 byte/sector disks K. Y. Srinivasan storvsc: Set the SRB flags correctly when no data transfer is needed Benjamin Tissoires Input: elantech - fix semi-mt protocol for v3 HW Larry Finger rtlwifi: rtl8192cu: Fix kernel deadlock Eric Work md/raid0: fix restore to sector variable in raid0_make_request NeilBrown md/raid5: don't record new size if resize_stripes fails. Jean Delvare thermal: step_wise: Revert optimization Scott Mayhew svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures Mel Gorman mm, numa: really disable NUMA balancing by default on single node machines Andi Kleen tools/vm: fix page-flags build Russell King ARM: fix missing syscall trace exit Philippe Reynes ARM: dts: imx27: only map 4 Kbyte for fec registers Janusz Dziedzic mac80211: move WEP tailroom size check Harald Freudenberger crypto: s390/ghash - Fix incorrect ghash icv buffer handling. Michael Brunner gpio: gpio-kempld: Fix get_direction return value Scott Branden rt2x00: add new rt2800usb device DWA 130 Gabriele Mazzotta libata: Ignore spurious PHY event on LPM policy change Gabriele Mazzotta libata: Add helper to determine when PHY events should be ignored Darrick J. Wong jbd2: fix r_count overflows leading to buffer overflow in journal recovery Eryu Guan ext4: check for zero length extent explicitly Lukas Czerner ext4: fix NULL pointer dereference when journal restart fails Pan Xinhui tty/n_gsm.c: fix a memory leak when gsmtty is removed Ludovic Desroches mmc: atmel-mci: fix bad variable type for clkdiv Anton Blanchard powerpc: Align TOC to 256 bytes Krzysztof Opasiak usb: gadget: configfs: Fix interfaces array NULL-termination Hans de Goede usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices Mark Edwards USB: cp210x: add ID for KCF Technologies PRN device Jason A. Donenfeld USB: pl2303: Remove support for Samsung I330 Jason A. Donenfeld USB: visor: Match I330 phone more precisely Joe Lawrence xhci: gracefully handle xhci_irq dead device Mathias Nyman xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256 Mathias Nyman xhci: fix isoc endpoint dequeue from advancing too far on transaction error Andy Grover target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST Sławomir Demeszko staging: gdm724x: Correction of variable usage after applying ALIGN() Zidan Wang ASoC: wm8994: correct BCLK DIV 348 to 384 Zidan Wang ASoC: wm8960: fix "RINPUT3" audio route error Vasily Khoruzhick ASoC: uda1380: Avoid accessing i2c bus when codec is disabled Axel Lin ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls Takashi Iwai Revert "ALSA: hda - Add mute-LED mode control to Thinkpad" Takashi Iwai ALSA: hda - Add headphone quirk for Lifebook E752 David Henningsson ALSA: hda - Add Conexant codecs CX20721, CX20722, CX20723 and CX20724 Al Viro d_walk() might skip too much Jan Kara lib: Fix strnlen_user() to not touch memory after specified maximum Guenter Roeck hwmon: (nct6775) Add missing sysfs attribute initialization Chris Lesiak hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE David Vrabel xen/events: don't bind non-percpu VIRQs with percpu chip Ilya Dryomov libceph: request a new osdmap if lingering request maps to no osd Rusty Russell lguest: fix out-by-one error in address checking. Dave Chinner xfs: xfs_iozero can return positive errno Sasha Levin fs, omfs: add NULL terminator in the end up the token list Junling Zheng net: socket: Fix the wrong returns for recvmsg and sendmsg Paolo Bonzini KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages Chen Gang qla2xxx: remove redundant declaration in 'qla_gbl.h' Kirill A. Shutemov kernel: use the gnu89 standard explicitly Behan Webster staging, rtl8192e, LLVMLinux: Remove unused inline prototype Arnd Bergmann staging: rtl8712, rtl8712: avoid lots of build warnings Behan Webster staging, rtl8192e, LLVMLinux: Change extern inline to static inline Greg Kroah-Hartman staging: wlags49_h2: fix extern inline functions ------------- Diffstat: Makefile | 10 ++++---- arch/arm/boot/dts/imx27.dtsi | 2 +- arch/arm/kernel/entry-common.S | 4 +++- arch/powerpc/kernel/vmlinux.lds.S | 1 + arch/s390/crypto/ghash_s390.c | 25 +++++++++---------- arch/x86/kvm/mmu.c | 2 +- drivers/acpi/osl.c | 6 ++--- drivers/ata/libahci.c | 3 +-- drivers/ata/libata-core.c | 32 +++++++++++++++++++++++++ drivers/ata/libata-eh.c | 3 +++ drivers/gpio/gpio-kempld.c | 2 +- drivers/gpu/drm/radeon/cik.c | 2 +- drivers/gpu/drm/radeon/ni.c | 3 ++- drivers/gpu/drm/radeon/si.c | 2 +- drivers/hwmon/nct6775.c | 2 ++ drivers/hwmon/ntc_thermistor.c | 9 +++++++ drivers/input/mouse/elantech.c | 2 +- drivers/lguest/core.c | 2 +- drivers/md/raid0.c | 4 +++- drivers/md/raid5.c | 3 ++- drivers/mmc/host/atmel-mci.c | 9 +++++-- drivers/net/wireless/rt2x00/rt2800usb.c | 1 + drivers/net/wireless/rtlwifi/usb.c | 2 +- drivers/scsi/qla2xxx/qla_gbl.h | 2 -- drivers/scsi/qla2xxx/qla_nx2.c | 2 +- drivers/scsi/sd.c | 19 ++++----------- drivers/scsi/storvsc_drv.c | 3 +-- drivers/staging/gdm724x/gdm_mux.c | 16 ++++++------- drivers/staging/rtl8187se/ieee80211/ieee80211.h | 4 ++-- drivers/staging/rtl8192e/rtllib.h | 5 ++-- drivers/staging/rtl8192e/rtllib_softmac.c | 2 +- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 10 ++++---- drivers/staging/rtl8712/ieee80211.h | 4 ++-- drivers/staging/wlags49_h2/wl_internal.h | 4 ++-- drivers/target/target_core_pscsi.c | 3 +++ drivers/target/target_core_pscsi.h | 1 + drivers/thermal/step_wise.c | 3 --- drivers/tty/hvc/hvc_xen.c | 2 +- drivers/tty/n_gsm.c | 5 ++-- drivers/usb/gadget/configfs.c | 1 + drivers/usb/host/xhci-ring.c | 7 +++++- drivers/usb/host/xhci.h | 2 +- drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/pl2303.c | 1 - drivers/usb/serial/pl2303.h | 4 ---- drivers/usb/serial/visor.c | 2 +- drivers/usb/storage/unusual_devs.h | 7 ++++++ drivers/xen/events/events_base.c | 12 ++++++---- fs/binfmt_elf.c | 2 +- fs/dcache.c | 8 +++---- fs/ext4/ext4_jbd2.c | 6 +++++ fs/ext4/extents.c | 2 +- fs/fhandle.c | 5 ++-- fs/jbd2/recovery.c | 10 +++++++- fs/jbd2/revoke.c | 18 +++++++------- fs/jbd2/transaction.c | 25 ++++++++++++------- fs/omfs/inode.c | 3 ++- fs/xfs/xfs_file.c | 2 +- include/drm/drm_pciids.h | 1 + include/linux/libata.h | 10 ++++++++ include/xen/events.h | 2 +- lib/strnlen_user.c | 3 ++- mm/mempolicy.c | 2 +- net/ceph/osd_client.c | 31 +++++++++++++++--------- net/mac80211/wep.c | 6 +++-- net/socket.c | 24 ++++++++----------- net/sunrpc/auth_gss/gss_rpc_xdr.c | 23 ++++++++++++------ sound/pci/hda/patch_conexant.c | 12 ++++++++++ sound/pci/hda/patch_realtek.c | 1 + sound/pci/hda/thinkpad_helper.c | 1 - sound/soc/codecs/mc13783.c | 4 ++-- sound/soc/codecs/uda1380.c | 2 +- sound/soc/codecs/wm8960.c | 2 +- sound/soc/codecs/wm8994.c | 2 +- tools/vm/Makefile | 2 +- 75 files changed, 292 insertions(+), 170 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/