| From: |
| Greg KH <gregkh-AT-linuxfoundation.org> |
| To: |
| linux-kernel-AT-vger.kernel.org, Andrew Morton <akpm-AT-linux-foundation.org>, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org |
| Subject: |
| Linux 4.9.50 |
| Date: |
| Thu, 14 Sep 2017 09:04:23 -0700 |
| Message-ID: |
| <20170914160423.GA3505@kroah.com> |
| Cc: |
| lwn-AT-lwn.net, Jiri Slaby <jslaby-AT-suse.cz> |
I'm announcing the release of the 4.9.50 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-st...
thanks,
greg k-h
------------
Makefile | 2
arch/arm/mm/fault.c | 5 +
arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1
drivers/mtd/nand/mxc_nand.c | 7 +-
drivers/mtd/nand/qcom_nandc.c | 18 ++++--
drivers/nvme/host/fabrics.c | 2
fs/btrfs/super.c | 2
fs/nfs/file.c | 6 +-
fs/nfs/internal.h | 1
fs/nfs/pagelist.c | 26 ++++----
fs/nfs/pnfs.c | 2
fs/xfs/xfs_linux.h | 9 ++-
kernel/locking/locktorture.c | 6 ++
mm/memory.c | 10 +--
net/bluetooth/l2cap_core.c | 80 ++++++++++++++-------------
sound/isa/msnd/msnd_midi.c | 30 +++++-----
sound/isa/msnd/msnd_pinnacle.c | 23 ++++---
tools/testing/selftests/x86/fsgsbase.c | 41 +++++++++++--
18 files changed, 165 insertions(+), 106 deletions(-)
Abhishek Sahu (2):
mtd: nand: qcom: fix read failure without complete bootchain
mtd: nand: qcom: fix config error for BCH
Aleksa Sarai (1):
btrfs: resume qgroup rescan on rw remount
Andy Lutomirski (1):
selftests/x86/fsgsbase: Test selectors 1, 2, and 3
Ben Seri (1):
Bluetooth: Properly check L2CAP config option output buffer length
Boris Brezillon (1):
mtd: nand: mxc: Fix mxc_v1 ooblayout
Daniel Verkamp (1):
nvme-fabrics: generate spec-compliant UUID NQNs
Greg Kroah-Hartman (1):
Linux 4.9.50
Laurent Dufour (1):
mm/memory.c: fix mem_cgroup_oom_disable() call missing
Marc Zyngier (1):
ARM64: dts: marvell: armada-37xx: Fix GIC maintenance interrupt
Mark Rutland (1):
ARM: 8692/1: mm: abort uaccess retries upon fatal signal
Richard Wareing (1):
xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
Takashi Iwai (1):
ALSA: msnd: Optimize / harden DSP and MIDI loops
Trond Myklebust (1):
NFS: Fix 2 use after free issues in the I/O code
Yang Shi (1):
locktorture: Fix potential memory leak with rw lock test
tarangg@amazon.com (1):
NFS: Sync the correct byte range during synchronous writes