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-master-aarch64-lts-allmodconfig in repository toolchain/ci/linux.
from 7d8dbefc22ff Linux 4.19.83 adds 27b5f4bf5ba9 bonding: fix state transition issue in link monitoring adds 0ddabef89067 CDC-NCM: handle incomplete transfer of MTU adds 88f8c39912bc ipv4: Fix table id reference in fib_sync_down_addr adds 2fbfdb2de4a1 net: ethernet: octeon_mgmt: Account for second possible VL [...] adds b9bda52f8f3e net: fix data-race in neigh_event_send() adds 4fd218071f21 net: qualcomm: rmnet: Fix potential UAF when unregistering adds 5580091ce7d9 net: usb: qmi_wwan: add support for DW5821e with eSIM support adds 760a1f7f22ee NFC: fdp: fix incorrect free object adds 1143496c9632 nfc: netlink: fix double device reference drop adds 956b38853517 NFC: st21nfca: fix double free adds a6fdbaeef1f2 qede: fix NULL pointer deref in __qede_remove() adds 1cfc967ef584 net: mscc: ocelot: don't handle netdev events for other netdevs adds 05b761423d67 net: mscc: ocelot: fix NULL pointer on LAG slave removal adds 26e398dcb3f1 ipv6: fixes rt6_probe() and fib6_nh->last_probe init adds 107451b87ea5 net: hns: Fix the stray netpoll locks causing deadlock in [...] adds b85472244b70 ALSA: timer: Fix incorrectly assigned timer instance adds 6921b1609912 ALSA: bebob: fix to detect configured source of sampling c [...] adds 6ecc16351a84 ALSA: hda/ca0132 - Fix possible workqueue stall adds 8e6bf4bc3a88 mm: memcontrol: fix network errors from failing __GFP_ATOM [...] adds 7dfa51beacac mm, meminit: recalculate pcpu batch and high limits after [...] adds 2686f71fdcc5 mm: thp: handle page cache THP correctly in PageTransCompoundMap adds 6c944fc51f0a mm, vmstat: hide /proc/pagetypeinfo from normal users adds 8e358a027611 dump_stack: avoid the livelock of the dump_lock adds 66d53cd683a8 tools: gpio: Use !building_out_of_srctree to determine srctree adds f39fbd05f921 perf tools: Fix time sorting adds e3fdd0c1a3d0 drm/radeon: fix si_enable_smc_cac() failed issue adds a81a4637456b HID: wacom: generic: Treat serial number and related field [...] adds 9a06efc745c3 soundwire: depend on ACPI
No new revisions were added by this update.
Summary of changes: drivers/gpu/drm/radeon/si_dpm.c | 1 + drivers/hid/wacom.h | 15 ++++++++ drivers/hid/wacom_wac.c | 10 +++--- drivers/net/bonding/bond_main.c | 41 +++++++++++----------- drivers/net/ethernet/cavium/octeon/octeon_mgmt.c | 2 +- drivers/net/ethernet/hisilicon/hns/hnae.c | 1 - drivers/net/ethernet/hisilicon/hns/hnae.h | 3 -- drivers/net/ethernet/hisilicon/hns/hns_enet.c | 22 +----------- drivers/net/ethernet/mscc/ocelot.c | 9 ++--- drivers/net/ethernet/qlogic/qede/qede_main.c | 12 +++++-- drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c | 4 +-- drivers/net/usb/cdc_ncm.c | 6 ++-- drivers/net/usb/qmi_wwan.c | 1 + drivers/nfc/fdp/i2c.c | 2 +- drivers/nfc/st21nfca/core.c | 1 + drivers/soundwire/Kconfig | 1 + include/linux/mm.h | 5 --- include/linux/mm_types.h | 5 +++ include/linux/page-flags.h | 20 +++++++++-- include/net/bonding.h | 3 +- include/net/neighbour.h | 4 +-- lib/dump_stack.c | 7 +++- mm/memcontrol.c | 9 +++++ mm/page_alloc.c | 10 ++++-- mm/vmstat.c | 2 +- net/ipv4/fib_semantics.c | 2 +- net/ipv6/route.c | 13 +++++-- net/nfc/netlink.c | 2 -- sound/core/timer.c | 6 ++-- sound/firewire/bebob/bebob_focusrite.c | 3 ++ sound/pci/hda/patch_ca0132.c | 2 +- tools/gpio/Makefile | 6 +++- tools/perf/util/hist.c | 2 +- 33 files changed, 142 insertions(+), 90 deletions(-)