From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.9.49
Date: Sun, 10 Sep 2017 07:57:21 +0200 [thread overview]
Message-ID: <20170910055721.GA20333@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4886 bytes --]
I'm announcing the release of the 4.9.49 kernel.
All users of the 4.9 kernel series must upgrade.
The updated 4.9.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2
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, 240 insertions(+), 108 deletions(-)
Akinobu Mita (6):
iio: adc: ti-ads1015: fix incorrect data rate setting update
iio: adc: ti-ads1015: fix scale information for ADS1115
iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
iio: adc: ti-ads1015: avoid getting stale result after runtime resume
iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
iio: adc: ti-ads1015: add adequate wait time to get correct conversion
Alexander Shishkin (2):
intel_th: pci: Add Cannon Lake PCH-H support
intel_th: pci: Add Cannon Lake PCH-LP support
Andrey Korolyov (1):
cs5536: add support for IDE controller variant
Ben Hutchings (1):
workqueue: Fix flag collision
Brian Norris (1):
mwifiex: correct channel stat buffer overflows
Christian Borntraeger (1):
s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
Christophe JAILLET (1):
driver core: bus: Fix a potential double free
Colin Ian King (1):
staging/rts5208: fix incorrect shift to extract upper nybble
Dmitry Fleytman (1):
usb: Add device quirk for Logitech HD Pro Webcam C920-C
Dmitry Tunin (1):
Bluetooth: Add support of 13d3:3494 RTL8723BE device
Douglas Anderson (1):
USB: core: Avoid race of async_completed() w/ usbdev_release()
Edwin Török (1):
dlm: avoid double-free on error path in dlm_device_{register,unregister}
Greg Kroah-Hartman (1):
Linux 4.9.49
Ilia Mirkin (1):
drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
Johan Hovold (1):
USB: musb: fix external abort on suspend
John Stultz (2):
drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq context
drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()
Kai-Heng Feng (1):
usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
Luca Coelho (1):
iwlwifi: pci: add new PCI ID for 7265D
Maciej S. Szmigiero (1):
USB: serial: option: add support for D-Link DWM-157 C1
Malcolm Priestley (1):
rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
Michael Moese (1):
MCB: add support for SC31 to mcb-lpc
Oscar Campos (1):
Input: trackpoint - assume 3 buttons when buttons detection fails
Rakesh Pillai (1):
ath10k: fix memory leak in rx ring buffer allocation
Sandeep Singh (1):
usb:xhci:Fix regression when ATI chipsets detected
Todd Poynor (2):
scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
scsi: sg: recheck MMAP_IO request length with lock held
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-09-10 5:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-10 5:57 Greg KH [this message]
2017-09-10 5:57 ` Linux 4.9.49 Greg KH
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=20170910055721.GA20333@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.