This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 906c40438bb6 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds bcaeb886ade1 qlcnic: Fix bad kzalloc null test adds f6bf1bafdc21 mlxsw: spectrum_mr: Fix list iteration in error path adds 0016d3201753 nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type adds 575a97acc3b7 ieee80211: fix HE SPR size calculation adds a0761a301746 mac80211: drop data frames without key on encrypted links adds 05dcb8bb2585 cfg80211: Do not warn on same channel at the end of CSA adds ce2e1ca70307 mac80211: Check port authorization in the ieee80211_tx_deq [...] adds b16798f5b907 mac80211: mark station unauthorized before key removal adds b95d2ccd2ccb mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX adds 328f5bb9939d Merge tag 'mac80211-for-net-2020-03-26' of git://git.kerne [...] adds 8262e6f9b103 net: ks8851-ml: Fix IO operations, again adds 03891f820c21 xfrm: handle NETDEV_UNREGISTER for xfrm device adds f1ed10264ed6 vti[6]: fix packet tx through bpf_redirect() in XinY cases adds 171d449a0285 xfrm: fix uctx len check in verify_sec_ctx_len adds a1a7e3a36e01 xfrm: add the missing verify_sec_ctx_len check in xfrm_add [...] adds edf0d283d988 ipv6: xfrm6_tunnel.c: Use built-in RCU list checking adds d1d17a359ce6 esp: remove the skb from the chain when it's enqueued in c [...] adds 2a9de3af21aa vti6: Fix memory leak of skb if input policy check fails adds 4c59406ed003 xfrm: policy: Fix doulbe free in xfrm_policy_timer adds e00dd941ff9f Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...] adds 2e8c339b4946 r8169: fix PHY driver check on platforms w/o module softdeps adds 8e7ae2518f52 bpf: Sanitize the bpf_struct_ops tcp-cc name adds 8096f229421f bpf: Explicitly memset the bpf_attr structure adds 5c6f25887963 bpf: Explicitly memset some bpf info structures declared o [...] adds a0ba26f37ea0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf adds e595dd94515e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net adds df81dfcfd699 genirq: Fix reference leaks on irq affinity notifiers adds 01af08bd24ed Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/ [...] adds 749da8ca978f clocksource/drivers/hyper-v: Make sched clock return nanos [...] adds ab93e984dbb4 Merge tag 'timers-urgent-2020-03-29' of git://git.kernel.o [...] adds d795a90e2ba0 mm/swapfile.c: move inode_lock out of claim_swapfile adds 53cdc1cb29e8 drivers/base/memory.c: indicate all memory blocks as removable adds 726b7bbeafd4 hugetlb_cgroup: fix illegal access to memory adds 8380ce479010 mm: fork: fix kernel_stack memcg stats for various stack i [...] adds b943f045a9af mm/sparse: fix kernel crash with pfn_section_valid check adds 570203ec830d Merge branch 'akpm' (patches from Andrew) adds 7111951b8d49 Linux 5.6
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- drivers/base/memory.c | 23 ++------- drivers/clocksource/hyperv_timer.c | 6 ++- drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c | 8 ++-- drivers/net/ethernet/micrel/ks8851_mll.c | 56 ++++++++++++++++++++-- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 2 +- drivers/net/ethernet/realtek/r8169_main.c | 16 +++---- include/linux/bpf.h | 1 + include/linux/ieee80211.h | 4 +- include/linux/memcontrol.h | 12 +++++ kernel/bpf/btf.c | 3 +- kernel/bpf/syscall.c | 34 +++++++------ kernel/fork.c | 4 +- kernel/irq/manage.c | 11 ++++- mm/hugetlb_cgroup.c | 3 +- mm/memcontrol.c | 38 +++++++++++++++ mm/sparse.c | 6 +++ mm/swapfile.c | 41 ++++++++-------- net/ipv4/Kconfig | 1 + net/ipv4/bpf_tcp_ca.c | 7 +-- net/ipv4/ip_vti.c | 38 +++++++++++---- net/ipv6/ip6_vti.c | 34 +++++++++---- net/ipv6/xfrm6_tunnel.c | 2 +- net/mac80211/debugfs_sta.c | 3 +- net/mac80211/key.c | 20 ++++---- net/mac80211/sta_info.c | 7 ++- net/mac80211/sta_info.h | 1 + net/mac80211/tx.c | 39 ++++++++++++--- net/wireless/nl80211.c | 2 +- net/wireless/scan.c | 6 ++- net/xfrm/xfrm_device.c | 9 ++-- net/xfrm/xfrm_policy.c | 2 + net/xfrm/xfrm_user.c | 6 ++- 33 files changed, 317 insertions(+), 130 deletions(-)