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-stable-defconfig in repository toolchain/ci/linux.
from 227ab209e9be Linux 5.0.20 new d71c12b91ab8 bonding/802.3ad: fix slave link initialization transition states new 47f6bf2266fd cxgb4: offload VLAN flows regardless of VLAN ethtype new 8d9b786e1124 inet: switch IP ID generator to siphash new 45bda43ce3a2 ipv4/igmp: fix another memory leak in igmpv3_del_delrec() new f167aa5a7237 ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST new f2c8b1fc6a85 ipv6: Consider sk_bound_dev_if when binding a raw socket t [...] new f57f35f13347 ipv6: Fix redirect with VRF new 0eb939041b53 llc: fix skb leak in llc_build_and_send_ui_pkt() new d07907f584b8 mlxsw: spectrum_acl: Avoid warning after identical rules i [...] new 69aa2dc9a9f4 net: dsa: mv88e6xxx: fix handling of upper half of STATS_T [...] new 10522bcf6d41 net: fec: fix the clk mismatch in failed_reset path new 90bb6fef55bd net-gro: fix use-after-free read in napi_gro_frags() new 1efff726b8b3 net: mvneta: Fix err code path of probe new 1de2974ace00 net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value new 5386173881a8 net: phy: marvell10g: report if the PHY fails to boot firmware new 22db7d46044d net: sched: don't use tc_action->order during action dump new 6438925b3c4b net: stmmac: fix reset gpio free missing new 8846dd5e7d01 r8169: fix MAC address being lost in PCI D3 new bcf38b02d572 usbnet: fix kernel crash after disconnect new 1fc37e5f538c net/mlx5: Avoid double free in fs init error unwinding path new 92c0f89774e0 tipc: Avoid copying bytes beyond the supplied data new 28a69736eb94 net/mlx5: Allocate root ns memory using kzalloc to match kfree new afb01d9cbbb3 net/mlx5e: Disable rxhash when CQE compress is enabled new 8d54fa13b3a1 net: stmmac: fix ethtool flow control not able to get/set new 0a2d02301d7b net: stmmac: dma channel control register need to be init first new d8a645c42eb5 bnxt_en: Fix aggregation buffer leak under OOM condition. new a49d1ccac974 bnxt_en: Fix possible BUG() condition when calling pci_dis [...] new d05866b416b2 bnxt_en: Reduce memory usage when running in kdump kernel. new 3a7c06b38ccf net/tls: fix state removal with feature flags off new 446051af00e0 net/tls: don't ignore netdev notifications if no TLS features new 3ef160ce0219 cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency [...] new 1e6fe92e3a12 net: correct zerocopy refcnt with udp MSG_MORE new 92ae27ebd10e crypto: vmx - ghash: do nosimd fallback manually new 5e9df93ef30f xen/pciback: Don't disable PCI_COMMAND on PCI device reset. new 9d39b8878fe5 Revert "tipc: fix modprobe tipc failed after switch order [...] new 0b2265ad7ba8 tipc: fix modprobe tipc failed after switch order of devic [...] new fd1594eb7064 Linux 5.0.21
The 37 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makefile | 2 +- drivers/crypto/vmx/ghash.c | 212 +++++++++------------ drivers/net/bonding/bond_main.c | 15 +- drivers/net/dsa/mv88e6xxx/chip.c | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 19 +- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 6 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 2 +- .../net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c | 5 +- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 11 ++ drivers/net/ethernet/freescale/fec_main.c | 2 +- drivers/net/ethernet/marvell/mvneta.c | 4 +- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 10 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 13 ++ drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 6 +- .../net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c | 11 +- drivers/net/ethernet/realtek/r8169.c | 3 + .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 4 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 8 +- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 3 +- drivers/net/phy/marvell10g.c | 13 ++ drivers/net/usb/usbnet.c | 6 + drivers/xen/xen-pciback/pciback_ops.c | 2 - include/linux/siphash.h | 5 + include/net/netns/ipv4.h | 2 + include/uapi/linux/tipc_config.h | 10 +- net/core/dev.c | 2 +- net/core/skbuff.c | 6 +- net/ipv4/igmp.c | 47 +++-- net/ipv4/ip_output.c | 4 +- net/ipv4/route.c | 12 +- net/ipv6/ip6_output.c | 4 +- net/ipv6/output_core.c | 30 +-- net/ipv6/raw.c | 2 + net/ipv6/route.c | 6 + net/llc/llc_output.c | 2 + net/sched/act_api.c | 3 +- net/tipc/core.c | 32 ++-- net/tipc/subscr.h | 5 +- net/tipc/topsrv.c | 14 +- net/tls/tls_device.c | 9 +- 41 files changed, 312 insertions(+), 244 deletions(-)