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-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from 3cea11cd5e3b Linux 5.10-rc2 adds 495023e4e49e of: Drop superfluous ULL suffix for ~0 adds 46b1ee38b2ba mm/mremap_pages: fix static key devmap_managed_key updates adds 79aa925bf239 hugetlb_cgroup: fix reservation accounting adds 7de2e9f195b9 mm: memcontrol: correct the NR_ANON_THPS counter of hierar [...] adds 8de15e920dc8 mm: memcg: link page counters to root if use_hierarchy is false adds 58b999d7a22c kasan: adopt KUNIT tests to SW_TAGS mode adds 3f08842098e8 mm: mempolicy: fix potential pte_unmap_unlock pte error adds 7b3c36fc4c23 ptrace: fix task_join_group_stop() for the case when curre [...] adds aa4e460f0976 lib/crc32test: remove extra local_irq_disable/enable adds a77eedbc871e mm/truncate.c: make __invalidate_mapping_pages() static adds 6993d0fdbee0 kthread_worker: prevent queuing delayed work from timer_fn [...] adds 66606567dedf mm, oom: keep oom_adj under or at upper limit when printing adds f8f6ae5d077a mm: always have io_remap_pfn_range() set pgprot_decrypted() adds afabdf333872 epoll: add a selftest for epoll timeout race adds 3b70ae4f5c4e kernel/hung_task.c: make type annotations consistent adds b7cbaf59f62f Merge branch 'akpm' (patches from Andrew) new 90bfdeef83f1 tty: make FONTX ioctl use the tty pointer they were actual [...] new c80afa1d9c36 afs: Fix warning due to unadvanced marshalling pointer new f4c79144edd8 afs: Fix incorrect freeing of the ACL passed to the YFS AC [...] new 3ad84246a409 x86/boot/compressed/64: Introduce sev_status new ed7b895f3efb x86/boot/compressed/64: Sanity-check CPUID results in the [...] new 86ce43f7dde8 x86/boot/compressed/64: Check SEV encryption in 64-bit boot-path new c9f09539e16e x86/head/64: Check SEV encryption before switching to kern [...] new 2411cd821123 x86/sev-es: Do not support MMIO to/from encrypted memory new 43c834186c18 Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.or [...] adds d94df02c476c docs: Makefile: honor V=0 for docs building adds 6b80975c6308 scripts: kernel-doc: fix typedef parsing adds 7efc6c4295f5 scripts: kernel-doc: split typedef complex regex adds e051955977b7 documentation: arm: sunxi: add Allwinner H6 documents new 4f3e69060dc9 docs: fix automarkup regression on Python 2 new ce2e33ba4163 Merge tag 'docs-5.10-3' of git://git.lwn.net/linux
The 11 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/Makefile | 4 + Documentation/arm/sunxi.rst | 10 ++ Documentation/sphinx/automarkup.py | 20 ++- arch/x86/boot/compressed/ident_map_64.c | 1 + arch/x86/boot/compressed/mem_encrypt.S | 20 ++- arch/x86/boot/compressed/misc.h | 2 + arch/x86/kernel/head_64.S | 16 +++ arch/x86/kernel/sev-es-shared.c | 26 ++++ arch/x86/kernel/sev-es.c | 20 ++- arch/x86/kernel/sev_verify_cbit.S | 89 ++++++++++++ arch/x86/mm/mem_encrypt.c | 1 + drivers/of/device.c | 2 +- drivers/tty/vt/vt_ioctl.c | 36 ++--- fs/afs/xattr.c | 7 +- fs/afs/yfsclient.c | 1 + fs/proc/base.c | 2 + include/linux/mm.h | 9 ++ include/linux/pgtable.h | 4 - kernel/hung_task.c | 3 +- kernel/kthread.c | 3 +- kernel/signal.c | 19 +-- lib/crc32test.c | 4 - lib/test_kasan.c | 149 +++++++++++++++------ mm/hugetlb.c | 20 +-- mm/memcontrol.c | 25 +++- mm/mempolicy.c | 6 +- mm/memremap.c | 39 +++--- mm/truncate.c | 2 +- scripts/kernel-doc | 15 ++- .../filesystems/epoll/epoll_wakeup_test.c | 95 +++++++++++++ 30 files changed, 502 insertions(+), 148 deletions(-) create mode 100644 arch/x86/kernel/sev_verify_cbit.S