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-arm-stable-defconfig in repository toolchain/ci/linux.
from 476eea734327 Merge v5.12.15 adds e41a31e3b670 Hexagon: fix build errors adds 07990ffcfcda Hexagon: add target builtins to kernel adds 359e2fbb2133 Hexagon: change jumps to must-extend in futex_atomic_* adds 70bc03bcb3e0 mt76: mt7921: check mcu returned values in mt7921_start adds e6909eabd24d mt76: mt7921: introduce mt7921_run_firmware utility routine. adds f9dceb0fe5c8 mt76: mt7921: introduce __mt7921_start utility routine adds 62498784eb58 mt76: dma: introduce mt76_dma_queue_reset routine adds bec3e519d20a mt76: dma: export mt76_dma_rx_cleanup routine adds bea85ed1f508 mt76: mt7921: add wifi reset support adds 356a5c7bb898 mt76: mt7921: abort uncompleted scan by wifi reset adds 828111d362df mt76: mt7921: get rid of mcu_reset function pointer adds 362de415aea8 Linux 5.12.16 adds 50c699999755 Merge v5.12.16
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/hexagon/Makefile | 6 +- arch/hexagon/include/asm/futex.h | 4 +- arch/hexagon/include/asm/timex.h | 3 +- arch/hexagon/kernel/hexagon_ksyms.c | 8 +- arch/hexagon/kernel/ptrace.c | 4 +- arch/hexagon/lib/Makefile | 3 +- arch/hexagon/lib/divsi3.S | 67 +++++++ arch/hexagon/lib/memcpy_likely_aligned.S | 56 ++++++ arch/hexagon/lib/modsi3.S | 46 +++++ arch/hexagon/lib/udivsi3.S | 38 ++++ arch/hexagon/lib/umodsi3.S | 36 ++++ drivers/net/wireless/mediatek/mt76/dma.c | 47 +++-- drivers/net/wireless/mediatek/mt76/mt76.h | 8 +- drivers/net/wireless/mediatek/mt76/mt7921/init.c | 3 +- drivers/net/wireless/mediatek/mt76/mt7921/mac.c | 209 +++++++++++++++------ drivers/net/wireless/mediatek/mt76/mt7921/main.c | 38 ++-- drivers/net/wireless/mediatek/mt76/mt7921/mcu.c | 36 ++-- drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h | 6 +- drivers/net/wireless/mediatek/mt76/mt7921/regs.h | 4 + 20 files changed, 507 insertions(+), 117 deletions(-) create mode 100644 arch/hexagon/lib/divsi3.S create mode 100644 arch/hexagon/lib/memcpy_likely_aligned.S create mode 100644 arch/hexagon/lib/modsi3.S create mode 100644 arch/hexagon/lib/udivsi3.S create mode 100644 arch/hexagon/lib/umodsi3.S