[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180807172330.953888701@linuxfoundation.org>
Date: Tue, 7 Aug 2018 20:51:14 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
stable@...r.kernel.org
Subject: [PATCH 4.14 00/21] 4.14.62-stable review
This is the start of the stable review cycle for the 4.14.62 release.
There are 21 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 Thu Aug 9 17:23:22 UTC 2018.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.62-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.14.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 4.14.62-rc1
Shankara Pailoor <shankarapailoor@...il.com>
jfs: Fix inconsistency between memory allocation and ea_buf->max_size
Eric Sandeen <sandeen@...deen.net>
xfs: don't call xfs_da_shrink_inode with NULL bp
Dave Chinner <dchinner@...hat.com>
xfs: validate cached inodes are free when allocated
Dave Chinner <dchinner@...hat.com>
xfs: catch inode allocation state mismatch corruption
Len Brown <len.brown@...el.com>
intel_idle: Graceful probe failure when MWAIT is disabled
James Smart <jsmart2021@...il.com>
nvmet-fc: fix target sgl list on large transfers
Keith Busch <keith.busch@...el.com>
nvme-pci: Fix queue double allocations
Sagi Grimberg <sagi@...mberg.me>
nvme-pci: allocate device queues storage space at probe
Filipe Manana <fdmanana@...e.com>
Btrfs: fix file data corruption after cloning a range and fsync
Esben Haabendal <eha@...f.com>
i2c: imx: Fix reinit_completion() use
Masami Hiramatsu <mhiramat@...nel.org>
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
Vitaly Kuznetsov <vkuznets@...hat.com>
ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handle
Theodore Ts'o <tytso@....edu>
ext4: fix false negatives *and* false positives in ext4_check_descriptors()
Dmitry Safonov <dima@...sta.com>
netlink: Don't shift on 64 for ngroups
Frederic Weisbecker <frederic@...nel.org>
nohz: Fix missing tick reprogram when interrupting an inline softirq
Anna-Maria Gleixner <anna-maria@...utronix.de>
nohz: Fix local_timer_softirq_pending()
Thomas Gleixner <tglx@...utronix.de>
genirq: Make force irq threading setup more robust
Anil Gurumurthy <anil.gurumurthy@...ium.com>
scsi: qla2xxx: Return error when TMF returns
Quinn Tran <quinn.tran@...ium.com>
scsi: qla2xxx: Fix ISP recovery on unload
Quinn Tran <quinn.tran@...ium.com>
scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion
Quinn Tran <quinn.tran@...ium.com>
scsi: qla2xxx: Fix unintialized List head crash
-------------
Diffstat:
Makefile | 4 +--
drivers/i2c/busses/i2c-imx.c | 3 +-
drivers/idle/intel_idle.c | 7 ++++-
drivers/nvme/host/pci.c | 64 +++++++++++++++++----------------------
drivers/nvme/target/fc.c | 44 +++++++++++++++++++++------
drivers/pci/pci-acpi.c | 2 +-
drivers/scsi/qla2xxx/qla_attr.c | 1 +
drivers/scsi/qla2xxx/qla_gbl.h | 1 +
drivers/scsi/qla2xxx/qla_gs.c | 4 +++
drivers/scsi/qla2xxx/qla_init.c | 7 ++---
drivers/scsi/qla2xxx/qla_inline.h | 2 ++
drivers/scsi/qla2xxx/qla_mid.c | 5 +++
drivers/scsi/qla2xxx/qla_os.c | 7 +++--
fs/btrfs/extent_io.c | 3 ++
fs/ext4/super.c | 4 +--
fs/jfs/xattr.c | 10 +++---
fs/xfs/libxfs/xfs_attr_leaf.c | 5 ++-
fs/xfs/xfs_icache.c | 58 ++++++++++++++++++++++++++++++-----
include/linux/ring_buffer.h | 1 +
kernel/irq/manage.c | 9 +++++-
kernel/softirq.c | 2 +-
kernel/time/tick-sched.c | 2 +-
kernel/trace/ring_buffer.c | 16 ++++++++++
kernel/trace/trace.c | 6 ++++
net/netlink/af_netlink.c | 4 +--
25 files changed, 192 insertions(+), 79 deletions(-)
Powered by blists - more mailing lists