This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 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 [...] new d94df02c476c docs: Makefile: honor V=0 for docs building new 6b80975c6308 scripts: kernel-doc: fix typedef parsing new 7efc6c4295f5 scripts: kernel-doc: split typedef complex regex new 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 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/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/tty/vt/vt_ioctl.c | 36 ++++++------- fs/afs/xattr.c | 7 +-- fs/afs/yfsclient.c | 1 + scripts/kernel-doc | 15 ++++-- 15 files changed, 226 insertions(+), 42 deletions(-) create mode 100644 arch/x86/kernel/sev_verify_cbit.S