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 4f399c4fa0dc Merge v5.10.48 adds d5737410d2dd KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path adds 8148665cb7fe media: uvcvideo: Support devices that report an OT as an e [...] adds 243f325ecc90 Hexagon: fix build errors adds a7f51048c5a8 Hexagon: add target builtins to kernel adds a245f6842d21 Hexagon: change jumps to must-extend in futex_atomic_* adds 064b57a8da99 xen/events: reset active flag for lateeoi events later adds 904ad453baa0 Linux 5.10.49 adds b7f7be488f6f Merge v5.10.49
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 +++++++++++++++++ arch/powerpc/kvm/book3s_hv.c | 4 ++ drivers/media/usb/uvc/uvc_driver.c | 32 +++++++++++++++ drivers/xen/events/events_base.c | 23 +++++++++-- 15 files changed, 314 insertions(+), 18 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