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-release-aarch64-lts-allnoconfig in repository toolchain/ci/linux.
from 2c746135a12e Linux 4.19.158 new b4e80478115b powerpc/64s: move some exception handlers out of line new f69bb4e51f41 powerpc/64s: flush L1D on kernel entry new 357a5e6febe8 powerpc: Add a framework for user access tracking new 8145b3a014e8 powerpc: Implement user_access_begin and friends new 92e7ec289b95 powerpc: Fix __clear_user() with KUAP enabled new 6b36099dc923 powerpc/uaccess: Evaluate macro arguments once, before use [...] new 31ebc2fe02df powerpc/64s: flush L1D after user accesses new 5e7ceb3ace37 Revert "perf cs-etm: Move definition of 'traceid_list' glo [...] new f1b0b8c2b7e7 powerpc/8xx: Always fault when _PAGE_ACCESSED is not set new 8bf2e8fe8a8e Input: sunkbd - avoid use-after-free in teardown paths new 3661391c463e mac80211: always wind down STA state new 567401f58e5e can: proc: can_remove_proc(): silence remove_proc_entry warning new 509b5cf71edf KVM: x86: clflushopt should be treated as a no-op by emulation new 7a74bd35c932 ACPI: GED: fix -Wformat new 76bda503e640 Linux 4.19.159
The 15 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/admin-guide/kernel-parameters.txt | 7 ++ Makefile | 2 +- arch/powerpc/include/asm/book3s/64/kup-radix.h | 22 ++++ arch/powerpc/include/asm/exception-64s.h | 9 +- arch/powerpc/include/asm/feature-fixups.h | 19 +++ arch/powerpc/include/asm/futex.h | 4 + arch/powerpc/include/asm/kup.h | 40 +++++++ arch/powerpc/include/asm/security_features.h | 7 ++ arch/powerpc/include/asm/setup.h | 4 + arch/powerpc/include/asm/uaccess.h | 147 +++++++++++++++++++----- arch/powerpc/kernel/exceptions-64s.S | 96 +++++++++------- arch/powerpc/kernel/head_8xx.S | 8 +- arch/powerpc/kernel/setup_64.c | 122 +++++++++++++++++++- arch/powerpc/kernel/vmlinux.lds.S | 14 +++ arch/powerpc/lib/checksum_wrappers.c | 4 + arch/powerpc/lib/feature-fixups.c | 104 +++++++++++++++++ arch/powerpc/lib/string_32.S | 4 +- arch/powerpc/lib/string_64.S | 6 +- arch/powerpc/platforms/powernv/setup.c | 17 +++ arch/powerpc/platforms/pseries/setup.c | 8 ++ arch/x86/kvm/emulate.c | 8 +- drivers/acpi/evged.c | 2 +- drivers/input/keyboard/sunkbd.c | 41 +++++-- net/can/proc.c | 6 +- net/mac80211/sta_info.c | 18 +++ tools/perf/util/cs-etm.c | 3 - tools/perf/util/cs-etm.h | 3 + 27 files changed, 622 insertions(+), 103 deletions(-) create mode 100644 arch/powerpc/include/asm/book3s/64/kup-radix.h create mode 100644 arch/powerpc/include/asm/kup.h