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 2248d7651ddd Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 30e5e8b3b959 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 4c21ee25da0c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits a2f118a18ce8 erofs: remove unused trace event erofs_destroy_inode omits ef102dfe9e96 erofs: impersonate the opener's credentials when accessing [...] adds d29fc02caad7 ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330 adds 33877220b864 ata: libata-acpi: Do not assume 40 wire cable if no device [...] adds fe5b391fc56f ata: pata_cs5536: fix build on 32-bit UML adds 3e5378779091 ata: pata_macio: Fix PCI region leak adds 6f29d393061c ata: ahci: Use correct BIOS build date for ThinkPad W541 quirk adds b5acc3628898 ata: ahci: Disallow LPM for ASUSPRO-D840SA motherboard adds a7b3b77fd111 ata: ahci: Disallow LPM for Asus B550-F motherboard new 5a3b583f2050 Merge tag 'ata-6.16-rc3' of git://git.kernel.org/pub/scm/l [...] new 327e28664307 fgraph: Do not enable function_graph tracer when setting f [...] new 5da3ff1fd0fd Merge tag 'ftrace-v6.16-rc2' of git://git.kernel.org/pub/s [...] adds 86c8db86af43 selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len new 5adb635077d1 Merge tag 'selinux-pr-20250618' of git://git.kernel.org/pu [...] adds e202196b8aa2 lib/crypto: Annotate crypto strings with nonstring adds 2f13daee2a72 lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 [...] adds 9d4204a8106f lib/crypto/poly1305: Fix arm64's poly1305_blocks_arch() new 61f4769affff Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pu [...] adds 47096d301e39 sched_ext: Update mailing list entry in MAINTAINERS new c50784e99f0e sched_ext: Make scx_group_set_weight() always update tg->s [...] new 33796b91871a sched_ext, sched/core: Don't call scx_group_set_weight() p [...] new 4f24bfcc398e Merge tag 'sched_ext-for-6.16-rc2-fixes' of git://git.kern [...] adds 261dce3d6402 workqueue: Initialize wq_isolated_cpumask in workqueue_ini [...] new 0564e6a8c2c3 Merge tag 'wq-for-6.16-rc2-fixes' of git://git.kernel.org/ [...] new 37fb58a72737 cgroup,freezer: fix incomplete freezing when attaching tasks new 74b4cc9b8780 Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel. [...] new b8ed98c5b61c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new a9ea6b0629a5 replace collect_mounts()/drop_collected_mounts() with safe [...] new c918c63d5c13 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 905eeb2b7c33 erofs: impersonate the opener's credentials when accessing [...] new 30b58444807c erofs: remove unused trace event erofs_destroy_inode new 56f3b02e4f1d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new fe7ba7e54196 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
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 (2248d7651ddd) \ N -- N -- N refs/heads/fs-current (fe7ba7e54196)
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 18 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: MAINTAINERS | 2 +- arch/arm64/lib/crypto/poly1305-glue.c | 4 +- drivers/ata/ahci.c | 39 +++++++++++--- drivers/ata/libata-acpi.c | 24 ++++++--- drivers/ata/pata_cs5536.c | 2 +- drivers/ata/pata_macio.c | 2 +- drivers/ata/pata_via.c | 9 ++-- fs/namespace.c | 97 +++++++++++++++++++++-------------- fs/pnode.h | 2 - include/linux/libata.h | 7 ++- include/linux/mount.h | 6 +-- kernel/audit_tree.c | 63 ++++++++++++----------- kernel/cgroup/legacy_freezer.c | 3 +- kernel/sched/core.c | 4 +- kernel/sched/ext.c | 17 +++--- kernel/sched/ext.h | 2 + kernel/trace/trace_functions_graph.c | 6 +++ kernel/workqueue.c | 3 +- lib/crypto/Makefile | 4 ++ lib/crypto/aescfb.c | 8 +-- lib/crypto/aesgcm.c | 46 ++++++++--------- security/selinux/xfrm.c | 2 +- 22 files changed, 212 insertions(+), 140 deletions(-)