Linux 4.10.15
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.10.15 | |
Date: | Mon, 8 May 2017 09:14:03 +0200 | |
Message-ID: | <20170508071403.GA22999@kroah.com> | |
Cc: | lwn-AT-lwn.net, Jiri Slaby <jslaby-AT-suse.cz> |
I'm announcing the release of the 4.10.15 kernel. All users of the 4.10 kernel series must upgrade. The updated 4.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.10.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 - drivers/hwmon/it87.c | 24 ++++++++++++++---- drivers/md/dm-ioctl.c | 2 - drivers/scsi/storvsc_drv.c | 27 +++++++++++++------- fs/cifs/cifsglob.h | 11 ++++++++ fs/cifs/cifssmb.c | 4 +++ fs/cifs/connect.c | 13 ++++++++-- fs/cifs/smb2misc.c | 44 ++++++++++++++++++++++++++++++++++ fs/cifs/smb2ops.c | 4 +++ fs/cifs/smb2proto.h | 7 +++++ fs/cifs/smb2transport.c | 58 ++++++++++++++++++++++++++++++++++++++++----- fs/cifs/transport.c | 2 + fs/timerfd.c | 17 ++++++++++--- 13 files changed, 187 insertions(+), 28 deletions(-) Adrian Salido (1): dm ioctl: prevent stack leak in dm ioctl call Greg Kroah-Hartman (1): Linux 4.10.15 Guenter Roeck (1): hwmon: (it87) Avoid registering the same chip on both SIO addresses Sachin Prabhu (1): Handle mismatched open calls Stephen Hemminger (1): scsi: storvsc: Workaround for virtual DVD SCSI version Thomas Gleixner (1): timerfd: Protect the might cancel mechanism proper