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 f2d1392f1ff4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 33c1f2762334 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 9a4d40cab268 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits 6c7a12862004 Merge branch 'misc-6.11' into next-fixes adds b808f6292156 selftests: mm: fix build errors on armhf adds 3e3de7947c75 mm: vmalloc: ensure vmap_block is initialised before addin [...] adds 71c186efc1b2 userfaultfd: fix checks for huge PMDs adds 4828d207dc51 userfaultfd: don't BUG_ON() if khugepaged yanks our page table adds 683408258917 nilfs2: protect references to superblock parameters expose [...] adds 5787fcaab9eb nilfs2: fix missing cleanup on rollforward recovery error adds 6576dd6695f2 nilfs2: fix state management in error path of log writing [...] adds ab7ca09520e9 mm/slub: add check for s->flags in the alloc_tagging_slab_ [...] adds 6dacd79d2884 kexec_file: fix elfcorehdr digest exclusion when CONFIG_CR [...] adds f806de88d8f7 maple_tree: remove rcu_read_lock() from mt_validate() adds bfe0857c20c6 Revert "mm: skip CMA pages when they are not available" adds a3f6a89c834a scripts: fix gfp-translate after ___GFP_*_BITS conversion [...] adds e39925734909 mm/memcontrol: respect zswap.writeback setting from parent cg too adds 5e9784e99762 codetag: debug: mark codetags for poisoned page as empty adds 4f295229b279 mailmap: update entry for Jan Kuliga adds 409faf8c97d5 mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging [...] adds 052a45c1cb1b alloc_tag: fix allocation tag reporting when CONFIG_MODULES=n new 76c0f27d0630 Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://g [...] adds 213aa670153e parisc: Delay write-protection until mark_rodata_ro() call new 962da4d1be82 Merge tag 'parisc-for-6.11-rc7' of git://git.kernel.org/pu [...] new 0d437918fb64 ARM: 9414/1: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION new c7fb1692dc01 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 4356ab331c8f Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub [...] adds 8d8d244726c8 smb: Annotate struct xattr_smb_acl with __counted_by() adds 78c5a6f1f630 ksmbd: unset the binding mark of a reused connection adds 844436e045ac ksmbd: Unlock on in ksmbd_tcp_set_interfaces() new d8abb73f5847 Merge tag 'v6.11-rc6-server-fixes' of git://git.samba.org/ksmbd new 1263a7bf8a0e Merge tag 'for-6.11-rc6-tag' of git://git.kernel.org/pub/s [...] adds 6a422a96bc84 hwmon: ltc2991: fix register bits defines adds a54da9df75cd hwmon: (hp-wmi-sensors) Check if WMI event data exists new 14a244a9095e Merge tag 'hwmon-for-v6.11-rc7' of git://git.kernel.org/pu [...] adds 1c7fb536e899 perf test pmu: Set uninitialized PMU alias to null adds 287bd5cf06e0 perf lock contention: Fix spinlock and rwlock accounting adds aee1d5592297 perf python: include "util/sample.h" adds e162cb25c410 perf daemon: Fix the build on more 32-bit architectures new 2adad548f74c Merge tag 'perf-tools-fixes-for-v6.11-2024-09-04' of git:/ [...] adds 7f12a963b658 bcachefs: fix rebalance accounting new 53f6619554fb bcachefs: BCH_SB_MEMBER_INVALID new c763c4339688 Merge tag 'bcachefs-2024-09-04' of git://evilpiepirate.org [...] new 5220cec1e073 Merge branch 'misc-6.11' into next-fixes new b4592a681a23 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new d271b80b74aa 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 (f2d1392f1ff4) \ N -- N -- N refs/heads/fs-current (d271b80b74aa)
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: .mailmap | 1 + Documentation/admin-guide/cgroup-v2.rst | 7 ++-- arch/arm/Kconfig | 2 +- arch/arm/kernel/entry-armv.S | 12 ++++-- arch/parisc/mm/init.c | 16 +++++--- drivers/hwmon/hp-wmi-sensors.c | 2 + drivers/hwmon/ltc2991.c | 6 +-- fs/bcachefs/buckets.c | 2 +- fs/bcachefs/replicas.c | 3 +- fs/bcachefs/sb-members.c | 3 +- fs/bcachefs/sb-members_format.h | 5 +++ fs/nilfs2/recovery.c | 35 ++++++++++++++++- fs/nilfs2/segment.c | 10 +++-- fs/nilfs2/sysfs.c | 43 ++++++++++++++++----- fs/smb/server/smb2pdu.c | 4 ++ fs/smb/server/transport_tcp.c | 4 +- fs/smb/server/xattr.h | 2 +- kernel/kexec_file.c | 2 +- lib/codetag.c | 17 ++++++--- lib/maple_tree.c | 7 +--- mm/memcontrol.c | 12 ++++-- mm/page_alloc.c | 7 ++++ mm/slub.c | 4 ++ mm/userfaultfd.c | 29 ++++++++------- mm/vmalloc.c | 7 +++- mm/vmscan.c | 24 +----------- scripts/gfp-translate | 66 ++++++++++++++++++++++++--------- tools/perf/builtin-daemon.c | 8 ++-- tools/perf/tests/pmu.c | 4 +- tools/perf/util/bpf_lock_contention.c | 3 ++ tools/perf/util/python.c | 1 + tools/testing/selftests/mm/mseal_test.c | 37 +++++++----------- tools/testing/selftests/mm/seal_elf.c | 13 +------ 33 files changed, 252 insertions(+), 146 deletions(-)