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-mainline-allyesconfig in repository toolchain/ci/linux.
from 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 [...] adds 03aa047ef2db s390/early: improve machine detection adds a38662084c8b s390/mm: always force a load of the primary ASCE on contex [...] adds b7cb707c3730 s390/smp: fix CPU hotplug deadlock with CPU rescan adds 190f056fba23 s390/vdso: correct vdso mapping for compat tasks adds 60f1bf29c0b2 s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU adds 09c2fe608a26 Merge tag 's390-5.0-2' of git://git.kernel.org/pub/scm/lin [...] adds 7d6380cd40f7 ipmi:ssif: Fix handling of multi-part return messages adds a7102c746179 ipmi: msghandler: Fix potential Spectre v1 vulnerabilities adds 479d6b39b9e0 ipmi: Prevent use-after-free in deliver_response adds 77f8269606bf ipmi: fix use-after-free of user->release_barrier.rda adds 913a89f009d9 ipmi: Don't initialize anything in the core until somethin [...] adds db7814463123 Merge tag 'for-linus-5.0' of git://github.com/cminyard/linux-ipmi adds 30bac164aca7 Revert "Change mincore() to count "mapped" pages rather th [...]
No new revisions were added by this update.
Summary of changes: 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/s390/char/sclp_config.c | 2 + .../int340x_thermal/processor_thermal_device.c | 30 ++-- include/linux/hid.h | 3 +- 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 - 30 files changed, 394 insertions(+), 164 deletions(-)