This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 368094df48e6 Merge tag 'for-linus-5.13b-rc6-tag' of git://git.kernel.or [...] new 4f13d471e5d1 KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_ [...] new e898da784aed KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemp [...] new b1bd5cba3306 KVM: X86: MMU: Use the correct inherited permissions to ge [...] new af3511ff7fa2 KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior new 1bc603af73dd KVM: selftests: introduce P47V64 for s390x new f53b16ad6440 selftests: kvm: Add support for customized slot0 memory size new f31500b0d437 KVM: x86: Ensure liveliness of nested VM-Enter fail tracep [...] new b53e84eed08b KVM: x86: Unload MMU on guest TLB flush if TDP disabled to [...] new da27a83fd6cc kvm: avoid speculation-based attacks from out-of-range mem [...] new 4422829e8053 kvm: fix previous commit for 32-bit builds new 2f673816b2db Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 165ea85f1483 btrfs: do not write supers if we have an fs error new 5b434df87787 btrfs: zoned: fix zone number to sector/physical calculation new e7b2ec3d3d4e btrfs: return value from btrfs_mark_extent_written() in ca [...] new aefd7f706556 btrfs: promote debugging asserts to full-fledged checks in [...] new cc6cf827dd68 Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/s [...] new 4792f9dd1293 clang-format: Update with the latest for_each macro list new a25b088c4ffa Merge tag 'clang-format-for-linus-v5.13-rc6' of git://gith [...] new ca0760e7d79e Compiler Attributes: Add continue in comment new a4c30b8691f2 Merge tag 'compiler-attributes-for-linus-v5.13-rc6' of git [...]
The 20 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: .clang-format | 13 +++++- Documentation/virt/kvm/mmu.rst | 4 +- arch/x86/kvm/lapic.c | 17 +++++--- arch/x86/kvm/mmu/paging_tmpl.h | 14 +++--- arch/x86/kvm/svm/sev.c | 6 +-- arch/x86/kvm/trace.h | 6 +-- arch/x86/kvm/x86.c | 19 ++++++++- fs/btrfs/disk-io.c | 26 ++++++++---- fs/btrfs/file.c | 4 +- fs/btrfs/tree-log.c | 16 +++++++ fs/btrfs/zoned.c | 23 +++++++--- include/linux/compiler_attributes.h | 1 + include/linux/kvm_host.h | 10 ++++- tools/testing/selftests/kvm/include/kvm_util.h | 10 +++-- tools/testing/selftests/kvm/kvm_page_table_test.c | 2 +- tools/testing/selftests/kvm/lib/kvm_util.c | 52 +++++++++++++++++++---- tools/testing/selftests/kvm/lib/perf_test_util.c | 2 +- tools/testing/selftests/kvm/memslot_perf_test.c | 2 +- 18 files changed, 171 insertions(+), 56 deletions(-)