This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3022e9d00ebe Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kern [...] new 9803787a23c5 landlock: Improve documentation of previous limitations new dad2f2071516 landlock: Fix grammar issues in documentation new 387285530d1d samples/landlock: Fix port parsing in sandboxer new f51e55a0892b samples/landlock: Refactor help message new 53b9d789df98 samples/landlock: Clarify option parsing behaviour new 0c0effb07f7d landlock: Refactor filesystem access mask management new 8376226e5f53 landlock: Refactor network access mask management new 03197e40a22c landlock: Optimize scope enforcement new 92dda329e337 Merge tag 'landlock-6.12-rc7' of git://git.kernel.org/pub/ [...] new 923168a0631b ima: fix buffer overrun in ima_eventdigest_init_common new 699ae6241920 evm: stop avoidably reading i_writecount in evm_file_release new 08ae3e5f5fc8 integrity: Use static_assert() to check struct sizes new 93db202ce00c Merge tag 'integrity-v6.12' of git://git.kernel.org/pub/sc [...] new 42964e4b5e3a dm-bufio: fix warnings about duplicate slab caches new 346dbf1b1345 dm-cache: fix warnings about duplicate slab caches new 5456ec9dab3a Merge tag 'for-6.12/dm-fixes-3' of git://git.kernel.org/pu [...] new 2d0f2a648147 KVM: selftests: memslot_perf_test: increase guest sync timeout new 945bdae20be5 KVM: selftests: fix unintentional noop test in guest_memfd_test.c new 5b188cc4866a KVM: selftests: Disable strict aliasing new 979956bc6811 KVM: selftests: Don't force -march=x86-64-v2 if it's unsupported new 2657b82a78f1 KVM: nVMX: Treat vpid01 as current if L2 is active, but wi [...] new e5d253c60e96 KVM: SVM: Propagate error from snp_guest_req_init() to userspace new 9893deb08b0f Merge tag 'kvm-x86-fixes-6.12-rcN' of https://github.com/k [...] new 10299cdde869 KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_ME [...] new e3a7792d9676 kvm: svm: Fix gctx page leak on invalid inputs new d3ddef46f22e KVM: x86: Unconditionally set irr_pending when updating AP [...] new aa0d42cacf09 KVM: VMX: Bury Intel PT virtualization (guest/host mode) b [...] new 14b6320953a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 28 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/security/landlock.rst | 14 +-- Documentation/userspace-api/landlock.rst | 90 +++++++++---------- arch/x86/kvm/lapic.c | 29 +++--- arch/x86/kvm/svm/sev.c | 15 ++-- arch/x86/kvm/vmx/nested.c | 30 +++++-- arch/x86/kvm/vmx/vmx.c | 6 +- drivers/md/dm-bufio.c | 12 ++- drivers/md/dm-cache-background-tracker.c | 25 ++---- drivers/md/dm-cache-background-tracker.h | 8 ++ drivers/md/dm-cache-target.c | 25 ++++-- samples/landlock/sandboxer.c | 112 +++++++++++++++--------- security/integrity/evm/evm_main.c | 3 +- security/integrity/ima/ima_template_lib.c | 14 ++- security/integrity/integrity.h | 4 + security/landlock/fs.c | 31 ++----- security/landlock/net.c | 28 ++---- security/landlock/ruleset.h | 74 ++++++++++++++-- security/landlock/syscalls.c | 2 +- security/landlock/task.c | 18 +++- tools/testing/selftests/kvm/Makefile | 10 ++- tools/testing/selftests/kvm/guest_memfd_test.c | 2 +- tools/testing/selftests/kvm/lib/x86_64/vmx.c | 2 +- tools/testing/selftests/kvm/memslot_perf_test.c | 2 +- 23 files changed, 340 insertions(+), 216 deletions(-)