From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
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 [thread overview]
Message-ID: <20160503000423.577563140@linuxfoundation.org> (raw)
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 <gregkh@linuxfoundation.org>
Linux 3.14.68-rc1
NeilBrown <neilb@suse.com>
sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
Guo-Fu Tseng <cooldavid@cooldavid.org>
jme: Fix device PM wakeup API usage
Guo-Fu Tseng <cooldavid@cooldavid.org>
jme: Do not enable NIC WoL functions on S0
Fabio Estevam <fabio.estevam@nxp.com>
bus: imx-weim: Take the 'status' property value into account
Pali Rohár <pali.rohar@gmail.com>
ARM: OMAP3: Add cpuidle parameters table for omap3430
Borislav Petkov <bp@suse.de>
perf stat: Document --detailed option
Vitaly Kuznetsov <vkuznets@redhat.com>
Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors
Vasily Kulikov <segoon@openwall.com>
include/linux/poison.h: fix LIST_POISON{1,2} offset
Geert Uytterhoeven <geert+renesas@glider.be>
serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
Eryu Guan <guaneryu@gmail.com>
ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
Michael Hennerich <michael.hennerich@analog.com>
drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
Geert Uytterhoeven <geert@linux-m68k.org>
rtc: vr41xx: Wire up alarm_irq_enable
Alexander Kochetkov <al.kochet@gmail.com>
rtc: hym8563: fix invalid year calculation
Ben Hutchings <ben@decadent.org.uk>
misc/bmp085: Enable building as a module
Sushaanth Srirangapathi <sushaanth.s@ti.com>
fbdev: da8xx-fb: fix videomodes of lcd panels
Arnd Bergmann <arnd@arndb.de>
paride: make 'verbose' parameter an 'int' again
Ignat Korchagin <ignat.korchagin@gmail.com>
USB: usbip: fix potential out-of-bounds write
Roman Pen <roman.penyaev@profitbricks.com>
workqueue: fix ghost PENDING flag while doing MQ IO
Laszlo Ersek <lersek@redhat.com>
efi: Fix out-of-bounds read in variable_matches()
Sugar Zhang <sugar.zhang@rock-chips.com>
ASoC: rt5640: Correct the digital interface data select
Arnd Bergmann <arnd@arndb.de>
ASoC: s3c24xx: use const snd_soc_component_driver pointer
Tony Luck <tony.luck@intel.com>
EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback
Javier Martinez Canillas <javier@osg.samsung.com>
i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared
Michael Ellerman <mpe@ellerman.id.au>
i2c: cpm: Fix build break due to incompatible pointer types
Keerthy <j-keerthy@ti.com>
pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
Vladis Dronov <vdronov@redhat.com>
Input: gtco - fix crash on detecting device without endpoints
Dmitry Ivanov <dmitrijs.ivanovs@ubnt.com>
nl80211: check netlink protocol in socket release notification
Herbert Xu <herbert@gondor.apana.org.au>
crypto: gcm - Fix rfc4543 decryption crash
Tom Lendacky <thomas.lendacky@amd.com>
crypto: ccp - Prevent information leakage on export
John Keeping <john@metanate.com>
drm/qxl: fix cursor position with non-zero hotspot
Davidlohr Bueso <dave@stgolabs.net>
futex: Acknowledge a new waiter in counter before plist
Andy Lutomirski <luto@kernel.org>
x86/iopl/64: Properly context-switch IOPL on Xen PV
Rui Salvaterra <rsalvaterra@gmail.com>
lib: lz4: fixed zram with lz4 on big endian machines
Robert Dobrowolski <robert.dobrowolski@linux.intel.com>
usb: hcd: out of bounds access in for_each_companion
Lu Baolu <baolu.lu@linux.intel.com>
usb: xhci: fix wild pointers in xhci_mem_cleanup
Jerome Marchand <jmarchan@redhat.com>
assoc_array: don't call compare_object() on a node
Lokesh Vutla <lokeshvutla@ti.com>
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(-)
next reply other threads:[~2016-05-03 0:12 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-03 0:11 Greg Kroah-Hartman [this message]
2016-05-03 0:11 ` [PATCH 3.14 01/37] ARM: OMAP2+: hwmod: Fix updating of sysconfig register Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 3.14 02/37] assoc_array: dont call compare_object() on a node Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 3.14 03/37] usb: xhci: fix wild pointers in xhci_mem_cleanup Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 3.14 04/37] usb: hcd: out of bounds access in for_each_companion Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 3.14 05/37] lib: lz4: fixed zram with lz4 on big endian machines Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 3.14 06/37] x86/iopl/64: Properly context-switch IOPL on Xen PV Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 3.14 07/37] futex: Acknowledge a new waiter in counter before plist Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 3.14 08/37] drm/qxl: fix cursor position with non-zero hotspot Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 3.14 09/37] crypto: ccp - Prevent information leakage on export Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 3.14 10/37] crypto: gcm - Fix rfc4543 decryption crash Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 11/37] nl80211: check netlink protocol in socket release notification Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 12/37] Input: gtco - fix crash on detecting device without endpoints Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 13/37] pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 14/37] i2c: cpm: Fix build break due to incompatible pointer types Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 15/37] i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 16/37] EDAC: i7core, sb_edac: Dont return NOTIFY_BAD from mce_decoder callback Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 17/37] ASoC: s3c24xx: use const snd_soc_component_driver pointer Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 18/37] ASoC: rt5640: Correct the digital interface data select Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 19/37] efi: Fix out-of-bounds read in variable_matches() Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 20/37] workqueue: fix ghost PENDING flag while doing MQ IO Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 21/37] USB: usbip: fix potential out-of-bounds write Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 22/37] paride: make verbose parameter an int again Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 23/37] fbdev: da8xx-fb: fix videomodes of lcd panels Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 24/37] misc/bmp085: Enable building as a module Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 25/37] rtc: hym8563: fix invalid year calculation Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 27/37] drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 28/37] ext4: fix NULL pointer dereference in ext4_mark_inode_dirty() Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 29/37] serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 30/37] include/linux/poison.h: fix LIST_POISON{1,2} offset Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 31/37] Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 32/37] perf stat: Document --detailed option Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 34/37] bus: imx-weim: Take the status property value into account Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 35/37] jme: Do not enable NIC WoL functions on S0 Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 36/37] jme: Fix device PM wakeup API usage Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 3.14 37/37] sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race Greg Kroah-Hartman
2016-05-03 7:19 ` [PATCH 3.14 00/37] 3.14.68-stable review Guenter Roeck
2016-05-03 18:21 ` Greg Kroah-Hartman
2016-05-03 15:00 ` Shuah Khan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160503000423.577563140@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuah.kh@samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox