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-master-arm-lts-allmodconfig in repository toolchain/ci/linux.
from c6106fc9c1df Merge v5.10.47 adds f77f97238496 scsi: sr: Return appropriate error code when disk is ejected adds d191c3d6ad33 gpio: mxc: Fix disabled interrupt wake-up support adds 45ca6df5df11 drm/nouveau: fix dma_address check for CPU/GPU sync adds 348143a38012 gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP adds 4ab869e0289d RDMA/mlx5: Block FDB rules when not in switchdev mode adds 4dc968042864 Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack" adds a09a52277207 Linux 5.10.48 adds 4f399c4fa0dc Merge v5.10.48 new d5737410d2dd KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path new 8148665cb7fe media: uvcvideo: Support devices that report an OT as an e [...] new 243f325ecc90 Hexagon: fix build errors new a7f51048c5a8 Hexagon: add target builtins to kernel new a245f6842d21 Hexagon: change jumps to must-extend in futex_atomic_* new 064b57a8da99 xen/events: reset active flag for lateeoi events later new 904ad453baa0 Linux 5.10.49 new b7f7be488f6f Merge v5.10.49
The 8 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: 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 ++ arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/mmu/mmu.c | 1 + drivers/gpio/Kconfig | 2 + drivers/gpio/gpio-mxc.c | 2 +- drivers/gpu/drm/nouveau/nouveau_bo.c | 4 +- drivers/infiniband/hw/mlx5/fs.c | 7 ++++ drivers/media/usb/uvc/uvc_driver.c | 32 +++++++++++++++ drivers/scsi/sr.c | 2 + drivers/xen/events/events_base.c | 23 +++++++++-- 22 files changed, 330 insertions(+), 21 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