Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728832
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4.9 00/32] 4.9.49-stable review |
| Date | 2017-09-08 15:30 +0200 |
| Message-ID | <unrw5-7zK-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is the start of the stable review cycle for the 4.9.49 release.
There are 32 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 Sun Sep 10 13:18:28 UTC 2017.
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/v4.x/stable-review/patch-4.9.49-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.9.49-rc1
John Stultz <john.stultz@linaro.org>
drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()
John Stultz <john.stultz@linaro.org>
drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq context
Todd Poynor <toddpoynor@google.com>
scsi: sg: recheck MMAP_IO request length with lock held
Todd Poynor <toddpoynor@google.com>
scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
Andrey Korolyov <andrey@xdel.ru>
cs5536: add support for IDE controller variant
Ben Hutchings <ben@decadent.org.uk>
workqueue: Fix flag collision
Ilia Mirkin <imirkin@alum.mit.edu>
drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
Christian Borntraeger <borntraeger@de.ibm.com>
s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
Michael Moese <michael.moese@men.de>
MCB: add support for SC31 to mcb-lpc
Brian Norris <briannorris@chromium.org>
mwifiex: correct channel stat buffer overflows
Edwin Török <edvin.torok@citrix.com>
dlm: avoid double-free on error path in dlm_device_{register,unregister}
Luca Coelho <luciano.coelho@intel.com>
iwlwifi: pci: add new PCI ID for 7265D
Dmitry Tunin <hanipouspilot@gmail.com>
Bluetooth: Add support of 13d3:3494 RTL8723BE device
Malcolm Priestley <tvboxspy@gmail.com>
rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
Oscar Campos <oscar.campos@member.fsf.org>
Input: trackpoint - assume 3 buttons when buttons detection fails
Rakesh Pillai <pillair@qti.qualcomm.com>
ath10k: fix memory leak in rx ring buffer allocation
Alexander Shishkin <alexander.shishkin@linux.intel.com>
intel_th: pci: Add Cannon Lake PCH-LP support
Alexander Shishkin <alexander.shishkin@linux.intel.com>
intel_th: pci: Add Cannon Lake PCH-H support
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
driver core: bus: Fix a potential double free
Akinobu Mita <akinobu.mita@gmail.com>
iio: adc: ti-ads1015: add adequate wait time to get correct conversion
Akinobu Mita <akinobu.mita@gmail.com>
iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
Akinobu Mita <akinobu.mita@gmail.com>
iio: adc: ti-ads1015: avoid getting stale result after runtime resume
Akinobu Mita <akinobu.mita@gmail.com>
iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
Akinobu Mita <akinobu.mita@gmail.com>
iio: adc: ti-ads1015: fix scale information for ADS1115
Akinobu Mita <akinobu.mita@gmail.com>
iio: adc: ti-ads1015: fix incorrect data rate setting update
Colin Ian King <colin.king@canonical.com>
staging/rts5208: fix incorrect shift to extract upper nybble
Douglas Anderson <dianders@chromium.org>
USB: core: Avoid race of async_completed() w/ usbdev_release()
Johan Hovold <johan@kernel.org>
USB: musb: fix external abort on suspend
Sandeep Singh <sandeep.singh@amd.com>
usb:xhci:Fix regression when ATI chipsets detected
Dmitry Fleytman <dmitry@daynix.com>
usb: Add device quirk for Logitech HD Pro Webcam C920-C
Maciej S. Szmigiero <mail@maciej.szmigiero.name>
USB: serial: option: add support for D-Link DWM-157 C1
Kai-Heng Feng <kai.heng.feng@canonical.com>
usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
-------------
Diffstat:
Makefile | 4 +-
arch/s390/include/asm/pgtable.h | 2 +-
arch/s390/mm/gmap.c | 39 ++++++--
drivers/ata/pata_amd.c | 1 +
drivers/ata/pata_cs5536.c | 1 +
drivers/base/bus.c | 2 +-
drivers/bluetooth/btusb.c | 1 +
drivers/gpu/drm/bridge/adv7511/adv7511.h | 2 +
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 25 ++++-
drivers/gpu/drm/nouveau/nvkm/subdev/pci/base.c | 4 +
drivers/hwtracing/intel_th/pci.c | 10 ++
drivers/iio/adc/ti-ads1015.c | 123 ++++++++++++++----------
drivers/input/mouse/trackpoint.c | 4 +-
drivers/mcb/mcb-lpc.c | 15 +++
drivers/net/wireless/ath/ath10k/core.c | 12 +--
drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 1 +
drivers/net/wireless/marvell/mwifiex/cfg80211.c | 2 +-
drivers/net/wireless/marvell/mwifiex/scan.c | 6 ++
drivers/net/wireless/realtek/rtlwifi/pci.c | 4 +-
drivers/scsi/sg.c | 19 +++-
drivers/staging/rts5208/rtsx_scsi.c | 2 +-
drivers/usb/core/devio.c | 4 +-
drivers/usb/core/quirks.c | 6 +-
drivers/usb/host/pci-quirks.c | 35 +++----
drivers/usb/musb/musb_core.c | 18 ++--
drivers/usb/serial/option.c | 1 +
fs/dlm/user.c | 4 +
include/linux/pci_ids.h | 1 +
include/linux/workqueue.h | 2 +-
29 files changed, 241 insertions(+), 109 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 4.9 00/32] 4.9.49-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 12/32] iio: adc: ti-ads1015: dont return invalid value from buffer setup callbacks Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 28/32] cs5536: add support for IDE controller variant Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 03/32] usb: Add device quirk for Logitech HD Pro Webcam C920-C Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 25/32] s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 04/32] usb:xhci:Fix regression when ATI chipsets detected Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 18/32] Input: trackpoint - assume 3 buttons when buttons detection fails Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 09/32] iio: adc: ti-ads1015: fix scale information for ADS1115 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 30/32] scsi: sg: recheck MMAP_IO request length with lock held Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 16/32] intel_th: pci: Add Cannon Lake PCH-LP support Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 26/32] drm/nouveau/pci/msi: disable MSI on big-endian platforms by default Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 07/32] staging/rts5208: fix incorrect shift to extract upper nybble Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 27/32] workqueue: Fix flag collision Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 29/32] scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:30 +0200 [PATCH 4.9 20/32] Bluetooth: Add support of 13d3:3494 RTL8723BE device Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 [PATCH 4.9 17/32] ath10k: fix memory leak in rx ring buffer allocation Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 [PATCH 4.9 14/32] driver core: bus: Fix a potential double free Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 [PATCH 4.9 11/32] iio: adc: ti-ads1015: avoid getting stale result after runtime resume Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 [PATCH 4.9 15/32] intel_th: pci: Add Cannon Lake PCH-H support Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 [PATCH 4.9 13/32] iio: adc: ti-ads1015: add adequate wait time to get correct conversion Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 [PATCH 4.9 21/32] iwlwifi: pci: add new PCI ID for 7265D Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 [PATCH 4.9 10/32] iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 [PATCH 4.9 19/32] rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 [PATCH 4.9 01/32] usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-08 15:40 +0200 Re: [PATCH 4.9 00/32] 4.9.49-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2017-09-08 20:40 +0200 Re: [PATCH 4.9 00/32] 4.9.49-stable review Guenter Roeck <linux@roeck-us.net> - 2017-09-09 15:50 +0200
csiph-web