From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754066AbdEFUm5 (ORCPT ); Sat, 6 May 2017 16:42:57 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37704 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754142AbdEFUjn (ORCPT ); Sat, 6 May 2017 16:39:43 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.9 0/9] 4.9.27-stable review Date: Sat, 6 May 2017 13:39:21 -0700 Message-Id: <20170506203834.910233209@linuxfoundation.org> X-Mailer: git-send-email 2.12.2 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.27-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.9.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.9.27-rc1 X-KernelTest-Deadline: 2017-05-08T20:38+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.9.27 release. There are 9 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 May 8 20:38: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.27-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 Linux 4.9.27-rc1 Adrian Salido dm ioctl: prevent stack leak in dm ioctl call Sebastian Andrzej Siewior cpu/hotplug: Serialize callback invocations proper Yan, Zheng ceph: try getting buffer capability for readahead/fadvise Gabriel Krisman Bertazi 8250_pci: Fix potential use-after-free in error path Guenter Roeck hwmon: (it87) Avoid registering the same chip on both SIO addresses Stephen Hemminger scsi: storvsc: Workaround for virtual DVD SCSI version Maciej S. Szmigiero tpm_tis: use default timeout value if chip reports it as zero Sachin Prabhu Handle mismatched open calls Thomas Gleixner timerfd: Protect the might cancel mechanism proper ------------- Diffstat: Makefile | 4 +-- drivers/char/tpm/tpm-interface.c | 53 ++++++++++++++++++++-------------- drivers/hwmon/it87.c | 24 ++++++++++++---- drivers/md/dm-ioctl.c | 2 +- drivers/scsi/storvsc_drv.c | 27 +++++++++++------- drivers/tty/serial/8250/8250_pci.c | 12 ++++---- fs/ceph/addr.c | 58 +++++++++++++++++++++++++++++++------- fs/ceph/caps.c | 21 ++++++++++++++ fs/ceph/file.c | 3 +- fs/ceph/super.h | 2 ++ 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 +++++++++-- kernel/cpu.c | 17 +++++------ 20 files changed, 307 insertions(+), 76 deletions(-)