OSDN Git Service

Merge 4.9.119 into android-4.9
authorGreg Kroah-Hartman <gregkh@google.com>
Thu, 9 Aug 2018 14:01:36 +0000 (16:01 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 9 Aug 2018 14:01:36 +0000 (16:01 +0200)
commit92e87041ed2d6b74ac31f1572cbed1597da17753
treec4aff274093d8bac8e06146ad5e71e1bc1004448
parent856452b4f22e27fd140523ab97fdb23d56b70cbf
parent8f21ecb4249a0914aea08bef1befca9019a3b44b
Merge 4.9.119 into android-4.9

Changes in 4.9.119
scsi: qla2xxx: Fix ISP recovery on unload
scsi: qla2xxx: Return error when TMF returns
genirq: Make force irq threading setup more robust
nohz: Fix local_timer_softirq_pending()
netlink: Do not subscribe to non-existent groups
netlink: Don't shift with UB on nlk->ngroups
netlink: Don't shift on 64 for ngroups
ext4: fix false negatives *and* false positives in ext4_check_descriptors()
ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handle
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
i2c: imx: Fix reinit_completion() use
Btrfs: fix file data corruption after cloning a range and fsync
tcp: add tcp_ooo_try_coalesce() helper
kmemleak: clear stale pointers from task stacks
fork: unconditionally clear stack on fork
IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
jfs: Fix inconsistency between memory allocation and ea_buf->max_size
Linux 4.9.119

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Makefile
fs/btrfs/extent_io.c
fs/ext4/super.c
include/linux/thread_info.h
kernel/fork.c
kernel/time/tick-sched.c
kernel/trace/trace.c
net/ipv4/tcp_input.c