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-release-arm-lts-defconfig in repository toolchain/ci/linux.
from 2c16816abfdf Merge v5.4.84 new 8b4f08f28015 ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info() new 1fe6b822b335 ipv4: fix error return code in rtm_to_fib_config() new 2e6a15b0b3d4 mac80211: mesh: fix mesh_pathtbl_init() error path new cae90bd22cff net: bridge: vlan: fix error return code in __vlan_add() new 2ef23e860e76 vrf: packets with lladdr src needs dst at input with orig_ [...] new f7a756fc7cb9 net: hns3: remove a misused pragma packed new 408c8213ee97 udp: fix the proto value passed to ip_protocol_deliver_rcu [...] new cb327f83cf5e enetc: Fix reporting of h/w packet counters new d8d39e13668a bridge: Fix a deadlock when enabling multicast snooping new 318d90218b21 net: stmmac: free tx skb buffer in stmmac_resume() new 5189c070a0d7 tcp: select sane initial rcvq_space.space for big MSS new add880d788f0 tcp: fix cwnd-limited bug for TSO deferral where we send nothing new d4107a0f8802 net/mlx4_en: Avoid scheduling restart task if it is alread [...] new d0363dcabbd1 lan743x: fix for potential NULL pointer dereference with b [...] new 717a140a3635 net/mlx4_en: Handle TX error CQE new 5ae78c6926cc net: ll_temac: Fix potential NULL dereference in temac_probe() new ee08543f4598 net: stmmac: dwmac-meson8b: fix mask definition of the m25 [...] new a8d28a541500 net: stmmac: delete the eee_ctrl_timer after napi disabled new 497993377bca ktest.pl: If size of log is too big to email, email error message new 52c2ada6fe5e USB: dummy-hcd: Fix uninitialized array use in init() new 56339afa39e5 USB: add RESET_RESUME quirk for Snapscan 1212 new e72a55ea7168 ALSA: usb-audio: Fix potential out-of-bounds shift new 5828ae0c1920 ALSA: usb-audio: Fix control 'access overflow' errors from chmap new 32c820e016b4 xhci: Give USB2 ports time to enter U3 in bus suspend new 397d0ae4cb90 xhci-pci: Allow host runtime PM as default for Intel Alpin [...] new 4ad8fc6cce01 USB: UAS: introduce a quirk to set no_write_same new c94a31c19225 USB: sisusbvga: Make console support depend on BROKEN new 14482dc42c28 ALSA: pcm: oss: Fix potential out-of-bounds shift new bb07f4c93e62 serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access new aa17a20d640d KVM: mmu: Fix SPTE encoding of MMIO generation upper half new a840e37ef800 Revert "selftests/ftrace: check for do_sys_openat2 in user [...] new c4f909407015 membarrier: Explicitly sync remote cores when SYNC_CORE is [...] new eb3f42cf5e67 x86/resctrl: Remove unused struct mbm_state::chunks_bw new 484ac6279ad2 x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled new 19d1c763e849 Linux 5.4.85 new 453c6c1bdbd4 Merge v5.4.85
The 36 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: Documentation/admin-guide/kernel-parameters.txt | 1 + Documentation/virt/kvm/mmu.txt | 2 +- Makefile | 2 +- arch/x86/kernel/cpu/resctrl/internal.h | 2 - arch/x86/kernel/cpu/resctrl/monitor.c | 7 +- arch/x86/kvm/mmu.c | 29 +++++-- .../net/ethernet/freescale/enetc/enetc_ethtool.c | 10 ++- drivers/net/ethernet/freescale/enetc/enetc_hw.h | 10 ++- .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.h | 4 - drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 21 +++-- drivers/net/ethernet/mellanox/mlx4/en_tx.c | 40 +++++++-- drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 12 ++- drivers/net/ethernet/microchip/lan743x_ethtool.c | 9 +- .../net/ethernet/stmicro/stmmac/dwmac-meson8b.c | 6 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 27 +++++- drivers/net/ethernet/xilinx/ll_temac_main.c | 4 +- drivers/net/vrf.c | 10 ++- drivers/tty/serial/8250/8250_omap.c | 5 -- drivers/usb/core/quirks.c | 3 + drivers/usb/gadget/udc/dummy_hcd.c | 2 +- drivers/usb/host/xhci-hub.c | 4 + drivers/usb/host/xhci-pci.c | 2 + drivers/usb/misc/sisusbvga/Kconfig | 2 +- drivers/usb/storage/uas.c | 3 + drivers/usb/storage/unusual_uas.h | 7 +- drivers/usb/storage/usb.c | 3 + include/linux/usb_usual.h | 2 + include/uapi/linux/ptrace.h | 3 +- kernel/sched/membarrier.c | 21 ++++- net/bridge/br_device.c | 6 ++ net/bridge/br_multicast.c | 34 ++++++-- net/bridge/br_private.h | 10 +++ net/bridge/br_vlan.c | 4 +- net/ipv4/fib_frontend.c | 2 +- net/ipv4/tcp_input.c | 3 +- net/ipv4/tcp_output.c | 9 +- net/ipv4/udp.c | 2 +- net/mac80211/mesh_pathtbl.c | 4 +- sound/core/oss/pcm_oss.c | 6 +- sound/usb/format.c | 2 + sound/usb/stream.c | 6 +- tools/testing/ktest/ktest.pl | 7 +- .../ftrace/test.d/kprobe/kprobe_args_user.tc | 4 - tools/testing/selftests/net/fcnal-test.sh | 95 ++++++++++++++++++++++ 44 files changed, 350 insertions(+), 97 deletions(-)