Brian Norris (1): tracefs: Only clobber mode/uid/gid on remount if asked
David Hildenbrand (1): mm/hugetlb: fix hugetlb not supporting softdirty tracking
Denis V. Lunev (1): neigh: fix possible DoS due to net iface start/stop loop
Eric Dumazet (1): tcp: annotate data-race around challenge_timestamp
Florian Westphal (2): netfilter: ebtables: reject blobs that don't provide all entry points netfilter: ebtables: fix memory leak when blob is malformed
Gaosheng Cui (1): audit: fix potential double free on error path from fsnotify_add_inode_mark
Greg Kroah-Hartman (1): debugfs: add debugfs_lookup_and_remove()
Harsh Modi (1): netfilter: br_netfilter: Drop dst references before setting.
Jann Horn (1): mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
Jonathan Toppins (1): bonding: 802.3ad: fix no transmission of LACPDUs
Kuniyuki Iwashima (9): net: Fix data-races around weight_p and dev_weight_[rt]x_bias. net: Fix data-races around netdev_tstamp_prequeue. ratelimit: Fix data-races in ___ratelimit(). net: Fix a data-race around sysctl_tstamp_allow_data. net: Fix a data-race around sysctl_net_busy_poll. net: Fix a data-race around sysctl_net_busy_read. net: Fix a data-race around netdev_budget. net: Fix a data-race around netdev_budget_usecs. net: Fix a data-race around sysctl_somaxconn.
Maciej Żenczykowski (1): net: ipvtap - add __init/__exit annotations to module init/exit funcs
Mike Snitzer (1): dm: return early from dm_pr_call() if DM device is suspended
Neal Cardwell (1): tcp: fix early ETIMEDOUT after spurious non-SACK RTO
NeilBrown (1): SUNRPC: use _bh spinlocking on ->transport_lock
Quanyang Wang (1): asm-generic: sections: refactor memory_intersects
Siddh Raman Pant (1): loop: Check for overflow while configuring loop
Trond Myklebust (1): NFSv4: Fix races in the legacy idmapper upcall
Xin Xiong (1): xfrm: fix refcount leak in __xfrm_policy_check()
Yang Yingliang (1): net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Yee Lee (1): Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"
drivers/block/loop.c | 5 +++ drivers/md/dm.c | 5 +++ drivers/net/bonding/bond_3ad.c | 38 ++++++++----------- drivers/net/ipvlan/ipvtap.c | 4 +- fs/debugfs/inode.c | 22 +++++++++++ fs/nfs/nfs4idmap.c | 46 ++++++++++++----------- fs/tracefs/inode.c | 29 ++++++++++---- include/asm-generic/sections.h | 7 +++- include/linux/debugfs.h | 6 +++ include/linux/netfilter_bridge/ebtables.h | 4 -- include/net/busy_poll.h | 2 +- kernel/audit_fsnotify.c | 1 + lib/ratelimit.c | 12 ++++-- mm/kmemleak.c | 8 ++-- mm/mmap.c | 17 +++++++-- net/bridge/br_netfilter_hooks.c | 2 + net/bridge/br_netfilter_ipv6.c | 1 + net/bridge/netfilter/ebtable_broute.c | 8 ---- net/bridge/netfilter/ebtable_filter.c | 8 ---- net/bridge/netfilter/ebtable_nat.c | 8 ---- net/bridge/netfilter/ebtables.c | 10 ++--- net/core/dev.c | 14 +++---- net/core/neighbour.c | 27 ++++++++++--- net/core/skbuff.c | 2 +- net/core/sock.c | 2 +- net/core/sysctl_net_core.c | 15 +++++--- net/ipv4/tcp_input.c | 29 +++++++++----- net/sched/sch_generic.c | 2 +- net/socket.c | 2 +- net/sunrpc/xprt.c | 4 +- net/xfrm/xfrm_policy.c | 1 + 31 files changed, 205 insertions(+), 136 deletions(-)