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-release-arm-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 adds a4d63c3732f1 mm: do not rely on mm == current->mm in __get_user_pages_locked adds d33030e2ee35 nfs: Fix security label length not being reset adds 16abd2a0c124 NFSv4.2: fix client's attribute cache management for copy_ [...] adds ee15c7b53e52 pNFS/flexfiles: Ensure we initialise the mirror bsizes cor [...] adds b9df46d08a8d pNFS/flexfiles: Be consistent about mirror index types new fb0155a09b02 Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/proje [...]
The 1 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/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 +++--- fs/nfs/dir.c | 3 + fs/nfs/flexfilelayout/flexfilelayout.c | 43 +++--- fs/nfs/nfs42proc.c | 10 +- include/linux/mm.h | 2 +- include/linux/mm_types.h | 10 ++ include/linux/nfs_xdr.h | 4 +- kernel/fork.c | 3 +- mm/gup.c | 6 + mm/huge_memory.c | 28 ++++ mm/memory.c | 219 ++++++++++++++++++++++++++--- scripts/kallsyms.c | 16 ++- 23 files changed, 392 insertions(+), 85 deletions(-)