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-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 16d72dd4891f Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/sc [...] adds 78ed70bf3a92 arm64: cpufeature: Fix missing ZFR0 in __read_sysreg_by_en [...] adds 262afe92fa8c arm64: smp: Moved cpu_logical_map[] to smp.h adds f31e98bfae1c arm64: arch_timer: mark functions as __always_inline adds 2b55d83e9a8c ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix adds ebcc5928c5d9 arm64: Silence gcc warnings about arch ABI drift adds a02a532c2a6c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds dc1435c00fcd RDMA/srp: Rename SRP sysfs name after IB device rename trigger adds 619122be3d40 RDMA/hns: Fix PD memory leak for internal allocation adds 6875cb175ca7 RDMA/core: Clear out the udata before error unwind adds 6876aaedc8a1 RDMA/uverbs: Pass udata on uverbs error unwind adds 46bdf370f671 RDMA/core: Fix panic when port_data isn't initialized adds 2abae62a26a2 IB/rdmavt: Fix alloc_qpn() WARN_ON() adds 6d517353c70b IB/hfi1: Insure freeze_work work_struct is canceled on shutdown adds 35164f5259a4 IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value adds 97736f36dbeb IB/hfi1: Validate page aligned for a given virtual address adds 37eb86c4507a mlx5: avoid 64-bit division adds 4f240dfec6bc RDMA/efa: Remove MAYEXEC flag check from mmap flow adds 6e38335dcc70 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds e8d67fa5696e net: dsa: sja1105: Don't store frame type in skb->cb adds 62394708f3e0 net: dsa: mv88e6xxx: avoid error message on remove from VLAN 0 adds 2e1f164861e5 net: hns: Fix loopback test failed at copper ports adds 8c268598192d Update my email address adds afa0925c6fcc packet: unconditionally free po->rollover adds 09faf5a7d7c0 net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set adds 9e4f56f1a7f3 net: ethernet: mediatek: Use hw_feature to judge if HWLRO [...] adds 880c2d4b2fdf net: ethernet: mediatek: Use NET_IP_ALIGN to judge if HW R [...] adds 67c0aaa1eaec selftests: set sysctl bc_forwarding properly in router_bro [...] adds 28e74a7cfd64 net: sfp: read eeprom in maximum 16 byte increments adds 77316763321e net: phylink: avoid reducing support mask adds f4cfcfbdf03c net: dsa: sja1105: Fix link speed not working at 100 Mbps [...] adds 27393f8c6efc Revert "net/tls: avoid NULL-deref on resync during device [...] adds e52972c11d6b net/tls: replace the sleeping lock around RX resync with a [...] adds 2b66552eb2a4 Merge branch 'net-tls-redo-the-RX-resync-locking' adds 82ba25c6de20 udp: only choose unbound UDP socket for multicast when not [...] adds ceae266bf0ae net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_ [...] adds fdf71426e7c5 net: fix indirect calls helpers for ptype list hooks. adds 72c87976c5ab s390/qeth: handle limited IPv4 broadcast in L3 TX path adds 0cd6783d3c7d s390/qeth: check dst entry before use adds 335726195e46 s390/qeth: fix VLAN attribute in bridge_hostnotify udev event adds bd966839bdf9 s390/qeth: handle error when updating TX queue count adds e7a9fe7b0df7 Merge branch 's390-qeth-fixes' adds 0a90478b93a4 ipv4: not do cache for local delivery if bc_forwarding is enabled adds b7999b07726c ipv6: fix the check before getting the cookie in rt6_get_cookie adds b50e058746ba net: rds: fix memory leak when unload rds_rdma adds 0a8dd9f67cd0 Fix memory leak in sctp_process_init adds 0ee4e76937d6 ethtool: fix potential userspace buffer overflow adds 930b9a054338 net: aquantia: fix wol configuration not applied sometimes adds 4970b42d5c36 Revert "fib_rules: return 0 directly if an exactly same ru [...] adds 59e3e4b52663 ipv6: use READ_ONCE() for inet->hdrincl as in ipv4 adds b9aa52c4cb45 ipv6: fix EFAULT on sendto with icmpv6 and hdrincl adds 8d037f92de5f Merge branch 'ipv6-fix-EFAULT-on-sendto-with-icmpv6-and-hdrincl' adds 85cb928787ea net: rds: fix memory leak in rds_ib_flush_mr_pool adds d37acd5aa99c net: mvpp2: Use strscpy to handle stat strings adds 720f1de4021f pktgen: do not sleep with the thread lock held. adds 1e1d92636954 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 +- arch/arm64/Makefile | 1 + arch/arm64/include/asm/arch_timer.h | 8 ++-- arch/arm64/include/asm/smp.h | 6 +++ arch/arm64/include/asm/smp_plat.h | 5 --- arch/arm64/include/asm/thread_info.h | 2 +- arch/arm64/kernel/cpufeature.c | 1 + drivers/infiniband/core/device.c | 49 +++++++++++++++------- drivers/infiniband/core/rdma_core.h | 2 + drivers/infiniband/core/uverbs_cmd.c | 30 +++++++++---- drivers/infiniband/core/uverbs_std_types_cq.c | 2 +- drivers/infiniband/core/uverbs_std_types_mr.c | 2 +- drivers/infiniband/hw/efa/efa_verbs.c | 1 - drivers/infiniband/hw/hfi1/chip.c | 1 + drivers/infiniband/hw/hfi1/user_exp_rcv.c | 3 ++ drivers/infiniband/hw/hfi1/verbs.c | 2 - drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 1 + drivers/infiniband/hw/mlx5/cmd.c | 9 +++- drivers/infiniband/hw/mlx5/main.c | 2 +- drivers/infiniband/hw/qib/qib_verbs.c | 2 - drivers/infiniband/sw/rdmavt/mr.c | 2 + drivers/infiniband/sw/rdmavt/qp.c | 3 +- drivers/infiniband/ulp/srp/ib_srp.c | 18 +++++++- drivers/net/dsa/mv88e6xxx/chip.c | 2 +- drivers/net/dsa/sja1105/sja1105_main.c | 32 +++++++------- .../aquantia/atlantic/hw_atl/hw_atl_utils.c | 14 +++---- .../aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c | 4 +- drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 4 ++ drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 4 +- drivers/net/ethernet/mediatek/mtk_eth_soc.c | 15 +++---- drivers/net/ethernet/ti/cpsw_ethtool.c | 2 +- drivers/net/ipvlan/ipvlan_main.c | 2 +- drivers/net/phy/phylink.c | 13 ++++-- drivers/net/phy/sfp.c | 24 +++++++++-- drivers/s390/net/qeth_core_main.c | 22 +++++++--- drivers/s390/net/qeth_l2_main.c | 2 +- drivers/s390/net/qeth_l3_main.c | 32 +++++++++++--- include/linux/dsa/sja1105.h | 12 ------ include/net/ip6_fib.h | 3 +- include/net/tls.h | 4 ++ include/rdma/ib_verbs.h | 1 + net/core/dev.c | 6 +-- net/core/ethtool.c | 5 ++- net/core/fib_rules.c | 6 +-- net/core/pktgen.c | 11 +++++ net/dsa/tag_sja1105.c | 10 ++--- net/ipv4/route.c | 24 +++++------ net/ipv4/udp.c | 3 +- net/ipv6/raw.c | 25 +++++++---- net/packet/af_packet.c | 2 +- net/rds/ib.c | 2 +- net/rds/ib_rdma.c | 10 +++-- net/rds/ib_recv.c | 3 ++ net/sctp/sm_make_chunk.c | 13 ++---- net/sctp/sm_sideeffect.c | 5 +++ net/tls/tls_device.c | 26 ++++++++---- .../selftests/net/forwarding/router_broadcast.sh | 5 ++- 57 files changed, 326 insertions(+), 176 deletions(-)