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-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 52e60b754438 Merge tag 'iommu-fixes-v5.0-rc3' of git://git.kernel.org/p [...] adds f8ff6c732d35 ide: fix a typo in the settings proc file name adds 490fd30f8595 XArray tests: Add RCU locking adds 02669b17a433 XArray: Turn xa_init_flags into a static inline adds 4a31896c5b5a XArray: Change xa_for_each iterator adds 76b4e5299565 XArray: Permit storing 2-byte-aligned pointers adds b0606fed6eec XArray: Honour reserved entries in xa_insert adds 19ba9ecf2418 XArray: Fix typo in comment adds d69d287a9002 XArray tests: Check mark 2 gets squashed adds edcddd4c879a XArray: Fix an arithmetic error in xa_is_err adds 48b161983ae5 Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/user [...] adds ee46967fc6e7 HID: core: replace the collection tree pointers with indices adds 77ae0d8e401f HID: i2c-hid: Disable runtime PM on Goodix touchpad adds 1950f462916e HID: core: simplify active collection tracking adds 787a3b432276 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds fdac94489c4d selftests: rtc: rtctest: fix alarm tests adds 7b3027728f4d selftests: rtc: rtctest: add alarm test on minute boundary adds a180ac19ac19 x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded" adds b686057e9507 tools/testing/selftests/x86/unwind_vdso.c: Remove duplicat [...] adds 91cd63d320f8 selftests/vm/gup_benchmark.c: match gup struct to kernel adds 5bbc73a841d7 selftests: seccomp: use LDLIBS instead of LDFLAGS adds 508cacd7da66 selftests: gpio-mockup-chardev: Check asprintf() for error adds 3d244c192afe selftests/seccomp: Abort without user notification support adds 8f45fa2724a6 Merge tag 'linux-kselftest-5.0-rc4' of git://git.kernel.or [...] adds 48504619a659 clk: imx: fix potential NULL dereference in imx8qxp_lpcg_c [...] adds d39eca547f3e clk: tegra: dfll: Fix a potential Oop in remove() adds 4f340efcb212 clk: zynqmp: Fix memory allocation in zynqmp_clk_setup adds 3d51e4d9de7d clk: imx: Remove Kconfig duplicate include adds c6e909972ef8 clk: sysfs: fix invalid JSON in clk_dump adds 2137a109a5e3 clk: vc5: Abort clock configuration without upstream clock adds 83b4c147967b clk: qcom: Select QCOM_GDSC with MSM_GCC_8998 adds c0a636e4cc2e clk: socfpga: stratix10: fix rate calculation for pll clocks adds b488517b28a4 clk: socfpga: stratix10: fix naming convention for the fix [...] adds 0b0d4be6b488 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] adds 3fe931b31a40 thermal: int340x_thermal: Fix a NULL vs IS_ERR() check adds 129699bb8c75 drivers: thermal: int340x_thermal: Fix sysfs race condition adds 333478a7eb21 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...] new 03aa047ef2db s390/early: improve machine detection new a38662084c8b s390/mm: always force a load of the primary ASCE on contex [...] new b7cb707c3730 s390/smp: fix CPU hotplug deadlock with CPU rescan new 190f056fba23 s390/vdso: correct vdso mapping for compat tasks new 60f1bf29c0b2 s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU new 09c2fe608a26 Merge tag 's390-5.0-2' of git://git.kernel.org/pub/scm/lin [...] new 7d6380cd40f7 ipmi:ssif: Fix handling of multi-part return messages new a7102c746179 ipmi: msghandler: Fix potential Spectre v1 vulnerabilities new 479d6b39b9e0 ipmi: Prevent use-after-free in deliver_response new 77f8269606bf ipmi: fix use-after-free of user->release_barrier.rda new 913a89f009d9 ipmi: Don't initialize anything in the core until somethin [...] new db7814463123 Merge tag 'for-linus-5.0' of git://github.com/cminyard/linux-ipmi new 30bac164aca7 Revert "Change mincore() to count "mapped" pages rather th [...]
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/core-api/xarray.rst | 15 +- arch/s390/include/asm/mmu_context.h | 7 +- arch/s390/kernel/early.c | 4 +- arch/s390/kernel/setup.c | 2 + arch/s390/kernel/smp.c | 11 +- arch/s390/kernel/vdso.c | 5 +- drivers/char/ipmi/ipmi_msghandler.c | 173 +++++++++------- drivers/char/ipmi/ipmi_ssif.c | 25 ++- drivers/clk/Kconfig | 1 - drivers/clk/clk-versaclock5.c | 4 +- drivers/clk/clk.c | 2 +- drivers/clk/imx/clk-imx8qxp-lpcg.c | 2 + drivers/clk/qcom/Kconfig | 1 + drivers/clk/socfpga/clk-pll-s10.c | 2 +- drivers/clk/socfpga/clk-s10.c | 20 +- drivers/clk/tegra/clk-tegra124-dfll-fcpu.c | 4 +- drivers/clk/zynqmp/clkc.c | 4 +- drivers/hid/hid-core.c | 23 ++- drivers/hid/hid-ids.h | 3 + drivers/hid/i2c-hid/i2c-hid-core.c | 2 + drivers/ide/ide-proc.c | 2 +- drivers/s390/char/sclp_config.c | 2 + .../int340x_thermal/processor_thermal_device.c | 30 +-- include/linux/hid.h | 3 +- include/linux/xarray.h | 227 +++++++++++++++------ lib/test_xarray.c | 57 ++++-- lib/xarray.c | 92 +++++---- mm/mincore.c | 94 +++++++-- tools/testing/selftests/gpio/gpio-mockup-chardev.c | 9 +- tools/testing/selftests/rtc/rtctest.c | 109 +++++++++- tools/testing/selftests/seccomp/Makefile | 2 +- tools/testing/selftests/seccomp/seccomp_bpf.c | 10 +- tools/testing/selftests/vm/gup_benchmark.c | 1 + tools/testing/selftests/x86/mpx-mini-test.c | 2 +- tools/testing/selftests/x86/unwind_vdso.c | 1 - 35 files changed, 673 insertions(+), 278 deletions(-)