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-master-aarch64-mainline-allyesconfig in repository toolchain/ci/linux.
from 2ff90100ace8 Merge tag 'hwmon-for-v5.11-rc3' of git://git.kernel.org/pu [...] adds 2ca408d9c749 fanotify: Fix sys_fanotify_mark() on native x86-32 new d1c5246e08eb x86/mm: Fix leak of pmd ptlock new a8f7e08a8170 x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling new cb7f4a8b1fb4 x86/mtrr: Correct the range check before performing MTRR t [...] new ae28d1aae48a x86/resctrl: Use an IPI instead of task_work_add() to upda [...] new a0195f314a25 x86/resctrl: Don't move a task to the same resource group new a440e4d7618c Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.o [...] adds 98bf2d3f4970 powerpc/32s: Fix RTAS machine check with VMAP stack adds 3ce47d95b734 powerpc: Handle .text.{hot,unlikely}.* in linker script new b3cd1a16cc88 Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm [...] adds 8a48c0a3360b arch/arc: add copy_user_page() to <asm/page.h> to fix buil [...] adds f4d9359de8ac include/soc: remove headers for EZChip NPS adds bb12433bf56e ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handling new e8deee4f1543 ARC: [hsdk]: Enable FPU_SAVE_RESTORE new 0653161f0fac Merge tag 'arc-5.11-rc3-fixes' of git://git.kernel.org/pub [...]
The 9 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: arch/Kconfig | 6 ++ arch/arc/include/asm/page.h | 1 + arch/arc/kernel/entry.S | 2 +- arch/arc/plat-hsdk/Kconfig | 1 + arch/powerpc/kernel/head_book3s_32.S | 9 ++ arch/powerpc/kernel/vmlinux.lds.S | 2 +- arch/x86/Kconfig | 1 + arch/x86/kernel/cpu/mtrr/generic.c | 6 +- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 117 ++++++++++------------ arch/x86/kernel/sev-es-shared.c | 4 +- arch/x86/mm/pgtable.c | 2 + fs/notify/fanotify/fanotify_user.c | 17 ++-- include/linux/syscalls.h | 24 +++++ include/soc/nps/common.h | 172 --------------------------------- include/soc/nps/mtm.h | 59 ----------- 15 files changed, 107 insertions(+), 316 deletions(-) delete mode 100644 include/soc/nps/common.h delete mode 100644 include/soc/nps/mtm.h