From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755414AbdEESeb (ORCPT ); Fri, 5 May 2017 14:34:31 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59114 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755027AbdEESeX (ORCPT ); Fri, 5 May 2017 14:34:23 -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.4 00/20] 4.4.67-stable review Date: Fri, 5 May 2017 11:32:50 -0700 Message-Id: <20170505183230.937615081@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.4.67-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.67-rc1 X-KernelTest-Deadline: 2017-05-07T18:32+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.4.67 release. There are 20 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 May 7 18:32:22 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.4.67-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.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.4.67-rc1 J. Bruce Fields nfsd: stricter decoding of write-like NFSv2/v3 ops J. Bruce Fields nfsd4: minor NFSv2/v3 write decoding cleanup Jaegeuk Kim ext4/fscrypto: avoid RCU lookup in d_revalidate Theodore Ts'o ext4 crypto: use dget_parent() in ext4_d_revalidate() Theodore Ts'o ext4 crypto: revalidate dentry after adding or removing the key Richard Weinberger ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY Arnd Bergmann IB/ehca: fix maybe-uninitialized warnings Arnd Bergmann IB/qib: rename BITS_PER_PAGE to RVT_BITS_PER_PAGE Ross Lagerwall netlink: Allow direct reclaim for fallback allocation Gabriel Krisman Bertazi 8250_pci: Fix potential use-after-free in error path Matthew R. Ochs scsi: cxlflash: Improve EEH recovery time Matthew R. Ochs scsi: cxlflash: Fix to avoid EEH and host reset collisions Uma Krishnan scsi: cxlflash: Scan host only after the port is ready for I/O Arnd Bergmann net: tg3: avoid uninitialized variable warning Arnd Bergmann mtd: avoid stack overflow in MTD CFI code Lars Ellenberg drbd: avoid redefinition of BITS_PER_PAGE Arnd Bergmann ALSA: ppc/awacs: shut up maybe-uninitialized warning Takashi Iwai ASoC: intel: Fix PM and non-atomic crash in bytcr drivers Sachin Prabhu Handle mismatched open calls Thomas Gleixner timerfd: Protect the might cancel mechanism proper ------------- Diffstat: Makefile | 4 +-- drivers/block/drbd/drbd_bitmap.c | 6 ++++ drivers/infiniband/hw/qib/qib_qp.c | 18 +++++------ drivers/mtd/chips/Kconfig | 1 + drivers/net/ethernet/broadcom/tg3.c | 2 +- drivers/scsi/cxlflash/main.c | 23 ++++++++++++-- drivers/staging/rdma/ehca/ehca_mrmw.c | 3 +- drivers/tty/serial/8250/8250_pci.c | 12 +++---- 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/ext4/crypto.c | 59 +++++++++++++++++++++++++++++++++++ fs/ext4/dir.c | 6 ++++ fs/ext4/ext4.h | 1 + fs/ext4/ioctl.c | 3 ++ fs/ext4/namei.c | 18 +++++++++++ fs/nfsd/nfs3xdr.c | 12 ++++--- fs/nfsd/nfsxdr.c | 10 +++--- fs/timerfd.c | 17 ++++++++-- include/linux/mtd/map.h | 19 +++++------ net/netlink/af_netlink.c | 2 +- sound/ppc/awacs.c | 1 + sound/soc/intel/boards/bytcr_rt5640.c | 3 +- 28 files changed, 307 insertions(+), 56 deletions(-)