This is the start of the stable review cycle for the 4.9.115 release.
There are 28 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 Wed Jul 25 12:24:13 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.9.115-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.9.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 4.9.115-rc1
Alan Jenkins <[email protected]>
block: do not use interruptible wait anywhere
Chuck Lever <[email protected]>
xprtrdma: Return -ENOBUFS when no pages are available
Mathias Nyman <[email protected]>
xhci: Fix perceived dead host due to runtime suspend race with event handler
Stefano Brivio <[email protected]>
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
Stefano Brivio <[email protected]>
net: Don't copy pfmemalloc flag in __copy_skb_header()
Alexander Couzens <[email protected]>
net: usb: asix: replace mii_nway_restart in resume path
Sanjeev Bansal <[email protected]>
tg3: Add higher cpu clock for 5762.
Matevz Vucnik <[email protected]>
qmi_wwan: add support for Quectel EG91
Gustavo A. R. Silva <[email protected]>
ptp: fix missing break in switch
Heiner Kallweit <[email protected]>
net: phy: fix flag masking in __set_phy_supported
David Ahern <[email protected]>
net/ipv4: Set oif in fib_compute_spec_dst
Lorenzo Colitti <[email protected]>
net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
Davidlohr Bueso <[email protected]>
lib/rhashtable: consider param->min_size when setting initial table size
Colin Ian King <[email protected]>
ipv6: fix useless rol32 call on hash
Tyler Hicks <[email protected]>
ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
Toke Høiland-Jørgensen <[email protected]>
gen_stats: Fix netlink stats dumping in the presence of padding
Ville Syrjälä <[email protected]>
drm/i915: Fix hotplug irq ack on i965/g4x
Gustavo A. R. Silva <[email protected]>
vfio/pci: Fix potential Spectre v1
Hugh Dickins <[email protected]>
mm/huge_memory.c: fix data loss when splitting a file pmd
Jing Xia <[email protected]>
mm: memcg: fix use after free in mem_cgroup_iter()
Alexey Brodkin <[email protected]>
ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs
Vineet Gupta <[email protected]>
ARC: mm: allow mprotect to make stack mappings executable
Alexey Brodkin <[email protected]>
ARC: Fix CONFIG_SWAP
Takashi Iwai <[email protected]>
ALSA: rawmidi: Change resized buffers atomically
OGAWA Hirofumi <[email protected]>
fat: fix memory allocation failure handling of match_strdup()
Dewet Thibaut <[email protected]>
x86/MCE: Remove min interval polling limitation
Ville Syrjälä <[email protected]>
x86/apm: Don't access __preempt_count with zeroed fs
Lan Tianyu <[email protected]>
KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in
parallel.
-------------
Diffstat:
Makefile | 4 +--
arch/arc/configs/axs101_defconfig | 1 -
arch/arc/configs/axs103_defconfig | 1 -
arch/arc/configs/axs103_smp_defconfig | 1 -
arch/arc/configs/nsim_700_defconfig | 1 -
arch/arc/configs/nsim_hs_defconfig | 1 -
arch/arc/configs/nsim_hs_smp_defconfig | 1 -
arch/arc/configs/nsimosci_defconfig | 1 -
arch/arc/configs/nsimosci_hs_defconfig | 1 -
arch/arc/configs/nsimosci_hs_smp_defconfig | 1 -
arch/arc/include/asm/page.h | 2 +-
arch/arc/include/asm/pgtable.h | 2 +-
arch/x86/include/asm/apm.h | 6 -----
arch/x86/kernel/apm_32.c | 5 ++++
arch/x86/kernel/cpu/mcheck/mce.c | 3 ---
block/blk-core.c | 9 +++----
drivers/gpu/drm/i915/i915_irq.c | 32 ++++++++++++++++++++++--
drivers/net/ethernet/broadcom/tg3.c | 9 +++++++
drivers/net/phy/phy_device.c | 7 ++----
drivers/net/usb/asix_devices.c | 4 ++-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/ptp/ptp_chardev.c | 1 +
drivers/usb/host/xhci.c | 40 +++++++++++++++++++++++++++---
drivers/usb/host/xhci.h | 4 +++
drivers/vfio/pci/vfio_pci.c | 4 +++
fs/fat/inode.c | 20 +++++++++------
include/linux/skbuff.h | 10 ++++----
include/net/ipv6.h | 2 +-
lib/rhashtable.c | 17 ++++++++-----
mm/huge_memory.c | 2 ++
mm/memcontrol.c | 2 +-
net/core/gen_stats.c | 16 ++++++++++--
net/core/skbuff.c | 1 +
net/ipv4/fib_frontend.c | 1 +
net/ipv4/sysctl_net_ipv4.c | 5 ++--
net/ipv4/tcp.c | 3 +--
net/sunrpc/xprtrdma/rpc_rdma.c | 2 +-
sound/core/rawmidi.c | 20 ++++++++++-----
virt/kvm/eventfd.c | 6 ++++-
39 files changed, 176 insertions(+), 73 deletions(-)