Alexander Potapenko (2): mm: fs: initialize fsdata passed to write_begin/write_end interface ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
Arnd Bergmann (1): security: commoncap: fix -Wstringop-overread warning
Baisong Zhong (1): bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
Chen Zhongjin (1): net, neigh: Fix null-ptr-deref in neigh_table_clear()
Christian A. Ehrhardt (1): kernfs: fix use-after-free in __kernfs_remove
Chuang Wang (1): net: macvlan: fix memory leaks of macvlan_common_newlink
Daniil Tatianin (1): ring_buffer: Do not deactivate non-existant pages
Eric Dumazet (1): macvlan: enforce a consistent minimal mtu
Gaosheng Cui (1): capabilities: fix potential memleak on error path from vfs_getxattr_alloc()
Ilpo Järvinen (2): serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs serial: 8250: Flush DMA Rx on RLSI
Jiri Benc (1): net: gso: fix panic on frag_list with mixed head alloc types
Kuniyuki Iwashima (1): tcp/udp: Make early_demux back namespacified.
Li Qiang (1): kprobe: reverse kp->flags when arm_kprobe failed
Neal Cardwell (1): tcp: fix indefinite deferral of RTO with SACK reneging
Rik van Riel (1): mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
Seth Jenkins (1): mm: /proc/pid/smaps_rollup: fix no vma's null-deref
Wang Wensheng (1): ftrace: Optimize the allocation for mcount entries
Xia Fukun (2): ida: don't use BUG_ON() for debugging signal handling: don't use BUG_ON() for debugging
Xiu Jianfeng (1): ftrace: Fix null pointer dereference in ftrace_add_mod()
Zhang Xiaoxu (1): nfs4: Fix kmemleak when allocate slot failed
Zhengchao Shao (2): net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed ipv6: fix WARNING in ip6_route_net_exit_late()
drivers/net/macvlan.c | 6 ++- drivers/tty/serial/8250/8250_port.c | 7 +++- fs/buffer.c | 4 +- fs/kernfs/dir.c | 5 ++- fs/namei.c | 2 +- fs/nfs/nfs4client.c | 1 + fs/proc/task_mmu.c | 2 +- include/net/protocol.h | 4 -- include/net/tcp.h | 2 + include/net/udp.h | 1 + kernel/kprobes.c | 5 ++- kernel/signal.c | 8 ++-- kernel/trace/ftrace.c | 3 +- kernel/trace/ring_buffer.c | 4 +- lib/idr.c | 4 +- mm/filemap.c | 2 +- mm/hugetlb.c | 2 +- net/bpf/test_run.c | 1 + net/core/neighbour.c | 2 +- net/core/net_namespace.c | 7 ++++ net/core/skbuff.c | 36 +++++++++--------- net/ipv4/af_inet.c | 14 +------ net/ipv4/ip_input.c | 32 ++++++++++------ net/ipv4/sysctl_net_ipv4.c | 59 +---------------------------- net/ipv4/tcp_input.c | 3 +- net/ipv6/addrlabel.c | 1 + net/ipv6/ip6_input.c | 23 +++++++---- net/ipv6/route.c | 14 +++++-- net/ipv6/tcp_ipv6.c | 9 +---- net/ipv6/udp.c | 9 +---- security/commoncap.c | 6 ++- 31 files changed, 127 insertions(+), 151 deletions(-)