This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 6c7f20ab7680 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 6561ab6ab62f Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 07d9478e7988 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 3eb3cd5992f7 binfmt_flat: Fix corruption when not offsetting data start new f50733b45d86 exec: Fix ToCToU between perm check and set-uid/gid usage new 6b0f8db921ab Merge tag 'execve-v6.11-rc4' of git://git.kernel.org/pub/s [...] adds fdad456cbcca bpf: Fix updating attached freplace prog in prog_array map adds bed2eb964c70 bpf: Fix a kernel verifier crash in stacksafe() adds 662c3e2db00f selftests/bpf: Add a test to verify previous stacksafe() fix adds 100bff23818e perf/bpf: Don't call bpf_overflow_handler() for tracing events new 02f8ca3d4905 Merge tag 'bpf-6.11-rc4' of git://git.kernel.org/pub/scm/l [...] new 4ac0f08f44b6 Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub [...] adds 379d9af3f3da selinux: fix potential counting error in avc_add_xperms_de [...] adds 6dd1e4c045af selinux: add the processing of the failure of avc_add_xper [...] adds 05a3d6e93072 selinux: revert our use of vma_is_initial_heap() new 9d5906799f7d Merge tag 'selinux-pr-20240814' of git://git.kernel.org/pu [...] adds 92b6c2f0076c KVM: SVM: Fix uninitialized variable bug adds 32b9a52f88a5 KVM: arm64: free kvm->arch.nested_mmus with kvfree() adds 963a08e586bd KVM: arm64: fix override-init warnings in W=1 builds adds 0aa34b37a78d KVM: arm64: fix kdoc warnings in W=1 builds adds 19d837bc881b KVM: arm64: vgic: fix unexpected unlock sparse warnings adds 7fef1eb0b013 docs: KVM: Fix register ID of SPSR_FIQ adds 10f2ad032def KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain adds 01ab08cafece KVM: arm64: vgic-debug: Exit the iterator properly w/o LPI adds 7e814a20f6da KVM: arm64: Tidying up PAuth code in KVM adds ad518452fd26 KVM: selftests: arm64: Correct feature test for S1PIE in g [...] adds 9eb18136af9f KVM: arm64: vgic: Hold config_lock while tearing down a CP [...] adds 747cfbf161a5 Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pu [...] adds 5a44bb061d04 KVM: s390: fix validity interception issue when gisa is sw [...] adds cff59d8631e1 s390/uv: Panic for set and remove shared access UVC errors adds 696eb24ac2af Merge tag 'kvm-s390-master-6.11-1' of https://git.kernel.o [...] adds cd2d00606553 KVM: SVM: Fix an error code in sev_gmem_post_populate() adds b098495e6949 KVM: x86: hyper-v: Remove unused inline function kvm_hv_fr [...] adds 15e1c3d65975 KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_pr [...] adds 4b7c3f6d04bd KVM: x86: Make x2APIC ID 100% readonly adds 238d3d63d1e2 KVM: selftests: Add a testcase to verify x2APIC is fully readonly new c9b35a6f4ede KVM: eventfd: Use synchronize_srcu_expedited() on shutdown new 66155de93bcf KVM: x86: Disallow read-only memslots for SEV-ES and SEV-S [...] new 1c0e5881691a KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG new d07b43284ab3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 8b30d568bd8d vfs: drop one lock trip in evict() new c6f23711858f Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 4901a5a8774f Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 13d7b8edf2c7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds 8c09c0984a79 erofs: simplify readdir operation adds cb890c4388d3 erofs: get rid of check_layout_compatibility() new 1feb6b2add6b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (6c7f20ab7680) \ N -- N -- N refs/heads/fs-current (1feb6b2add6b)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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/virt/kvm/api.rst | 2 +- arch/arm64/include/asm/kvm_ptrauth.h | 2 +- arch/arm64/kvm/Kconfig | 1 + arch/arm64/kvm/Makefile | 3 ++ arch/arm64/kvm/arm.c | 15 ++---- arch/arm64/kvm/hyp/include/hyp/switch.h | 1 - arch/arm64/kvm/hyp/nvhe/Makefile | 2 + arch/arm64/kvm/hyp/nvhe/switch.c | 5 +- arch/arm64/kvm/hyp/vhe/Makefile | 2 + arch/arm64/kvm/nested.c | 2 +- arch/arm64/kvm/vgic/vgic-debug.c | 5 +- arch/arm64/kvm/vgic/vgic-init.c | 3 +- arch/arm64/kvm/vgic/vgic-irqfd.c | 7 +-- arch/arm64/kvm/vgic/vgic-its.c | 18 +++++--- arch/arm64/kvm/vgic/vgic-v3.c | 2 +- arch/arm64/kvm/vgic/vgic.c | 2 +- arch/arm64/kvm/vgic/vgic.h | 2 +- arch/s390/include/asm/uv.h | 5 +- arch/s390/kvm/kvm-s390.h | 7 ++- arch/x86/include/asm/kvm_host.h | 2 + arch/x86/kvm/hyperv.h | 1 - arch/x86/kvm/lapic.c | 22 ++++++--- arch/x86/kvm/svm/sev.c | 7 +-- arch/x86/kvm/x86.c | 6 +-- fs/binfmt_flat.c | 4 +- fs/erofs/dir.c | 35 +++++--------- fs/erofs/internal.h | 2 +- fs/erofs/super.c | 26 +++-------- fs/exec.c | 8 +++- fs/fs-writeback.c | 17 ++----- fs/inode.c | 5 +- include/linux/bpf_verifier.h | 4 +- include/linux/kvm_host.h | 7 +++ include/uapi/linux/psp-sev.h | 1 + kernel/bpf/verifier.c | 5 +- kernel/events/core.c | 3 +- security/selinux/avc.c | 8 +++- security/selinux/hooks.c | 12 ++++- tools/testing/selftests/bpf/progs/iters.c | 54 ++++++++++++++++++++++ tools/testing/selftests/kvm/aarch64/get-reg-list.c | 4 +- .../selftests/kvm/x86_64/xapic_state_test.c | 28 +++++++++++ virt/kvm/eventfd.c | 13 +++--- virt/kvm/kvm_main.c | 5 +- 43 files changed, 233 insertions(+), 132 deletions(-)