This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/linux.
from 169387e2aa29 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 941518d6538a docs: Hook the RTLA documents into the kernel docs build adds 10855b45a428 docs: fix typo in Documentation/kernel-hacking/locking.rst adds 573fe46e398f Documentation: arm: marvell: Extend Avanta list adds 854d0982eef0 docs/vm: Fix typo in *harden* adds 246e179d637e Merge tag 'docs-5.17-3' of git://git.lwn.net/linux adds 7f5056b9e7b7 security, lsm: dentry_init_security() Handle multi LSM reg [...] adds d1e7f0919ea8 Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel. [...] adds 58cd4a088e89 arm64: vdso: Fix "no previous prototype" warning adds 72bb9dcb6c33 arm64: Add Cortex-X2 CPU part definition adds eb30d838a44c arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with [...] adds 1e0924bd0991 arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL adds 3758a6c74e08 arm64: extable: fix load_unaligned_zeropad() reg indices adds 50806fd91428 kselftest/arm64: Skip VL_INHERIT tests for unsupported vec [...] adds 9ae279ecabe3 kselftest/arm64: Correct logging of FPSIMD register read v [...] adds 53960faf2b73 arm64: Add Cortex-A510 CPU part definition adds 607a9afaae09 arm64: errata: Add detection for TRBE ignored system regis [...] adds 3bd94a8759de arm64: errata: Add detection for TRBE invalid prohibited states adds 708e8af4924e arm64: errata: Add detection for TRBE trace data corruption adds df20597044e5 Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org [...] adds 297ae1eb23b0 arm64: cpufeature: List early Cortex-A510 parts as having [...] adds 216e2aede2b5 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds aec982603aa8 powerpc/fixmap: Fix VM debug warning on unmap adds fb6433b48a17 powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_ [...] adds 22f7ff0dea94 KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobber [...] adds 8defc2a5dd8f powerpc/64s/interrupt: Fix decrementer storm adds d66c1e79b9fc Merge tag 'powerpc-5.17-3' of git://git.kernel.org/pub/scm [...] new b36a2050040b io_uring: fix bug in slow unregistering of nodes new f6133fbd3738 io_uring: remove unused argument from io_rsrc_node_alloc new 3b58e9f3a301 Merge tag 'io_uring-5.17-2022-01-28' of git://git.kernel.d [...] new 83114df32ae7 block: fix memory leak in disk_register_independent_access_ranges new 592ee1197f78 blk-mq: fix missing blk_account_io_done() in error path new 25e58af4be41 nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/ [...] new a5f3851b7f79 nvme-fabrics: remove the unneeded ret variable in nvmf_dev_show new 3c8cef9f3d86 Merge tag 'nvme-5.17-2022-01-27' of git://git.infradead.or [...] new 10825410b956 blk-mq: Fix wrong wakeup batch configuration which will ca [...] new e45c47d1f94e block: add bio_start_io_acct_time() to control start_time new f524d9c95fab dm: revert partial fix for redundant bio-based IO accounting new b879f915bc48 dm: properly fix redundant bio-based IO accounting new cb323ee75d24 Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/l [...]
The 13 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/arm/marvell.rst | 2 + Documentation/arm64/silicon-errata.rst | 12 ++++ Documentation/index.rst | 1 + Documentation/kernel-hacking/locking.rst | 2 +- Documentation/tools/index.rst | 20 +++++++ Documentation/tools/rtla/index.rst | 26 +++++++++ Documentation/vm/page_table_check.rst | 2 +- arch/arm64/Kconfig | 81 +++++++++++++++++++++++++-- arch/arm64/include/asm/cputype.h | 4 ++ arch/arm64/kernel/cpu_errata.c | 29 ++++++++++ arch/arm64/kernel/cpufeature.c | 3 + arch/arm64/kernel/stacktrace.c | 5 +- arch/arm64/kernel/vdso/Makefile | 5 +- arch/arm64/mm/extable.c | 4 +- arch/arm64/tools/cpucaps | 3 + arch/powerpc/include/asm/book3s/32/pgtable.h | 1 + arch/powerpc/include/asm/book3s/64/pgtable.h | 2 + arch/powerpc/include/asm/fixmap.h | 6 +- arch/powerpc/include/asm/kvm_book3s_64.h | 1 - arch/powerpc/include/asm/kvm_host.h | 1 + arch/powerpc/include/asm/nohash/32/pgtable.h | 1 + arch/powerpc/include/asm/nohash/64/pgtable.h | 1 + arch/powerpc/kernel/time.c | 5 +- arch/powerpc/kvm/book3s_hv.c | 3 +- arch/powerpc/kvm/book3s_hv_nested.c | 2 +- arch/powerpc/mm/pgtable.c | 9 +++ arch/powerpc/perf/core-book3s.c | 17 +++++- block/blk-core.c | 25 +++++++-- block/blk-ia-ranges.c | 2 +- block/blk-mq.c | 2 + drivers/md/dm.c | 20 +------ drivers/nvme/host/fabrics.c | 3 +- drivers/nvme/host/pci.c | 3 +- fs/io_uring.c | 11 +++- include/linux/blkdev.h | 1 + include/linux/lsm_hook_defs.h | 2 +- lib/sbitmap.c | 8 ++- security/security.c | 15 ++++- tools/testing/selftests/arm64/fp/sve-ptrace.c | 11 +++- 39 files changed, 290 insertions(+), 61 deletions(-) create mode 100644 Documentation/tools/index.rst create mode 100644 Documentation/tools/rtla/index.rst