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 217d343c7ea4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits b2ef7a39bcaf ext4: fix FS_IOC_GETFSMAP handling omits 4748df069284 ext4: WARN if a full dir leaf block has only one dentry omits 59daaffadc9a ext4: show the default enabled prefetch_block_bitmaps option adds 9803787a23c5 landlock: Improve documentation of previous limitations adds dad2f2071516 landlock: Fix grammar issues in documentation adds 387285530d1d samples/landlock: Fix port parsing in sandboxer adds f51e55a0892b samples/landlock: Refactor help message adds 53b9d789df98 samples/landlock: Clarify option parsing behaviour adds 0c0effb07f7d landlock: Refactor filesystem access mask management adds 8376226e5f53 landlock: Refactor network access mask management adds 03197e40a22c landlock: Optimize scope enforcement adds 92dda329e337 Merge tag 'landlock-6.12-rc7' of git://git.kernel.org/pub/ [...] adds 923168a0631b ima: fix buffer overrun in ima_eventdigest_init_common adds 699ae6241920 evm: stop avoidably reading i_writecount in evm_file_release adds 08ae3e5f5fc8 integrity: Use static_assert() to check struct sizes adds 93db202ce00c Merge tag 'integrity-v6.12' of git://git.kernel.org/pub/sc [...] adds 42964e4b5e3a dm-bufio: fix warnings about duplicate slab caches adds 346dbf1b1345 dm-cache: fix warnings about duplicate slab caches adds 5456ec9dab3a Merge tag 'for-6.12/dm-fixes-3' of git://git.kernel.org/pu [...] adds 2d0f2a648147 KVM: selftests: memslot_perf_test: increase guest sync timeout adds 945bdae20be5 KVM: selftests: fix unintentional noop test in guest_memfd_test.c adds 5b188cc4866a KVM: selftests: Disable strict aliasing adds 979956bc6811 KVM: selftests: Don't force -march=x86-64-v2 if it's unsupported adds 2657b82a78f1 KVM: nVMX: Treat vpid01 as current if L2 is active, but wi [...] adds e5d253c60e96 KVM: SVM: Propagate error from snp_guest_req_init() to userspace adds 9893deb08b0f Merge tag 'kvm-x86-fixes-6.12-rcN' of https://github.com/k [...] adds 10299cdde869 KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_ME [...] adds e3a7792d9676 kvm: svm: Fix gctx page leak on invalid inputs adds d3ddef46f22e KVM: x86: Unconditionally set irr_pending when updating AP [...] adds aa0d42cacf09 KVM: VMX: Bury Intel PT virtualization (guest/host mode) b [...] adds 14b6320953a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 29ce8b8a4fa7 vdpa/mlx5: Fix PA offset with unaligned starting iotlb map adds f1b785f4c787 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds e7ac4daeed91 mm: count zeromap read and set for swapout and swapin adds 66edc3a5894c mm: page_alloc: move mlocked flag clearance into free_page [...] adds cd45e963e44b nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint adds 2026559a6c4c nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint adds 23aab037106d ocfs2: fix UBSAN warning in ocfs2_verify_volume() adds 247d720b2c5d nommu: pass NULL argument to vma_iter_prealloc() adds 94efde1d1539 mm/gup: avoid an unnecessary allocation call for FOLL_LONG [...] adds a3477c9e02cc mm/thp: fix deferred split queue not partially_mapped: fix adds fae1980347bf selftests: hugetlb_dio: fixup check for initial conditions [...] new dcf32ea7eced mm: swapfile: fix cluster reclaim work crash on rotational [...] new 4b49c0ba4eeb Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://g [...] adds a6654a40a852 LoongArch: For all possible CPUs setup logical-physical CP [...] adds 30cec747d6bf LoongArch: Fix early_numa_add_cpu() usage for FDT systems adds c859900a841b LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS adds a410656643ce LoongArch: Make KASAN work with 5-level page-tables adds 227ca9f6f6ae LoongArch: Disable KASAN if PGDIR_SIZE is too large for cp [...] adds 139d42ca5101 LoongArch: Add WriteCombine shadow mapping in KASAN adds 6ce031e5d6f4 LoongArch: Fix AP booting issue in VM mode new c5f404511890 Merge tag 'loongarch-fixes-6.12-2' of git://git.kernel.org [...] adds 6801cf7890f2 selftests/bpf: Use -4095 as the bad address for bits iterator adds 44d0469f79bd bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx adds fb86c42a2a5d bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6 new 9f8e716d46c6 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...] new fdfa648ab939 ext4: show the default enabled prefetch_block_bitmaps option new 40eb3104cf41 ext4: WARN if a full dir leaf block has only one dentry new 4a622e4d477b ext4: fix FS_IOC_GETFSMAP handling new 2729727ceaa6 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 (217d343c7ea4) \ N -- N -- N refs/heads/fs-current (2729727ceaa6)
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 8 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/admin-guide/cgroup-v2.rst | 9 ++ Documentation/security/landlock.rst | 14 +-- Documentation/userspace-api/landlock.rst | 90 ++++++++-------- arch/loongarch/include/asm/kasan.h | 13 ++- arch/loongarch/include/asm/page.h | 5 +- arch/loongarch/kernel/acpi.c | 81 +++++++++----- arch/loongarch/kernel/paravirt.c | 15 +++ arch/loongarch/kernel/smp.c | 5 +- arch/loongarch/mm/kasan_init.c | 46 +++++++- 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 ++++- drivers/vdpa/mlx5/core/mr.c | 8 +- fs/ext4/super.c | 2 +- fs/nilfs2/btnode.c | 2 - fs/nilfs2/gcinode.c | 4 +- fs/nilfs2/mdt.c | 1 - fs/nilfs2/page.c | 2 +- fs/ocfs2/super.c | 13 ++- include/linux/memcontrol.h | 12 ++- include/linux/vm_event_item.h | 2 + include/net/tls.h | 12 ++- mm/gup.c | 116 ++++++++++++++------- mm/huge_memory.c | 4 +- mm/memcontrol.c | 4 + mm/nommu.c | 2 +- mm/page_alloc.c | 15 +++ mm/page_io.c | 16 +++ mm/swap.c | 14 --- mm/swapfile.c | 2 +- mm/vmstat.c | 2 + mm/zswap.c | 6 +- net/core/filter.c | 2 +- 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 +++- .../selftests/bpf/progs/verifier_bits_iter.c | 32 +++++- 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 +- tools/testing/selftests/mm/hugetlb_dio.c | 7 ++ 53 files changed, 667 insertions(+), 343 deletions(-)