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-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from a1bffa48745a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 008cfe4418b3 mm: Introduce mm_struct.has_pinned adds 7a4830c380f3 mm/fork: Pass new vma pointer into copy_page_range() adds 70e806e4e645 mm: Do early cow for pinned pages during fork() for ptes adds d042035eaf5f mm/thp: Split huge pmds/puds if they're pinned when fork() adds 400d033f5a59 clocksource/drivers/h8300_timer8: Fix wrong return value i [...] adds 164805157f3c clocksource/drivers/timer-ti-dm: Do reset before enable adds bc6717d55d07 clocksource/drivers/timer-gx6605s: Fixup counter reload adds a7b6c0feda15 Merge tag 'timers-v5.9-rc4' of https://git.linaro.org/peop [...] adds ba25f0570b53 Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.o [...] adds a7b3474cbb28 x86/irq: Make run_on_irqstack_cond() typesafe adds 86a82ae0b509 x86/ioapic: Unbreak check_timer() adds f8818559ca62 Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/ [...] adds 516d980f8541 scripts/kallsyms: skip ppc compiler stub *.long_branch.* / [...] adds e30d694c3381 Documentation/llvm: Fix clang target examples adds 16bc1d5432eb Merge tag 'kbuild-fixes-v5.9-4' of git://git.kernel.org/pu [...] adds a1b8638ba132 Linux 5.9-rc7
No new revisions were added by this update.
Summary of changes: Documentation/kbuild/llvm.rst | 4 +- Makefile | 2 +- arch/x86/entry/common.c | 2 +- arch/x86/entry/entry_64.S | 2 + arch/x86/include/asm/idtentry.h | 2 +- arch/x86/include/asm/irq_stack.h | 69 +++++++-- arch/x86/kernel/apic/io_apic.c | 1 + arch/x86/kernel/irq.c | 2 +- arch/x86/kernel/irq_64.c | 2 +- drivers/clocksource/h8300_timer8.c | 2 +- drivers/clocksource/timer-gx6605s.c | 1 + drivers/clocksource/timer-ti-dm-systimer.c | 44 +++--- include/linux/mm.h | 2 +- include/linux/mm_types.h | 10 ++ kernel/fork.c | 3 +- mm/gup.c | 6 + mm/huge_memory.c | 28 ++++ mm/memory.c | 219 ++++++++++++++++++++++++++--- scripts/kallsyms.c | 16 ++- 19 files changed, 356 insertions(+), 61 deletions(-)