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, stable@vger.kernel.org
Subject: [PATCH 3.14 00/29] 3.14.53-stable review
Date: Sat, 19 Sep 2015 10:27:22 -0700 [thread overview]
Message-ID: <20150919171918.169368855@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.14.53 release.
There are 29 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 Mon Sep 21 17:18:53 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.53-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.53-rc1
Mikulas Patocka <mikulas@twibright.com>
hpfs: update ctime and mtime on directory modification
Grant Likely <grant.likely@linaro.org>
drivercore: Fix unregistration path of platform devices
Vignesh R <vigneshr@ti.com>
ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP
David Daney <david.daney@cavium.com>
of/address: Don't loop forever in of_find_matching_node_by_address().
Sudip Mukherjee <sudipm.mukherjee@gmail.com>
auxdisplay: ks0108: fix refcount
Peter Chen <peter.chen@freescale.com>
Doc: ABI: testing: configfs-usb-gadget-sourcesink
Peter Chen <peter.chen@freescale.com>
Doc: ABI: testing: configfs-usb-gadget-loopback
Masahiro Yamada <yamada.masahiro@socionext.com>
devres: fix devres_get()
Max Filippov <jcmvbkbc@gmail.com>
xtensa: fix kernel register spilling
Max Filippov <jcmvbkbc@gmail.com>
xtensa: fix threadptr reload on return to userspace
Xiao Guangrong <guangrong.xiao@linux.intel.com>
KVM: MMU: fix validation of mmio page fault
Don Zickus <dzickus@redhat.com>
HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error
Andrey Ryabinin <aryabinin@odin.com>
crypto: ghash-clmulni: specify context size for ghash async algorithm
Maciej S. Szmigiero <mail@maciej.szmigiero.name>
serial: 8250: don't bind to SMSC IrCC IR port
Peter Chen <peter.chen@freescale.com>
usb: host: ehci-sys: delete useless bus_to_hcd conversion
Kishon Vijay Abraham I <kishon@ti.com>
usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes
Matthijs Kooijman <matthijs@stdin.nl>
USB: ftdi_sio: Added custom PID for CustomWare products
Philipp Hachtmann <hachti@hachti.de>
USB: symbolserial: Use usb_get_serial_port_data
Bjorn Helgaas <bhelgaas@google.com>
PCI: Fix TI816X class code quirk
Dan Carpenter <dan.carpenter@oracle.com>
clk: versatile: off by one in clk_sp810_timerclken_of_get()
Ian Abbott <abbotti@mev.co.uk>
staging: comedi: adl_pci7x3x: fix digital output on PCI-7230
Lars-Peter Clausen <lars@metafoo.de>
iio: adis16480: Fix scale factors
Lars-Peter Clausen <lars@metafoo.de>
iio: Add inverse unit conversion macros
Cristina Opriceana <cristina.opriceana@gmail.com>
iio: industrialio-buffer: Fix iio_buffer_poll return value
Cristina Opriceana <cristina.opriceana@gmail.com>
iio: event: Remove negative error code from iio_event_poll
Markus Pargmann <mpa@pengutronix.de>
iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required
Sebastian Ott <sebott@linux.vnet.ibm.com>
s390/sclp: fix compile error
Jonathon Jongsma <jjongsma@redhat.com>
drm/qxl: validate monitors config modes
Stephen Chandler Paul <cpaul@redhat.com>
DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcd
-------------
Diffstat:
.../ABI/testing/configfs-usb-gadget-loopback | 2 +-
.../ABI/testing/configfs-usb-gadget-sourcesink | 2 +-
Makefile | 4 +-
arch/arm/mach-omap2/clockdomains7xx_data.c | 2 +-
arch/x86/crypto/ghash-clmulni-intel_glue.c | 1 +
arch/x86/kvm/mmu.c | 45 ---------------
arch/xtensa/include/asm/traps.h | 29 ++++++----
arch/xtensa/kernel/entry.S | 7 ++-
drivers/auxdisplay/ks0108.c | 1 +
drivers/base/devres.c | 4 +-
drivers/base/platform.c | 8 +--
drivers/clk/versatile/clk-sp810.c | 4 +-
drivers/gpu/drm/qxl/qxl_display.c | 66 +++++++++++++---------
drivers/gpu/drm/qxl/qxl_drv.h | 2 +
drivers/gpu/drm/radeon/radeon_connectors.c | 5 ++
drivers/hid/usbhid/hid-core.c | 2 +-
drivers/iio/gyro/Kconfig | 3 +-
drivers/iio/imu/adis16480.c | 39 +++++++++++--
drivers/iio/industrialio-buffer.c | 2 +-
drivers/iio/industrialio-event.c | 2 +-
drivers/of/address.c | 6 +-
drivers/pci/quirks.c | 9 ++-
drivers/s390/char/sclp_early.c | 1 +
drivers/staging/comedi/drivers/adl_pci7x3x.c | 16 +++++-
drivers/tty/serial/8250/8250_pnp.c | 5 ++
drivers/usb/dwc3/ep0.c | 12 +++-
drivers/usb/host/ehci-sysfs.c | 8 +--
drivers/usb/serial/ftdi_sio.c | 4 ++
drivers/usb/serial/ftdi_sio_ids.h | 8 +++
drivers/usb/serial/symbolserial.c | 6 +-
fs/hpfs/namei.c | 25 +++++++-
include/linux/iio/iio.h | 17 ++++++
32 files changed, 220 insertions(+), 127 deletions(-)
next reply other threads:[~2015-09-19 17:27 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-19 17:27 Greg Kroah-Hartman [this message]
2015-09-19 17:27 ` [PATCH 3.14 01/29] DRM - radeon: Dont link train DisplayPort on HPD until we get the dpcd Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 02/29] drm/qxl: validate monitors config modes Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 03/29] s390/sclp: fix compile error Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 04/29] iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 05/29] iio: event: Remove negative error code from iio_event_poll Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 06/29] iio: industrialio-buffer: Fix iio_buffer_poll return value Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 07/29] iio: Add inverse unit conversion macros Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 08/29] iio: adis16480: Fix scale factors Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 09/29] staging: comedi: adl_pci7x3x: fix digital output on PCI-7230 Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 10/29] clk: versatile: off by one in clk_sp810_timerclken_of_get() Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 11/29] PCI: Fix TI816X class code quirk Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 12/29] USB: symbolserial: Use usb_get_serial_port_data Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 13/29] USB: ftdi_sio: Added custom PID for CustomWare products Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 14/29] usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 15/29] usb: host: ehci-sys: delete useless bus_to_hcd conversion Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 16/29] serial: 8250: dont bind to SMSC IrCC IR port Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 17/29] crypto: ghash-clmulni: specify context size for ghash async algorithm Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 18/29] HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 19/29] KVM: MMU: fix validation of mmio page fault Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 20/29] xtensa: fix threadptr reload on return to userspace Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 21/29] xtensa: fix kernel register spilling Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 22/29] devres: fix devres_get() Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 23/29] Doc: ABI: testing: configfs-usb-gadget-loopback Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 24/29] Doc: ABI: testing: configfs-usb-gadget-sourcesink Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 25/29] auxdisplay: ks0108: fix refcount Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 26/29] of/address: Dont loop forever in of_find_matching_node_by_address() Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 27/29] ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 28/29] drivercore: Fix unregistration path of platform devices Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 3.14 29/29] hpfs: update ctime and mtime on directory modification Greg Kroah-Hartman
2015-09-20 0:19 ` [PATCH 3.14 00/29] 3.14.53-stable review Guenter Roeck
2015-09-21 1:44 ` Greg Kroah-Hartman
2015-09-21 7:08 ` Sudip Mukherjee
2015-09-21 16:24 ` 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=20150919171918.169368855@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--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;
as well as URLs for NNTP newsgroup(s).