From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org,
ben.hutchings@codethink.co.uk, stable@vger.kernel.org
Subject: [PATCH 4.4 00/25] 4.4.27-stable review
Date: Fri, 21 Oct 2016 11:15:51 +0200 [thread overview]
Message-ID: <20161021091413.053290730@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.4.27 release.
There are 25 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 Oct 23 09:13:58 UTC 2016.
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.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.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.4.27-rc1
Glauber Costa <glauber@scylladb.com>
cfq: fix starvation of asynchronous writes
Miklos Szeredi <mszeredi@redhat.com>
vfs: move permission checking into notify_change() for utimes(NULL)
Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
dlm: free workqueues after the connections
Marcelo Cerri <marcelo.cerri@canonical.com>
crypto: vmx - Fix memory corruption caused by p8_ghash
Marcelo Cerri <marcelo.cerri@canonical.com>
crypto: ghash-generic - move common definitions to a new header file
gmail <yngsion@gmail.com>
ext4: release bh in make_indexed_dir
Ross Zwisler <ross.zwisler@linux.intel.com>
ext4: allow DAX writeback for hole punch
Fabian Frederick <fabf@skynet.be>
ext4: fix memory leak in ext4_insert_range()
Daeho Jeong <daeho.jeong@samsung.com>
ext4: reinforce check of i_dtime when clearing high fields of uid and gid
Eric Whitney <enwlinux@gmail.com>
ext4: enforce online defrag restriction for encrypted files
Brian King <brking@linux.vnet.ibm.com>
scsi: ibmvfc: Fix I/O hang when port is not mapped
Borislav Petkov <bp@alien8.de>
scsi: arcmsr: Simplify user_len checking
Dan Carpenter <dan.carpenter@oracle.com>
scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
Justin Maggard <jmaggard10@gmail.com>
async_pq_val: fix DMA memory leak
Al Viro <viro@zeniv.linux.org.uk>
reiserfs: switch to generic_{get,set,remove}xattr()
Mike Galbraith <efault@gmx.de>
reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()
Nicolas Iooss <nicolas.iooss_linux@m4x.org>
ASoC: Intel: Atom: add a missing star in a memcpy call
Rafał Miłecki <rafal@milecki.pl>
brcmfmac: fix memory leak in brcmf_fill_bss_param
Guilherme G Piccoli <gpiccoli@linux.vnet.ibm.com>
i40e: avoid NULL pointer dereference and recursive errors on early PCI error
Miklos Szeredi <mszeredi@redhat.com>
fuse: fix killing s[ug]id in setattr
Miklos Szeredi <mszeredi@redhat.com>
fuse: invalidate dir dentry after chmod
Miklos Szeredi <mszeredi@redhat.com>
fuse: listxattr: verify xattr list
Peng Fan <van.freenix@gmail.com>
drivers: base: dma-mapping: page align the size when unmap_kernel_range
Junjie Mao <junjie.mao@enight.me>
btrfs: assign error values to the correct bio structs
Kefeng Wang <wangkefeng.wang@huawei.com>
serial: 8250_dw: Check the data->pclk when get apb_pclk
-------------
Diffstat:
Makefile | 4 +-
block/cfq-iosched.c | 13 +++--
crypto/async_tx/async_pq.c | 8 +--
crypto/ghash-generic.c | 13 +----
drivers/base/dma-mapping.c | 2 +-
drivers/crypto/vmx/ghash.c | 31 ++++++------
drivers/net/ethernet/intel/i40e/i40e_main.c | 6 +++
drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c | 5 +-
drivers/scsi/arcmsr/arcmsr_hba.c | 12 ++++-
drivers/scsi/ibmvscsi/ibmvfc.c | 1 -
drivers/tty/serial/8250/8250_dw.c | 2 +-
fs/attr.c | 15 ++++++
fs/btrfs/compression.c | 4 +-
fs/dlm/lowcomms.c | 8 +--
fs/ext4/extents.c | 3 ++
fs/ext4/inode.c | 12 ++---
fs/ext4/move_extent.c | 7 +++
fs/ext4/namei.c | 14 +++--
fs/fuse/dir.c | 59 ++++++++++++++++++++--
fs/reiserfs/file.c | 6 +--
fs/reiserfs/namei.c | 18 +++----
fs/reiserfs/super.c | 12 ++++-
fs/reiserfs/xattr.c | 54 --------------------
fs/reiserfs/xattr.h | 9 +---
fs/reiserfs/xattr_security.c | 14 +++--
fs/reiserfs/xattr_trusted.c | 14 +++--
fs/reiserfs/xattr_user.c | 14 +++--
fs/utimes.c | 16 +-----
include/crypto/ghash.h | 23 +++++++++
include/linux/fs.h | 1 +
sound/soc/intel/atom/sst/sst_pvt.c | 14 +++--
31 files changed, 224 insertions(+), 190 deletions(-)
next reply other threads:[~2016-10-21 9:15 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20161021091628uscas1p21e03f35d4481162f8066d9056c8aeb3c@uscas1p2.samsung.com>
2016-10-21 9:15 ` Greg Kroah-Hartman [this message]
2016-10-21 9:15 ` [PATCH 4.4 01/25] serial: 8250_dw: Check the data->pclk when get apb_pclk Greg Kroah-Hartman
2016-10-21 9:15 ` [PATCH 4.4 02/25] btrfs: assign error values to the correct bio structs Greg Kroah-Hartman
2016-10-21 9:15 ` [PATCH 4.4 03/25] drivers: base: dma-mapping: page align the size when unmap_kernel_range Greg Kroah-Hartman
2016-10-21 9:15 ` [PATCH 4.4 04/25] fuse: listxattr: verify xattr list Greg Kroah-Hartman
2016-10-21 9:15 ` [PATCH 4.4 06/25] fuse: fix killing s[ug]id in setattr Greg Kroah-Hartman
2016-10-21 9:15 ` [PATCH 4.4 07/25] i40e: avoid NULL pointer dereference and recursive errors on early PCI error Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 09/25] ASoC: Intel: Atom: add a missing star in a memcpy call Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 10/25] reiserfs: Unlock superblock before calling reiserfs_quota_on_mount() Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 11/25] reiserfs: switch to generic_{get,set,remove}xattr() Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 12/25] async_pq_val: fix DMA memory leak Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 13/25] scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer() Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 14/25] scsi: arcmsr: Simplify user_len checking Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 15/25] scsi: ibmvfc: Fix I/O hang when port is not mapped Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 16/25] ext4: enforce online defrag restriction for encrypted files Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 17/25] ext4: reinforce check of i_dtime when clearing high fields of uid and gid Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 18/25] ext4: fix memory leak in ext4_insert_range() Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 19/25] ext4: allow DAX writeback for hole punch Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 20/25] ext4: release bh in make_indexed_dir Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 21/25] crypto: ghash-generic - move common definitions to a new header file Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 22/25] crypto: vmx - Fix memory corruption caused by p8_ghash Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 23/25] dlm: free workqueues after the connections Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 24/25] vfs: move permission checking into notify_change() for utimes(NULL) Greg Kroah-Hartman
2016-10-21 9:16 ` [PATCH 4.4 25/25] cfq: fix starvation of asynchronous writes Greg Kroah-Hartman
2016-10-21 15:44 ` [PATCH 4.4 00/25] 4.4.27-stable review Shuah Khan
2016-10-21 19:16 ` Guenter Roeck
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=20161021091413.053290730@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuah.kh@samsung.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).