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-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 83fd69c93340 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds e1b9f99ff8c4 i2c: hix5hd2: add missed clk_disable_unprepare in remove adds 692b65c84f0b i2c: fix a doc warning adds d944b27df121 i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check [...] adds f491c6687332 i2c: st: fix missing struct parameter description adds 14c1fe699cad i2c: pca-platform: Use platform_irq_get_optional adds 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
No new revisions were added by this update.
Summary of changes: drivers/i2c/busses/i2c-hix5hd2.c | 1 + drivers/i2c/busses/i2c-nvidia-gpu.c | 20 ++++---- drivers/i2c/busses/i2c-pca-platform.c | 2 +- drivers/i2c/busses/i2c-st.c | 1 + 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/i2c.h | 4 +- include/linux/ieee80211.h | 4 +- kernel/bpf/btf.c | 3 +- kernel/bpf/syscall.c | 34 +++++++------ 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 ++- 28 files changed, 234 insertions(+), 95 deletions(-)