Linux 4.19.57
From: Greg KH
Date: Wed Jul 03 2019 - 08:29:42 EST
I'm announcing the release of the 4.19.57 kernel.
All users of the 4.19 kernel series must upgrade.
The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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;a=summary
thanks,
greg k-h
------------
Documentation/robust-futexes.txt | 3
Makefile | 2
arch/arm64/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/mips/include/asm/mips-gic.h | 30
arch/x86/kernel/cpu/bugs.c | 11
arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 35 -
arch/x86/kernel/cpu/microcode/core.c | 15
arch/x86/kvm/mmu.c | 11
drivers/clk/socfpga/clk-s10.c | 4
drivers/infiniband/core/addr.c | 10
drivers/infiniband/hw/hfi1/user_sdma.c | 12
drivers/infiniband/hw/hfi1/user_sdma.h | 1
drivers/infiniband/hw/ocrdma/ocrdma_ah.c | 5
drivers/infiniband/hw/ocrdma/ocrdma_hw.c | 5
drivers/irqchip/irq-mips-gic.c | 4
drivers/md/dm-log-writes.c | 23
drivers/misc/eeprom/at24.c | 43 -
drivers/net/bonding/bond_main.c | 2
drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c | 2
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 22
drivers/net/team/team.c | 2
drivers/net/tun.c | 19
drivers/net/usb/qmi_wwan.c | 2
drivers/scsi/vmw_pvscsi.c | 6
drivers/usb/dwc3/core.h | 15
drivers/usb/dwc3/gadget.c | 160 +----
drivers/usb/dwc3/gadget.h | 15
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/bpf-cgroup.h | 8
include/linux/sunrpc/xprt.h | 1
include/net/9p/9p.h | 4
include/net/9p/client.h | 71 --
include/uapi/linux/bpf.h | 6
kernel/bpf/lpm_trie.c | 9
kernel/bpf/syscall.c | 8
kernel/bpf/verifier.c | 12
kernel/cpu.c | 3
kernel/trace/bpf_trace.c | 100 ++-
kernel/trace/trace_branch.c | 4
mm/hugetlb.c | 29
mm/memory-failure.c | 7
mm/mempolicy.c | 2
mm/page_idle.c | 4
net/9p/client.c | 551 +++++++++---------
net/9p/mod.c | 9
net/9p/protocol.c | 12
net/9p/trans_common.c | 1
net/9p/trans_fd.c | 64 +-
net/9p/trans_rdma.c | 37 -
net/9p/trans_virtio.c | 44 +
net/9p/trans_xen.c | 17
net/core/filter.c | 2
net/core/sock.c | 3
net/ipv4/raw.c | 2
net/ipv4/udp.c | 10
net/ipv6/udp.c | 8
net/packet/af_packet.c | 23
net/packet/internal.h | 1
net/sctp/endpointola.c | 8
net/sunrpc/clnt.c | 1
net/sunrpc/xprt.c | 91 +-
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
tools/testing/selftests/bpf/test_lpm_map.c | 41 +
77 files changed, 1073 insertions(+), 746 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()
Bjørn Mork (1):
qmi_wwan: Fix out-of-bounds read
Colin Ian King (1):
mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
Dan Carpenter (1):
9p: potential NULL dereference
Daniel Borkmann (2):
bpf: fix unconnected udp hooks
bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd
Dinh Nguyen (1):
clk: socfpga: stratix10: fix divider entry for the emac clocks
Dominique Martinet (9):
9p/xen: fix check for xenbus_read error in front_probe
9p: embed fcall in req to round down buffer allocs
9p: add a per-client fcall kmem_cache
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
9p/trans_fd: abort p9_read_work if req status changed
9p/trans_fd: put worker reqs on destroy
Eric Dumazet (1):
net/packet: fix memory leak in packet_set_ring()
Fei Li (1):
tun: wake up waitqueues after IFF_UP is set
Felipe Balbi (7):
usb: dwc3: gadget: combine unaligned and zero flags
usb: dwc3: gadget: track number of TRBs per request
usb: dwc3: gadget: use num_trbs when skipping TRBs on ->dequeue()
usb: dwc3: gadget: extract dwc3_gadget_ep_skip_trbs()
usb: dwc3: gadget: introduce cancelled_list
usb: dwc3: gadget: move requests to cancelled_list
usb: dwc3: gadget: remove wait_end_transfer
Geert Uytterhoeven (1):
cpu/speculation: Warn on unsupported mitigations= parameter
Greg Kroah-Hartman (1):
Linux 4.19.57
Jack Pham (1):
usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup
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
Jason Gunthorpe (1):
RDMA: Directly cast the sockaddr union to sockaddr
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
John Stultz (1):
Revert "usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup"
Jonathan Lemon (1):
bpf: lpm_trie: check left child of last leftmost node for NULL
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
Martynas Pumputis (1):
bpf: simplify definition of BPF_FIB_LOOKUP related flags
Matt Mullins (1):
bpf: fix nested bpf tracepoints with per-cpu data
Matthew Wilcox (1):
9p: Use a slab for allocating requests
Mike Marciniszyn (1):
IB/hfi1: Close PSM sdma_progress sleep window
Naoya Horiguchi (2):
mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge
Nathan Chancellor (1):
arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS
Neil Horman (1):
af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
Paul Burton (1):
irqchip/mips-gic: Use the correct local interrupt map registers
Reinette Chatre (1):
x86/resctrl: Prevent possible overrun during bitmap operations
Roland Hii (2):
net: stmmac: fixed new system time seconds value calculation
net: stmmac: set IC bit when transmitting frames with HW timestamp
Sasha Levin (1):
Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"
Sean Christopherson (1):
KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPT
Stephen Suryaputra (1):
ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop
Thinh Nguyen (1):
usb: dwc3: Reset num_trbs after skipping
Thomas Gleixner (1):
x86/microcode: Fix the microcode load on CPU hotplug for real
Tomas Bortoli (3):
9p: rename p9_free_req() function
9p: Add refcount to p9_req_t
9p: Rename req to rreq in trans_fd
Trond Myklebust (2):
NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
SUNRPC: Clean up initialisation of the struct rpc_rqst
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):
bonding: Always enable vlan tx offload
team: 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
Attachment:
signature.asc
Description: PGP signature