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 5735e97993a2 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...] omits f8c83031f7b6 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 822f29ee4f4d Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits f5ff87a84a88 fs: actually hold the namespace semaphore omits b478f56b7866 devpts: Fix type for uid and gid params adds 6c9567e0850b KVM: s390: Don't use %pK through tracepoints adds 0c7fbae5bc78 KVM: s390: Don't use %pK through debug printing adds adb9061ecc02 Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org [...] adds 80fd663590cf selftests: kvm: revamp MONITOR/MWAIT tests adds 11934771e7e7 selftests: kvm: bring list of exit reasons up to date adds c57047f6f379 selftests: kvm: list once tests that are valid on all arch [...] adds f3e555ba45da Documentation: KVM: KVM_GET_SUPPORTED_CPUID now exposes TS [...] adds 26cb30f22f9c Documentation: kvm: give correct name for KVM_CAP_SPAPR_MULTITCE adds 2f313018de0f Documentation: kvm: drop "Capability" heading from capabilities adds ed7974fd592b Documentation: kvm: fix some definition lists adds af339282e203 Documentation: kvm: organize capabilities in the right section adds 269a2c3663c6 Documentation: kvm: remove KVM_CAP_MIPS_TE adds 70817b2b4624 Merge branch 'kvm-6.15-rc2-cleanups' into HEAD adds ef01cac401f1 KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect gues [...] adds 0297cdc12a87 KVM: selftests: Add option to rseq test to override /dev/c [...] adds 81d480fdf8b7 KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages [...] adds 459a35111b0a KVM: Allow building irqbypass.ko as as module when kvm.ko [...] adds bc52ae0a708c KVM: x86: Explicitly zero-initialize on-stack CPUID unions adds 369348e1d8ce Merge branch 'kvm-6.15-rc2-fixes' into HEAD adds 6bad6ecc63b7 KVM: VMX: Assert that IRQs are disabled when putting vCPU [...] adds c0b8dcabb2cd KVM: VMX: Use separate subclasses for PI wakeup lock to sq [...] adds c77eee50caa2 Merge branch 'kvm-pi-fix-lockdep' into HEAD adds acfcaf90db1f smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI adds 1f5bdd3b0c70 smccc: kvm_guest: Remove unneeded semicolon adds fb8a3eba9c81 KVM: arm64: Only read HPFAR_EL2 when value is architectura [...] adds 1cf3e126f152 arm64: Convert HPFAR_EL2 to sysreg table adds 26fbdf369227 KVM: arm64: Don't translate FAR if invalid/unsafe adds d8d78398e550 KVM: arm64: selftests: Introduce and use hardware-definiti [...] adds c8631ea59b65 KVM: arm64: selftests: Explicitly set the page attrs to In [...] adds a344e258acb0 KVM: arm64: Use acquire/release to communicate FF-A versio [...] adds c478032df078 Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/ [...] adds 0e8863244ef5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 14e594a1fc8b kunit: tool: fix count of tests if late test plan adds d1be0cf3b8ae kunit: Spelling s/slowm/slow/ adds a24588245776 Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.ke [...] new cfa5f336bdbd devpts: Fix type for uid and gid params new a94fd938df2b virtiofs: add filesystem context source name check new bb5e07cb9277 hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key new 4a2208c25ce4 netfs: Update main API document new 7571ebd29ff2 afs: Fix afs_dynroot_readdir() to not use the RCU read lock new 63690b75feb1 dcache: convert dentry flag macros to enum new bad440f4fdb4 mount: ensure we don't pointlessly walk the mount tree new 32af6c5634d0 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 068aa6f32c62 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 1595f15391b8 erofs: set error to bio if file-backed IO fails new d385f15d5ba0 erofs: add __packed annotation to union(__le16..) new be45319c9fb1 erofs: fix encoded extents handling new 8bef11a935e8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new a482a6987052 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...]
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 (5735e97993a2) \ N -- N -- N refs/heads/fs-current (a482a6987052)
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 14 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/filesystems/netfs_library.rst | 995 +++++++++++++++------ Documentation/virt/kvm/api.rst | 789 ++++++++-------- arch/arm64/include/asm/esr.h | 44 +- arch/arm64/include/asm/kvm_emulate.h | 7 +- arch/arm64/include/asm/kvm_ras.h | 2 +- arch/arm64/kvm/hyp/include/hyp/fault.h | 70 +- arch/arm64/kvm/hyp/nvhe/ffa.c | 9 +- arch/arm64/kvm/hyp/nvhe/mem_protect.c | 9 +- arch/arm64/kvm/mmu.c | 31 +- arch/arm64/tools/sysreg | 7 + arch/s390/kvm/intercept.c | 2 +- arch/s390/kvm/interrupt.c | 8 +- arch/s390/kvm/kvm-s390.c | 10 +- arch/s390/kvm/trace-s390.h | 4 +- arch/x86/include/asm/kvm_host.h | 7 +- arch/x86/kvm/cpuid.c | 8 +- arch/x86/kvm/mmu/tdp_mmu.c | 8 +- arch/x86/kvm/vmx/posted_intr.c | 37 +- arch/x86/kvm/x86.c | 4 + drivers/firmware/smccc/kvm_guest.c | 4 +- fs/afs/dynroot.c | 4 +- fs/erofs/erofs_fs.h | 8 +- fs/erofs/fileio.c | 2 + fs/erofs/zmap.c | 5 +- fs/fuse/virtio_fs.c | 3 + fs/hfs/bnode.c | 6 + fs/hfsplus/bnode.c | 6 + fs/namespace.c | 30 +- include/kunit/test.h | 2 +- include/linux/dcache.h | 106 ++- include/linux/kvm_host.h | 2 +- tools/testing/kunit/kunit_parser.py | 4 + tools/testing/kunit/kunit_tool_test.py | 4 +- tools/testing/selftests/kvm/Makefile.kvm | 45 +- .../testing/selftests/kvm/arm64/page_fault_test.c | 2 +- .../selftests/kvm/include/arm64/processor.h | 67 +- tools/testing/selftests/kvm/lib/arm64/processor.c | 60 +- tools/testing/selftests/kvm/lib/kvm_util.c | 5 +- tools/testing/selftests/kvm/rseq_test.c | 31 +- .../testing/selftests/kvm/x86/monitor_mwait_test.c | 108 +-- virt/kvm/Kconfig | 2 +- virt/kvm/eventfd.c | 10 +- 42 files changed, 1604 insertions(+), 963 deletions(-)