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@xxxxxxxxxxxxxxxxxxx> Linux 3.14.53-rc1 Mikulas Patocka <mikulas@xxxxxxxxxxxxx> hpfs: update ctime and mtime on directory modification Grant Likely <grant.likely@xxxxxxxxxx> drivercore: Fix unregistration path of platform devices Vignesh R <vigneshr@xxxxxx> ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP David Daney <david.daney@xxxxxxxxxx> of/address: Don't loop forever in of_find_matching_node_by_address(). Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx> auxdisplay: ks0108: fix refcount Peter Chen <peter.chen@xxxxxxxxxxxxx> Doc: ABI: testing: configfs-usb-gadget-sourcesink Peter Chen <peter.chen@xxxxxxxxxxxxx> Doc: ABI: testing: configfs-usb-gadget-loopback Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> devres: fix devres_get() Max Filippov <jcmvbkbc@xxxxxxxxx> xtensa: fix kernel register spilling Max Filippov <jcmvbkbc@xxxxxxxxx> xtensa: fix threadptr reload on return to userspace Xiao Guangrong <guangrong.xiao@xxxxxxxxxxxxxxx> KVM: MMU: fix validation of mmio page fault Don Zickus <dzickus@xxxxxxxxxx> HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error Andrey Ryabinin <aryabinin@xxxxxxxx> crypto: ghash-clmulni: specify context size for ghash async algorithm Maciej S. Szmigiero <mail@xxxxxxxxxxxxxxxxxxxxx> serial: 8250: don't bind to SMSC IrCC IR port Peter Chen <peter.chen@xxxxxxxxxxxxx> usb: host: ehci-sys: delete useless bus_to_hcd conversion Kishon Vijay Abraham I <kishon@xxxxxx> usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes Matthijs Kooijman <matthijs@xxxxxxxx> USB: ftdi_sio: Added custom PID for CustomWare products Philipp Hachtmann <hachti@xxxxxxxxx> USB: symbolserial: Use usb_get_serial_port_data Bjorn Helgaas <bhelgaas@xxxxxxxxxx> PCI: Fix TI816X class code quirk Dan Carpenter <dan.carpenter@xxxxxxxxxx> clk: versatile: off by one in clk_sp810_timerclken_of_get() Ian Abbott <abbotti@xxxxxxxxx> staging: comedi: adl_pci7x3x: fix digital output on PCI-7230 Lars-Peter Clausen <lars@xxxxxxxxxx> iio: adis16480: Fix scale factors Lars-Peter Clausen <lars@xxxxxxxxxx> iio: Add inverse unit conversion macros Cristina Opriceana <cristina.opriceana@xxxxxxxxx> iio: industrialio-buffer: Fix iio_buffer_poll return value Cristina Opriceana <cristina.opriceana@xxxxxxxxx> iio: event: Remove negative error code from iio_event_poll Markus Pargmann <mpa@xxxxxxxxxxxxxx> iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required Sebastian Ott <sebott@xxxxxxxxxxxxxxxxxx> s390/sclp: fix compile error Jonathon Jongsma <jjongsma@xxxxxxxxxx> drm/qxl: validate monitors config modes Stephen Chandler Paul <cpaul@xxxxxxxxxx> 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(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html