This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from b5372fe5dc84 exec: load_script: Do not exec truncated interpreter path adds b4c3fbe63601 mac80211: Use linked list instead of rhashtable walk for m [...] adds 4ff3a9d14c6c mac80211: Free mpath object when rhashtable insertion fails adds 83e37e0bdd14 mac80211: Restore vif beacon interval if start ap fails adds a31687e85a36 Merge tag 'mac80211-for-davem-2019-02-15' of git://git.ker [...] adds 4974d5f678ab net: ip6_gre: initialize erspan_ver just for erspan tunnels adds 197f9ab7f08c net: phy: xgmiitorgmii: Support generic PHY status read adds 3b89ea9c5902 net: Fix for_each_netdev_feature on Big endian adds d5be7f632bad net: validate untrusted gso packets without csum offload adds fea83353177a net: dsa: b53: Fix default VLAN ID adds dad8d7c6452b net: dsa: b53: Properly account for VLAN filtering adds a40061ea2e39 net: systemport: Fix reception of BPDUs adds c3152ec4c069 net: dsa: bcm_sf2: Do not assume DSA master supports WoL adds 10163aaee967 net: dsa: b53: Do not program CPU port's PVID adds 46f376663810 Merge branch 'net-dsa-b53-VLAN-and-L2-fixes' adds 8681ef1f3d29 net: Add header for usage of fls64() adds d623876646be bpf: Fix narrow load on a bpf_sock returned from sk_lookup() adds b90efd225874 bpf: only adjust gso_size on bytestream protocols adds e6762c8bcf98 xsk: add missing smp_rmb() in xsk_mmap adds 3defaf2f15b2 bpf: fix lockdep false positive in stackmap adds e451eb510684 xsk: share the mmap_sem for page pinning adds 1e405c1a3f66 xsk: do not remove umem from netdevice on fall-back to copy-mode adds 13443154f6ca MIPS: eBPF: Always return sign extended 32b values adds 1910faebf61d MIPS: eBPF: Remove REG_32BIT_ZERO_EX adds 6e1077f51436 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf adds 289460404f69 mlxsw: __mlxsw_sp_port_headroom_set(): Fix a use of local [...] adds 31a1b8d528fa doc: Mention MSG_ZEROCOPY implementation for UDP adds 4012e7d09d99 net: stmmac: handle endianness in dwmac4_get_timestamp adds 97dc47a1308a qmi_wwan: apply SET_DTR quirk to Sierra WP7607 adds e928b5d6b75e net: mv643xx_eth: disable clk on error path in mv643xx_eth [...] adds 04c03114be82 tcp: clear icsk_backoff in tcp_write_queue_purge() adds 2c4cc9712364 tcp: tcp_v4_err() should be more careful adds e09c6a4ec1bb Merge branch 'tcp-fix-possible-crash-in-tcp_v4_err' adds 8644772637de mm: Use fixed constant in page_frag_alloc instead of size + 1 adds 3bed3cc4156e net: Do not allocate page fragments that are not skb aligned adds 254a1a2b2c2e Merge branch 'netdev-page_frag_alloc-fixes' adds 9060cb719e61 net: crypto set sk to NULL when af_alg_release. adds 21d2cb491b9e net/mlx4_en: fix spelling mistake: "quiting" -> "quitting" adds f2ffff085d28 mac80211: mesh: fix missing unlock on error in table_path_del() adds 8e29d23e28ee r8152: Add support for MAC address pass through on RTL8153-BD adds 9addc92730df qed: Fix iWARP buffer size provided for syn packet processing. adds 8be3dadf0405 qed: Fix iWARP syn packet mac address validation. adds 694d79027ef4 Merge branch 'qed-iWARP' adds 8a7493e58ad6 net: stmmac: Fix a race in EEE enable callback adds d04ca383860b mt76x0u: fix suspend/resume adds 92a8c299a75d Merge tag 'wireless-drivers-for-davem-2019-02-18' of git:/ [...] adds 4d96e13ee9cd net: hns: Fixes the missing put_device in positive leg for [...] adds 1f43f400a2cb net: netcp: Fix ethss driver probe issue adds 23b7ca4f745f netfilter: nf_tables: fix flush after rule deletion in the [...] adds c93a49b9769e ipvs: fix warning on unused variable adds 5cd856a5ef9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf adds 816db7663565 vhost: correctly check the return value of translate_desc( [...] adds 1765f5dcd009 sky2: Increase D3 delay again adds 40e196a906d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
No new revisions were added by this update.
Summary of changes: Documentation/networking/msg_zerocopy.rst | 2 +- arch/mips/net/ebpf_jit.c | 24 ++-- crypto/af_alg.c | 4 +- drivers/net/dsa/b53/b53_common.c | 90 +++++++++--- drivers/net/dsa/b53/b53_priv.h | 3 + drivers/net/dsa/bcm_sf2.c | 10 +- drivers/net/ethernet/broadcom/bcmsysport.c | 4 + drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 3 + drivers/net/ethernet/marvell/mv643xx_eth.c | 7 +- drivers/net/ethernet/marvell/sky2.c | 2 +- drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 2 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 12 +- drivers/net/ethernet/qlogic/qed/qed_iwarp.c | 21 ++- drivers/net/ethernet/qlogic/qed/qed_iwarp.h | 1 - drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c | 9 +- .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 22 +-- drivers/net/ethernet/ti/netcp_core.c | 2 +- drivers/net/phy/xilinx_gmii2rgmii.c | 5 +- drivers/net/usb/qmi_wwan.c | 4 +- drivers/net/usb/r8152.c | 5 +- drivers/net/wireless/mediatek/mt76/mt76x0/usb.c | 46 +++--- drivers/vhost/vhost.c | 2 +- include/linux/netdev_features.h | 24 +++- include/linux/skbuff.h | 8 +- include/linux/virtio_net.h | 9 ++ kernel/bpf/stackmap.c | 8 +- kernel/bpf/verifier.c | 11 +- mm/page_alloc.c | 8 +- net/core/dev.c | 4 +- net/core/filter.c | 12 +- net/core/skbuff.c | 4 + net/ipv4/tcp.c | 2 +- net/ipv4/tcp_ipv4.c | 5 +- net/ipv6/ip6_gre.c | 34 +++-- net/mac80211/cfg.c | 6 +- net/mac80211/mesh.h | 6 + net/mac80211/mesh_pathtbl.c | 157 ++++++--------------- net/netfilter/ipvs/ip_vs_ctl.c | 3 +- net/netfilter/nf_tables_api.c | 3 + net/xdp/xdp_umem.c | 11 +- net/xdp/xsk.c | 4 + 41 files changed, 355 insertions(+), 244 deletions(-)