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-lts-allyesconfig in repository toolchain/ci/linux.
from 4d552acf3370 Linux 4.19.34 adds 646f8e01fc37 kvm: nVMX: NMI-window and interrupt-window exiting should [...] adds 8ad895bf4b8b drm/i915/gvt: do not let pin count of shadow mm go negative adds 902eca1a0ccf powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEM adds 9a7c4f5acc0e hv_netvsc: Fix unwanted wakeup after tx_disable adds 167019572ca8 ibmvnic: Fix completion structure initialization adds 8e4b4da3d3d9 ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type adds ea06796f8857 ipv6: Fix dangling pointer when ipv6 fragment adds 42f1fa0fcf55 ipv6: sit: reset ip header pointer in ipip6_rcv adds b7b058315577 kcm: switch order of device registration to fix a crash adds 80c205813d3f net: ethtool: not call vzalloc for zero sized memory request adds b87ec81362ac net-gro: Fix GRO flush when receiving a GSO packet. adds 53a1906859a2 net/mlx5: Decrease default mr cache size adds a1c2f3229734 netns: provide pure entropy for net_hash_mix() adds 78b4bf26a8a7 net: rds: force to destroy connection if t_sock is NULL in [...] adds 15c0770e2e83 net/sched: act_sample: fix divide by zero in the traffic path adds eeedfa94c195 net/sched: fix ->get helper of the matchall cls adds ec0e32da41a6 openvswitch: fix flow actions reallocation adds 84dc2f872d2d qmi_wwan: add Olicard 600 adds 1e4a7e7869ac r8169: disable ASPM again adds 87349583e517 sctp: initialize _pad of sockaddr_in before copying to use [...] adds 0e0afb06e11c tcp: Ensure DCTCP reacts to losses adds 7243e3520956 tcp: fix a potential NULL pointer dereference in tcp_sk_exit adds 0516ef27ddba vrf: check accept_source_route on the original netdevice adds 9441317513b7 net/mlx5e: Fix error handling when refreshing TIRs adds c297e8814578 net/mlx5e: Add a lock on tir list adds 81da1314596c nfp: validate the return code from dev_queue_xmit() adds a333fcc41075 nfp: disable netpoll on representors adds d2d055a55403 bnxt_en: Improve RX consumer index validity check. adds ecee513a5273 bnxt_en: Reset device on RX buffer errors. adds 5c6f2f4c0e9f net: ip_gre: fix possible use-after-free in erspan_rcv adds a2ef7723a13c net: ip6_gre: fix possible use-after-free in ip6erspan_rcv adds 55a7f7b20c40 net: core: netif_receive_skb_list: unlist skb before passi [...] adds b787544dc5e7 r8169: disable default rx interrupt coalescing on RTL8168 adds eab86503fec0 net: mlx5: Add a missing check on idr_find, free buf adds e2d92a74a353 net/mlx5e: Update xoff formula adds da9b353c78b8 net/mlx5e: Update xon formula adds 23605a4664ae kbuild: deb-pkg: fix bindeb-pkg breakage when O= is used adds f66a52d991de kbuild: clang: choose GCC_TOOLCHAIN_DIR not on LD adds c7415f2a3ad6 x86/vdso: Drop implicit common-page-size linker flag adds 3412671a781b lib/string.c: implement a basic bcmp adds 564f0391b783 Revert "clk: meson: clean-up clock registration" adds c2d27b330a98 netfilter: nfnetlink_cttimeout: pass default timeout polic [...] adds 40177a7931e0 netfilter: nfnetlink_cttimeout: fetch timeouts for udplite [...] adds 902eaef7781c arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in line [...] adds 894dc8495898 tty: mark Siemens R3964 line discipline as BROKEN
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/arm64/mm/init.c | 2 +- arch/powerpc/kernel/signal_64.c | 23 +++++++-- arch/x86/entry/vdso/Makefile | 4 +- arch/x86/kvm/vmx.c | 10 ++-- drivers/char/Kconfig | 2 +- drivers/clk/meson/meson-aoclk.c | 15 ++---- drivers/gpu/drm/i915/gvt/gtt.c | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 16 ++++-- drivers/net/ethernet/ibm/ibmvnic.c | 5 +- .../ethernet/mellanox/mlx5/core/en/port_buffer.c | 39 ++++++++------- .../net/ethernet/mellanox/mlx5/core/en_common.c | 13 ++++- drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c | 14 ++++-- drivers/net/ethernet/mellanox/mlx5/core/main.c | 20 -------- drivers/net/ethernet/netronome/nfp/nfp_net_repr.c | 4 +- drivers/net/ethernet/realtek/r8169.c | 8 ++- drivers/net/hyperv/hyperv_net.h | 1 + drivers/net/hyperv/netvsc.c | 6 ++- drivers/net/hyperv/netvsc_drv.c | 32 +++++++++--- drivers/net/usb/qmi_wwan.c | 1 + include/linux/mlx5/driver.h | 2 + include/linux/netfilter/nf_conntrack_proto_gre.h | 13 +++++ include/linux/string.h | 3 ++ include/net/ip.h | 2 +- include/net/net_namespace.h | 1 + include/net/netns/hash.h | 10 +--- lib/string.c | 20 ++++++++ net/core/dev.c | 4 +- net/core/ethtool.c | 46 +++++++++++------ net/core/net_namespace.c | 1 + net/core/skbuff.c | 2 +- net/ipv4/ip_gre.c | 15 ++++-- net/ipv4/ip_input.c | 7 ++- net/ipv4/ip_options.c | 4 +- net/ipv4/tcp_dctcp.c | 36 +++++++------- net/ipv4/tcp_ipv4.c | 3 +- net/ipv6/ip6_gre.c | 21 +++++--- net/ipv6/ip6_output.c | 4 +- net/ipv6/ip6_tunnel.c | 4 +- net/ipv6/sit.c | 4 ++ net/kcm/kcmsock.c | 16 +++--- net/netfilter/nf_conntrack_proto_gre.c | 14 +----- net/netfilter/nfnetlink_cttimeout.c | 57 +++++++++++++++++++--- net/openvswitch/flow_netlink.c | 4 +- net/rds/tcp.c | 2 +- net/sched/act_sample.c | 10 +++- net/sched/cls_matchall.c | 5 ++ net/sctp/protocol.c | 1 + scripts/package/builddeb | 2 +- .../tc-testing/tc-tests/actions/sample.json | 24 +++++++++ 50 files changed, 375 insertions(+), 181 deletions(-)