This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/linux.
from a2c29ccd9477 Merge tag 'devicetree-fixes-for-5.18-2' of git://git.kerne [...] adds bd8963e602c7 i2c: pasemi: Wait for write xfers to finish adds 39c025721d70 i2c: imx: Implement errata ERR007805 or e7805 bus frequency limit adds c60bd968c747 i2c: qcom-geni: Use dev_err_probe() for GPI DMA error adds 993eb48fa199 i2c: dev: check return value when calling dev_set_name() adds aef80e2fbe3e i2c: dev: Force case user pointers in compat_i2cdev_ioctl() adds e35c93695c74 i2c: ismt: Fix undefined behavior due to shift overflowing [...] adds bd0c7d755bf3 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds 5c7d28c6f6d4 power: supply: samsung-sdi-battery: Add missing charge res [...] adds 581045ed5cfa power: supply: Reset err after not finding static battery adds 9a921a6ff7a6 Merge tag 'for-v5.18-rc' of git://git.kernel.org/pub/scm/l [...] adds 08d835dff916 genirq/affinity: Consider that CPUs on nodes can be unbalanced adds 7e1777f5ec17 Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/ [...] adds 9e949a388635 smp: Fix offline cpu check in flush_smp_call_function_queue() adds b7ba6d8dc356 cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state adds 0e59732ed61a Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/ [...] adds c54bc0fc8421 timers: Fix warning condition in __run_timers() adds 40e97e42961f tick/nohz: Use WARN_ON_ONCE() to prevent console saturation adds 9c95bc25ad3b tick/sched: Fix non-kernel-doc comment adds fbb9c58e56f2 Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.o [...] adds 258f3b8c3210 x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits adds 400331f8ffa3 x86/tsx: Disable TSX development mode at boot adds 3a69a44278a7 Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/ [...] adds 262fc47ac174 xen/balloon: don't use PV mode extra memory for zone devic [...] adds a1901b464e7e Merge tag 'for-linus-5.18-rc3-tag' of git://git.kernel.org [...] adds b2d229d4ddb1 Linux 5.18-rc3
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/x86/include/asm/msr-index.h | 4 +- arch/x86/kernel/cpu/common.c | 2 + arch/x86/kernel/cpu/cpu.h | 5 +- arch/x86/kernel/cpu/intel.c | 7 -- arch/x86/kernel/cpu/tsx.c | 104 ++++++++++++++++++++++++++--- drivers/i2c/busses/i2c-imx.c | 33 +++++++++ drivers/i2c/busses/i2c-ismt.c | 4 +- drivers/i2c/busses/i2c-pasemi-core.c | 6 ++ drivers/i2c/busses/i2c-qcom-geni.c | 6 +- drivers/i2c/i2c-dev.c | 17 +++-- drivers/power/supply/power_supply_core.c | 6 ++ drivers/power/supply/samsung-sdi-battery.c | 2 + drivers/xen/balloon.c | 54 +++++++-------- drivers/xen/unpopulated-alloc.c | 33 --------- kernel/cpu.c | 36 +++++----- kernel/irq/affinity.c | 5 +- kernel/smp.c | 2 +- kernel/time/tick-sched.c | 6 +- kernel/time/timer.c | 11 +-- tools/arch/x86/include/asm/msr-index.h | 4 +- 21 files changed, 220 insertions(+), 129 deletions(-)