This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/linux.
from c9e6606c7fe9 Linux 5.16-rc8 adds e5a7431f5a2d gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler adds 32e246b02f53 MAINTAINERS: update gpio-brcmstb maintainers adds 49ef78e59b07 Merge tag 'gpio-fixes-for-v5.16' of git://git.kernel.org/p [...] adds 7a3429bace0e ipv4: Check attribute length for RTA_GATEWAY in multipath route adds 664b9c4b7392 ipv4: Check attribute length for RTA_FLOW in multipath route adds 4619bcf91399 ipv6: Check attribute length for RTA_GATEWAY in multipath route adds 1ff15a710a86 ipv6: Check attribute length for RTA_GATEWAY when deleting [...] adds 8bda81a4d400 lwtunnel: Validate RTA_ENCAP_TYPE attribute length adds 4760abaac684 Merge branch 'mpr-len-checks' David Ahern says: adds 0706a78f31c4 Revert "xsk: Do not sleep in poll() when need_wakeup set" adds 819d11507f66 bpf, selftests: Fix spelling mistake "tained" -> "tainted" adds 0f1fe7b83ba0 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf adds 5e75d0b215b8 selftests: net: udpgro_fwd.sh: explicitly checking the ava [...] adds d6d86830705f net ticp:fix a kernel-infoleak in __tipc_sendmsg() adds ae81de737885 mctp: Remove only static neighbour on RTM_DELNEIGH adds c255a34e02ef net: ena: Fix undefined state when tx request id is out of bounds adds cb3d4f98f0b2 net: ena: Fix wrong rx request id by resetting device adds 5055dc0348b8 net: ena: Fix error handling when calculating max IO queue [...] adds 5b40d10b6042 Merge branch 'ena-fixes' adds f9d31c4cf4c1 sctp: hold endpoint before calling cb in sctp_transport_lo [...] adds 29262e1f773b rndis_host: support Hytera digital radios adds 1ef5e1d0dca5 net/fsl: Remove leftover definition in xgmac_mdio adds e30a845b0376 ipv6: Continue processing multipath route even if gateway [...] adds 95bdba23b5b4 ipv6: Do cleanup if attribute validation fails in multipath route adds 065e1ae02fbe Revert "net: phy: fixed_phy: Fix NULL vs IS_ERR() checking [...] adds 938f2e0b57ff batman-adv: mcast: don't send link-local multicast to mcas [...] adds e8fe9e8308b2 Merge tag 'batadv-net-pullrequest-20220103' of git://git.o [...] adds fa55a7d745de seg6: export get_srh() for ICMP handling adds e41294408c56 icmp: ICMPV6: Examine invoking packet for Segment Route Headers. adds 222a011efc83 udp6: Use Segment Routing Header for dest address if present adds d2d9a6d0b4c2 Merge branch 'srv6-traceroute' adds 3087a6f36ee0 netrom: fix copying in user data in nr_setsockopt adds 7d18a07897d0 sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc adds 68a18ad71378 mac80211: initialize variable have_higher_than_11mbit adds 8b5cb7e41d9d mac80211: mesh: embedd mesh_paths and mpp_paths into ieee8 [...] adds 6f89ecf10af1 Merge tag 'mac80211-for-net-2022-01-04' of git://git.kerne [...] adds 1d5a47424040 sfc: The RX page_ring is optional adds 01cbf50877e6 i40e: Fix to not show opcode msg on unsuccessful VF MAC change adds 3116f59c12bd i40e: fix use-after-free in i40e_sync_filters_subtask() adds 40feded8a247 i40e: Fix for displaying message regarding NVM version adds e738451d78b2 i40e: Fix incorrect netdev's real number of RX/TX queues adds b712941c8085 iavf: Fix limit of total number of queues to active queues of VF adds b3c8e0de473e Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux [...] adds 754e4382354f ieee802154: atusb: fix uninit value in atusb_set_extended_addr adds af872b691926 Merge tag 'ieee802154-for-net-2022-01-05' of git://git.ker [...] adds 00fcf8c7dd56 Revert "net: usb: r8152: Add MAC passthrough support for m [...] adds db54c12a3d7e selftests: set amt.sh executable adds 75acfdb6fd92 Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 3 +- drivers/gpio/gpio-aspeed-sgpio.c | 2 +- drivers/net/ethernet/amazon/ena/ena_netdev.c | 49 +++++++----- drivers/net/ethernet/freescale/xgmac_mdio.c | 1 - drivers/net/ethernet/intel/i40e/i40e_main.c | 60 ++++++++++++--- drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 40 ++++++++-- drivers/net/ethernet/intel/iavf/iavf_main.c | 5 +- drivers/net/ethernet/sfc/falcon/rx.c | 5 ++ drivers/net/ethernet/sfc/rx_common.c | 5 ++ drivers/net/ieee802154/atusb.c | 10 ++- drivers/net/phy/fixed_phy.c | 4 +- drivers/net/usb/r8152.c | 9 ++- drivers/net/usb/rndis_host.c | 5 ++ include/linux/ipv6.h | 2 + include/net/sctp/sctp.h | 3 +- include/net/seg6.h | 21 +++++ net/batman-adv/multicast.c | 15 ++-- net/batman-adv/multicast.h | 10 ++- net/batman-adv/soft-interface.c | 7 +- net/core/lwtunnel.c | 4 + net/ipv4/fib_semantics.c | 49 ++++++++++-- net/ipv6/icmp.c | 6 +- net/ipv6/route.c | 32 +++++++- net/ipv6/seg6.c | 59 ++++++++++++++ net/ipv6/seg6_local.c | 33 +------- net/ipv6/udp.c | 3 +- net/mac80211/ieee80211_i.h | 24 +++++- net/mac80211/mesh.h | 22 +----- net/mac80211/mesh_pathtbl.c | 89 ++++++++-------------- net/mac80211/mlme.c | 2 +- net/mctp/neigh.c | 9 ++- net/netrom/af_netrom.c | 2 +- net/sched/sch_qfq.c | 6 +- net/sctp/diag.c | 46 +++++------ net/sctp/socket.c | 22 ++++-- net/tipc/socket.c | 2 + net/xdp/xsk.c | 4 +- .../selftests/bpf/verifier/value_ptr_arith.c | 2 +- tools/testing/selftests/net/amt.sh | 0 tools/testing/selftests/net/udpgro_fwd.sh | 3 +- 40 files changed, 444 insertions(+), 231 deletions(-) mode change 100644 => 100755 tools/testing/selftests/net/amt.sh