From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932481AbcECAMb (ORCPT ); Mon, 2 May 2016 20:12:31 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59437 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932362AbcECAM2 (ORCPT ); Mon, 2 May 2016 20:12:28 -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, patches@kernelci.org, stable@vger.kernel.org Subject: [PATCH 3.14 00/37] 3.14.68-stable review Date: Mon, 2 May 2016 17:11:49 -0700 Message-Id: <20160503000423.577563140@linuxfoundation.org> X-Mailer: git-send-email 2.8.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 This is the start of the stable review cycle for the 3.14.68 release. There are 37 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 Thu May 5 00:04:10 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.68-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.14.68-rc1 NeilBrown sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race Guo-Fu Tseng jme: Fix device PM wakeup API usage Guo-Fu Tseng jme: Do not enable NIC WoL functions on S0 Fabio Estevam bus: imx-weim: Take the 'status' property value into account Pali Rohár ARM: OMAP3: Add cpuidle parameters table for omap3430 Borislav Petkov perf stat: Document --detailed option Vitaly Kuznetsov Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors Vasily Kulikov include/linux/poison.h: fix LIST_POISON{1,2} offset Geert Uytterhoeven serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock Eryu Guan ext4: fix NULL pointer dereference in ext4_mark_inode_dirty() Michael Hennerich drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors Geert Uytterhoeven rtc: vr41xx: Wire up alarm_irq_enable Alexander Kochetkov rtc: hym8563: fix invalid year calculation Ben Hutchings misc/bmp085: Enable building as a module Sushaanth Srirangapathi fbdev: da8xx-fb: fix videomodes of lcd panels Arnd Bergmann paride: make 'verbose' parameter an 'int' again Ignat Korchagin USB: usbip: fix potential out-of-bounds write Roman Pen workqueue: fix ghost PENDING flag while doing MQ IO Laszlo Ersek efi: Fix out-of-bounds read in variable_matches() Sugar Zhang ASoC: rt5640: Correct the digital interface data select Arnd Bergmann ASoC: s3c24xx: use const snd_soc_component_driver pointer Tony Luck EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback Javier Martinez Canillas i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared Michael Ellerman i2c: cpm: Fix build break due to incompatible pointer types Keerthy pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs Vladis Dronov Input: gtco - fix crash on detecting device without endpoints Dmitry Ivanov nl80211: check netlink protocol in socket release notification Herbert Xu crypto: gcm - Fix rfc4543 decryption crash Tom Lendacky crypto: ccp - Prevent information leakage on export John Keeping drm/qxl: fix cursor position with non-zero hotspot Davidlohr Bueso futex: Acknowledge a new waiter in counter before plist Andy Lutomirski x86/iopl/64: Properly context-switch IOPL on Xen PV Rui Salvaterra lib: lz4: fixed zram with lz4 on big endian machines Robert Dobrowolski usb: hcd: out of bounds access in for_each_companion Lu Baolu usb: xhci: fix wild pointers in xhci_mem_cleanup Jerome Marchand assoc_array: don't call compare_object() on a node Lokesh Vutla ARM: OMAP2+: hwmod: Fix updating of sysconfig register ------------- Diffstat: Makefile | 4 +- arch/arm/mach-omap2/cpuidle34xx.c | 69 +++++++++++++++++++++++++++++++- arch/arm/mach-omap2/omap_hwmod.c | 8 ++-- arch/x86/include/asm/xen/hypervisor.h | 2 + arch/x86/kernel/process_64.c | 12 ++++++ arch/x86/xen/enlighten.c | 2 +- crypto/gcm.c | 3 ++ drivers/block/paride/pd.c | 4 +- drivers/block/paride/pt.c | 4 +- drivers/bus/imx-weim.c | 2 +- drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 ++ drivers/crypto/ccp/ccp-crypto-sha.c | 3 ++ drivers/edac/i7core_edac.c | 2 +- drivers/edac/sb_edac.c | 2 +- drivers/firmware/efi/vars.c | 37 ++++++++++++----- drivers/gpu/drm/qxl/qxl_display.c | 13 ++++-- drivers/gpu/drm/qxl/qxl_drv.h | 2 + drivers/hv/vmbus_drv.c | 36 +++++++++++++++++ drivers/i2c/busses/i2c-cpm.c | 4 +- drivers/i2c/busses/i2c-exynos5.c | 24 ++++++++--- drivers/input/tablet/gtco.c | 10 ++++- drivers/misc/Kconfig | 2 +- drivers/misc/ad525x_dpot.c | 2 +- drivers/net/ethernet/jme.c | 23 ++++++----- drivers/pinctrl/pinctrl-single.c | 6 +-- drivers/rtc/rtc-hym8563.c | 2 +- drivers/rtc/rtc-vr41xx.c | 13 +++--- drivers/staging/usbip/usbip_common.c | 11 +++++ drivers/tty/serial/sh-sci.c | 39 ------------------ drivers/usb/core/hcd-pci.c | 9 +++++ drivers/usb/host/xhci-mem.c | 6 +++ drivers/video/da8xx-fb.c | 7 ++-- fs/ext4/inode.c | 6 +-- include/linux/poison.h | 4 +- kernel/futex.c | 2 +- kernel/workqueue.c | 29 ++++++++++++++ lib/assoc_array.c | 4 +- lib/lz4/lz4defs.h | 21 +++++----- net/sunrpc/cache.c | 6 +-- net/wireless/nl80211.c | 2 +- sound/soc/codecs/rt5640.c | 2 +- sound/soc/codecs/rt5640.h | 36 ++++++++--------- sound/soc/samsung/s3c-i2s-v2.c | 2 +- sound/soc/samsung/s3c-i2s-v2.h | 2 +- tools/perf/Documentation/perf-stat.txt | 8 ++++ 45 files changed, 346 insertions(+), 144 deletions(-)