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_check_gdb/master-arm in repository toolchain/ci/linux.
from 44688ffd111a Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel. [...] adds 108ea7eb3e75 perf/x86/Kconfig: Fix indentation in the Kconfig file adds 5cc47d4a920c Merge tag 'perf-core-2022-06-05' of git://git.kernel.org/p [...] adds 86dca369075b perf/x86/intel: Fix event constraints for ICL adds 8b4dd2d8627e perf/core: Remove unused local variable adds fa11c2804652 Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org [...] adds 82f586f923e3 sched/autogroup: Fix sysctl move adds bc1e02c3e500 Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.or [...] adds b8b1ab133e59 dt-bindings: timer: Add compatible for Mediatek MT8186 adds 41929c9f628b clocksource/drivers/ixp4xx: Drop boardfile probe path adds 232ccac1bd9b clocksource/drivers/riscv: Events are stopped during CPU suspend adds a98399cbc1e0 clocksource/drivers/sp804: Avoid error on multiple instances adds b89e96917dba clocksource/drivers/bcm_kona: Convert to SPDX identifier adds eb988ba4afbf clocksource/drivers/jcore: Convert to SPDX identifier adds dcfa47d4720f clocksource/drivers/mips-gic-timer: Convert to SPDX identifier adds 7160d9c4cce9 clocksource/drivers/armada-370-xp: Convert to SPDX identifier adds b3a9ce9d24ff clocksource/drivers/digicolor: Convert to SPDX identifier adds 85c5aafd8e6a clocksource/drivers/lpc32xx: Convert to SPDX identifier adds 029aede7774c clocksource/drivers/orion: Convert to SPDX identifier adds 6bd8643736cb clocksource/drivers/pistachio: Convert to SPDX identifier adds 60bff9f8ef4b clocksource/drivers/timer-sun4i: Convert to SPDX identifier adds a74dfa434f98 clocksource/drivers/timer-sun5i: Convert to SPDX identifier adds 8c0d9461ab76 clocksource/drivers/timer-ti-dm: Remove unnecessary NULL check adds 9c04a8ff03de clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() [...] adds 57963a92a70b Merge tag 'timers-v5.19-rc1' of https://git.linaro.org/peo [...] adds c049ecc52317 Merge tag 'timers-core-2022-06-05' of git://git.kernel.org [...] adds 8a33d96bd178 x86/setup: Use strscpy() to replace deprecated strlcpy() adds 1fd9f4ce8442 Merge tag 'x86-boot-2022-06-05' of git://git.kernel.org/pu [...] adds 758cd94a0e16 x86/Kconfig: Fix indentation and add endif comments to arc [...] adds 0ecfacb4c50a x86/Kconfig: Fix indentation of arch/x86/Kconfig.debug adds 20eb48885b62 x86/idt: Remove unused headers adds f7081834b2d5 x86: Fix all occurences of the "the the" typo adds a925128092d8 Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.or [...] adds 181b6f40e9ea x86/microcode: Rip out the OLD_INTERFACE adds a77a94f86273 x86/microcode: Default-disable late loading adds d23d33ea0fcd x86/microcode: Taint and warn on late loading adds 0c0fe08c7648 x86/microcode: Remove unnecessary perf callback adds 9784edd73a08 Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.o [...] adds e19d11267f0e x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE) adds 0b7da15c21c2 Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/ [...] adds 0c9782e204d3 x86/sgx: Set active memcg prior to shmem allocation adds d717180e7f97 Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/ [...] adds e1cff7002b71 bluetooth: don't use bitmaps for random flag accesses adds 662ce1dc9caf delayacct: track delays from write-protect copy adds e17fee8976c3 Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel [...] adds 1ff810c16d65 mailmap: update Josh Poimboeuf's email adds 273aea955ece MAINTAINERS: add maintainer information for z3fold adds 0111def915b2 mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_ [...] adds 547be963c99f mm: page_isolation: use compound_nr() correctly in isolate [...] adds a04e1928e2ea mm/memremap: fix missing call to untrack_pfn() in pagemap_range() adds b3e34a47f989 x86/kexec: fix memory leak of elf header buffer adds a19cad069159 mm/oom_kill.c: fix vm_oom_kill_table[] ifdeffery adds 815b196c7057 Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.ker [...] adds 40a1926022d1 fix the breakage in close_fd_get_file() calling convention [...] adds 6684cf42906f Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub [...] adds f2906aa86338 Linux 5.19-rc1
No new revisions were added by this update.
Summary of changes: .mailmap | 2 + Documentation/accounting/delay-accounting.rst | 5 +- .../bindings/timer/mediatek,mtk-timer.txt | 1 + MAINTAINERS | 7 ++ Makefile | 4 +- arch/x86/Kconfig | 117 ++++++++++----------- arch/x86/Kconfig.debug | 29 +++-- arch/x86/events/Kconfig | 12 +-- arch/x86/events/intel/core.c | 2 +- arch/x86/kernel/cpu/common.c | 2 + arch/x86/kernel/cpu/microcode/core.c | 115 ++------------------ arch/x86/kernel/cpu/sgx/encl.c | 105 +++++++++++++++++- arch/x86/kernel/cpu/sgx/encl.h | 7 +- arch/x86/kernel/cpu/sgx/main.c | 9 +- arch/x86/kernel/machine_kexec_64.c | 12 ++- arch/x86/kernel/setup.c | 6 +- arch/x86/kvm/vmx/vmx.c | 2 +- arch/x86/kvm/x86.c | 2 +- arch/x86/mm/init_64.c | 8 +- arch/x86/platform/efi/efi_thunk_64.S | 2 +- drivers/android/binder.c | 2 + drivers/clocksource/Kconfig | 2 +- drivers/clocksource/bcm_kona_timer.c | 14 +-- drivers/clocksource/jcore-pit.c | 5 +- drivers/clocksource/mips-gic-timer.c | 9 +- drivers/clocksource/timer-armada-370-xp.c | 5 +- drivers/clocksource/timer-digicolor.c | 5 +- drivers/clocksource/timer-ixp4xx.c | 25 ----- drivers/clocksource/timer-lpc32xx.c | 6 +- drivers/clocksource/timer-orion.c | 5 +- drivers/clocksource/timer-oxnas-rps.c | 2 +- drivers/clocksource/timer-pistachio.c | 5 +- drivers/clocksource/timer-riscv.c | 2 +- drivers/clocksource/timer-sp804.c | 10 +- drivers/clocksource/timer-sun4i.c | 5 +- drivers/clocksource/timer-sun5i.c | 5 +- drivers/clocksource/timer-ti-dm.c | 3 +- fs/file.c | 3 +- fs/io_uring.c | 5 +- include/linux/delayacct.h | 28 +++++ include/linux/platform_data/timer-ixp4xx.h | 11 -- include/net/bluetooth/hci_core.h | 17 ++- include/uapi/linux/taskstats.h | 6 +- kernel/delayacct.c | 16 +++ kernel/events/core.c | 1 - kernel/sched/autogroup.c | 2 +- mm/hugetlb.c | 8 ++ mm/hugetlb_vmemmap.c | 2 +- mm/memory.c | 8 ++ mm/memremap.c | 2 +- mm/oom_kill.c | 58 +++++----- mm/page_isolation.c | 2 +- net/bluetooth/hci_core.c | 4 +- net/bluetooth/hci_request.c | 2 +- net/bluetooth/hci_sync.c | 6 +- net/bluetooth/mgmt.c | 37 +++---- tools/accounting/getdelays.c | 8 +- 57 files changed, 397 insertions(+), 388 deletions(-) delete mode 100644 include/linux/platform_data/timer-ixp4xx.h