----------------------------
NOTE, this will be the last 4.7.y kernel to be released. After this
one, the 4.7.y series is end-of-life. You should be moving to the 4.8.y
kernel series at this point in time.
----------------------------
This is the start of the stable review cycle for the 4.7.10 release.
There are 45 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:14:13 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.7.10-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.7.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 4.7.10-rc1
Glauber Costa <[email protected]>
cfq: fix starvation of asynchronous writes
David Howells <[email protected]>
cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]
Miklos Szeredi <[email protected]>
vfs: move permission checking into notify_change() for utimes(NULL)
Marcelo Ricardo Leitner <[email protected]>
dlm: free workqueues after the connections
Marcelo Cerri <[email protected]>
crypto: vmx - Fix memory corruption caused by p8_ghash
Marcelo Cerri <[email protected]>
crypto: ghash-generic - move common definitions to a new header file
Jan Kara <[email protected]>
ext4: unmap metadata when zeroing blocks
gmail <[email protected]>
ext4: release bh in make_indexed_dir
Ross Zwisler <[email protected]>
ext4: allow DAX writeback for hole punch
Fabian Frederick <[email protected]>
ext4: fix memory leak in ext4_insert_range()
wangguang <[email protected]>
ext4: bugfix for mmaped pages in mpage_release_unused_pages()
Daeho Jeong <[email protected]>
ext4: reinforce check of i_dtime when clearing high fields of uid and gid
Eric Whitney <[email protected]>
ext4: enforce online defrag restriction for encrypted files
Wei Fang <[email protected]>
vfs,mm: fix a dead loop in truncate_inode_pages_range()
Brian King <[email protected]>
scsi: ibmvfc: Fix I/O hang when port is not mapped
Borislav Petkov <[email protected]>
scsi: arcmsr: Simplify user_len checking
Dan Carpenter <[email protected]>
scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
Justin Maggard <[email protected]>
async_pq_val: fix DMA memory leak
Mike Galbraith <[email protected]>
reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()
Nicolas Iooss <[email protected]>
ASoC: Intel: Atom: add a missing star in a memcpy call
Rafał Miłecki <[email protected]>
brcmfmac: use correct skb freeing helper when deleting flowring
Rafał Miłecki <[email protected]>
brcmfmac: fix memory leak in brcmf_fill_bss_param
Nicolas Iooss <[email protected]>
brcmfmac: fix pmksa->bssid usage
Dave Chinner <[email protected]>
xfs: change mailing list address
Guilherme G Piccoli <[email protected]>
i40e: avoid NULL pointer dereference and recursive errors on early PCI error
Miklos Szeredi <[email protected]>
fuse: fix killing s[ug]id in setattr
Miklos Szeredi <[email protected]>
fuse: invalidate dir dentry after chmod
Miklos Szeredi <[email protected]>
fuse: listxattr: verify xattr list
Marcin Wojtas <[email protected]>
clk: mvebu: dynamically allocate resources in Armada CP110 system controller
Marcin Wojtas <[email protected]>
clk: mvebu: fix setting unwanted flags in CP110 gate clock
Mike Marciniszyn <[email protected]>
IB/hfi1: Fix defered ack race with qp destroy
Peng Fan <[email protected]>
drivers: base: dma-mapping: page align the size when unmap_kernel_range
Alexander Usyskin <[email protected]>
mei: amthif: fix deadlock in initialization during a reset
Junjie Mao <[email protected]>
btrfs: assign error values to the correct bio structs
Omar Sandoval <[email protected]>
Btrfs: catch invalid free space trees
Omar Sandoval <[email protected]>
Btrfs: fix free space tree bitmaps on big-endian systems
Christian Lamparter <[email protected]>
carl9170: fix debugfs crashes
Christian Lamparter <[email protected]>
b43legacy: fix debugfs crash
Christian Lamparter <[email protected]>
b43: fix debugfs crash
Christian Lamparter <[email protected]>
debugfs: introduce a public file_operations accessor
Vineet Gupta <[email protected]>
ARCv2: fix local_save_flags
Yuriy Kolerov <[email protected]>
ARCv2: intc: Use kflag if STATUS32.IE must be reset
Andy Shevchenko <[email protected]>
serial: 8250_port: fix runtime PM use in __do_stop_tx_rs485()
Kefeng Wang <[email protected]>
serial: 8250_dw: Check the data->pclk when get apb_pclk
Sascha Hauer <[email protected]>
serial: imx: Fix DCD reading
-------------
Diffstat:
MAINTAINERS | 7 +--
Makefile | 4 +-
arch/arc/include/asm/irqflags-arcv2.h | 2 +-
arch/arc/kernel/intc-arcv2.c | 2 +-
block/cfq-iosched.c | 13 ++++-
crypto/async_tx/async_pq.c | 8 +--
crypto/ghash-generic.c | 13 +----
drivers/base/dma-mapping.c | 2 +-
drivers/clk/mvebu/cp110-system-controller.c | 31 ++++++++---
drivers/crypto/vmx/ghash.c | 31 ++++++-----
drivers/infiniband/hw/hfi1/rc.c | 5 +-
drivers/misc/mei/amthif.c | 12 +++-
drivers/misc/mei/bus.c | 2 -
drivers/net/ethernet/intel/i40e/i40e_main.c | 6 ++
drivers/net/wireless/ath/carl9170/debug.c | 6 +-
drivers/net/wireless/broadcom/b43/debugfs.c | 6 +-
drivers/net/wireless/broadcom/b43legacy/debugfs.c | 6 +-
.../broadcom/brcm80211/brcmfmac/cfg80211.c | 9 ++-
.../broadcom/brcm80211/brcmfmac/flowring.c | 9 ++-
drivers/scsi/arcmsr/arcmsr_hba.c | 12 +++-
drivers/scsi/ibmvscsi/ibmvfc.c | 1 -
drivers/tty/serial/8250/8250_dw.c | 2 +-
drivers/tty/serial/8250/8250_port.c | 11 ++--
drivers/tty/serial/imx.c | 3 +-
fs/attr.c | 15 +++++
fs/btrfs/compression.c | 4 +-
fs/btrfs/ctree.h | 3 +-
fs/btrfs/disk-io.c | 9 +++
fs/btrfs/extent_io.c | 64 ++++++++++++++++------
fs/btrfs/extent_io.h | 22 ++++++++
fs/btrfs/free-space-tree.c | 19 ++++---
fs/cachefiles/interface.c | 8 ++-
fs/cachefiles/internal.h | 3 +-
fs/cachefiles/namei.c | 8 +--
fs/debugfs/file.c | 13 ++---
fs/dlm/lowcomms.c | 8 +--
fs/ext4/extents.c | 3 +
fs/ext4/inode.c | 24 +++++---
fs/ext4/move_extent.c | 7 +++
fs/ext4/namei.c | 14 ++---
fs/fuse/dir.c | 59 ++++++++++++++++++--
fs/reiserfs/super.c | 12 +++-
fs/utimes.c | 16 +-----
include/crypto/ghash.h | 23 ++++++++
include/linux/debugfs.h | 17 ++++++
include/linux/fs.h | 1 +
include/uapi/linux/btrfs.h | 12 +++-
mm/filemap.c | 4 ++
sound/soc/intel/atom/sst/sst_pvt.c | 14 ++---
49 files changed, 412 insertions(+), 173 deletions(-)