I'm announcing the release of the 4.14.132 kernel.
All users of the 4.14 kernel series must upgrade.
The updated 4.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summa...
thanks,
greg k-h
------------
Documentation/robust-futexes.txt | 3 Makefile | 2 arch/arm64/include/asm/futex.h | 4 arch/arm64/include/asm/insn.h | 8 + arch/arm64/kernel/insn.c | 40 +++++ arch/arm64/net/bpf_jit.h | 4 arch/arm64/net/bpf_jit_comp.c | 28 ++- arch/x86/kernel/cpu/bugs.c | 11 + arch/x86/kernel/cpu/microcode/core.c | 15 +- block/bio.c | 131 +++++++++++++----- drivers/infiniband/hw/hfi1/user_sdma.c | 12 - drivers/infiniband/hw/hfi1/user_sdma.h | 1 drivers/md/dm-log-writes.c | 23 ++- drivers/misc/eeprom/at24.c | 107 ++++++++++---- drivers/net/bonding/bond_main.c | 2 drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c | 2 drivers/net/team/team.c | 2 drivers/net/tun.c | 19 +- drivers/net/usb/qmi_wwan.c | 4 drivers/scsi/vmw_pvscsi.c | 6 fs/9p/acl.c | 2 fs/binfmt_flat.c | 23 --- fs/nfs/flexfilelayout/flexfilelayoutdev.c | 2 fs/proc/array.c | 2 include/asm-generic/futex.h | 8 - include/linux/bio.h | 9 + include/linux/compiler.h | 5 kernel/cpu.c | 3 kernel/trace/trace_branch.c | 4 mm/mempolicy.c | 2 mm/page_idle.c | 4 net/9p/protocol.c | 12 + net/9p/trans_common.c | 1 net/9p/trans_rdma.c | 7 net/9p/trans_xen.c | 4 net/core/sock.c | 3 net/ipv4/raw.c | 2 net/ipv4/udp.c | 6 net/ipv6/udp.c | 4 net/packet/af_packet.c | 23 ++- net/packet/internal.h | 1 net/sctp/endpointola.c | 8 - net/tipc/core.c | 12 - net/tipc/netlink_compat.c | 18 ++ net/tipc/udp_media.c | 8 - tools/perf/builtin-help.c | 2 tools/perf/ui/tui/helpline.c | 2 tools/perf/util/header.c | 2 48 files changed, 417 insertions(+), 186 deletions(-)
Adeodato Simó (1): net/9p: include trans_common.h to fix missing prototype warning.
Alejandro Jimenez (1): x86/speculation: Allow guests to use SSBD even if host does not
Arnaldo Carvalho de Melo (3): perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nul perf help: Remove needless use of strncpy() perf header: Fix unchecked usage of strncpy()
Christoph Hellwig (1): block: add a lower-level bio_add_page interface
Colin Ian King (1): mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
Daniel Borkmann (1): bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd
Dominique Martinet (5): 9p/xen: fix check for xenbus_read error in front_probe 9p/rdma: do not disconnect on down_interruptible EAGAIN 9p: acl: fix uninitialized iattr access 9p/rdma: remove useless check in cm_event_handler 9p: p9dirent_read: check network-provided name length
Eric Dumazet (1): net/packet: fix memory leak in packet_set_ring()
Fei Li (1): tun: wake up waitqueues after IFF_UP is set
Geert Uytterhoeven (1): cpu/speculation: Warn on unsupported mitigations= parameter
Greg Kroah-Hartman (1): Linux 4.14.132
Jan Kara (1): scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()
Jann Horn (1): fs/binfmt_flat.c: make load_flat_shared_library() work
Jean-Philippe Brucker (1): arm64: insn: Fix ldadd instruction encoding
JingYi Hou (1): net: remove duplicate fetch in sock_getsockopt
John Ogness (1): fs/proc/array.c: allow reporting eip/esp for all coredumping threads
Kristian Evensen (1): qmi_wwan: Fix out-of-bounds read
Martin KaFai Lau (2): bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err
Martin Wilck (1): block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs
Mike Marciniszyn (1): IB/hfi1: Close PSM sdma_progress sleep window
Neil Horman (1): af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
Roland Hii (1): net: stmmac: fixed new system time seconds value calculation
Sasha Levin (2): Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP" Revert "compiler.h: update definition of unreachable()"
Stephen Suryaputra (1): ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop
Thomas Gleixner (1): x86/microcode: Fix the microcode load on CPU hotplug for real
Trond Myklebust (1): NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
Wang Xin (1): eeprom: at24: fix unexpected timeout under high load
Will Deacon (2): arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg() futex: Update comments and docs about return values of arch futex code
Xin Long (4): sctp: change to hold sk after auth shkey is created successfully tipc: change to use register_pernet_device tipc: check msg->req data len in tipc_nl_compat_bearer_disable tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb
YueHaibing (2): team: Always enable vlan tx offload bonding: Always enable vlan tx offload
zhangyi (F) (1): dm log writes: make sure super sector log updates are written in order
zhong jiang (1): mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask