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 200fb2d1e161 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...] omits 0ddbffd5ff6d Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits 5d6fbb5cf24a Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] omits 7022153234af Merge branch 'misc-6.19' into next-fixes adds b1aa01d31249 s390/ipl: Clear SBP flag when bootprog is set adds 4cb92fa76382 s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci [...] adds af241e6bfc11 s390/pci: Annotate lock context imbalance in zpci_release_ [...] adds 489e96651dfe s390/stacktrace: Do not fallback to RA register new 64e68f8a95eb Merge tag 's390-6.19-3' of git://git.kernel.org/pub/scm/li [...] adds 835a50753579 selftests/bpf: Add -fms-extensions to bpf build flags adds 861111b69896 net: smc: SMC_HS_CTRL_BPF should depend on BPF_JIT adds 639f58a0f480 bpftool: Fix build warnings due to MS extensions adds d70f79fef658 libbpf: Fix -Wdiscarded-qualifiers under C23 adds 189e5deb944a bpf, arm64: Do not audit capability check in do_jit() adds ca45c84afb8c bpf: Add bpf_has_frame_pointer() adds 01bc3b6db18d x86/unwind/orc: Support reliable unwinding through BPF sta [...] adds 297c3fba9d76 Merge branch 'bpf-x86-unwind-orc-support-reliable-unwindin [...] adds 234483565dbb bpf: Fix truncated dmabuf iterator reads adds 9489d457d48b selftests/bpf: Add test for truncated dmabuf_iter reads adds ac44dcc788b9 bpf: Fix verifier assumptions of bpf_d_path's output buffer adds 79e247d66088 selftests/bpf: add regression test for bpf_d_path() adds 1d528e794f3d Merge branch 'bpf-fix-bpf_d_path-helper-prototype' new ea1013c15392 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...] new 5c8377f9957d Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 7ee19a59a75e btrfs: fix qgroup_snapshot_quick_inherit() squota bug new ad93f92010a1 btrfs: zoned: don't zone append to conventional zone new 6b78882b3e92 btrfs: qgroup: update all parent qgroups when doing quick inherit new c354478033e2 btrfs: fix NULL dereference on root when tracing inode eviction new b605bb1caf37 btrfs: fix deadlock in wait_current_trans() due to ignored [...] new 4dcc40a245b9 btrfs: fix beyond-EOF write handling new 968426e1fa33 btrfs: always detect conflicting inodes when logging inode refs new 72b923359be1 btrfs: fix use-after-free warning in btrfs_get_or_create_d [...] new f2d7ef327d39 btrfs: do not free data reservation in fallback from inlin [...] new 6c2bef41e56c btrfs: fix reservation leak in some error paths when inser [...] new 520946cf2f51 Merge branch 'misc-6.19' into next-fixes new 14458e1f4326 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 78fe8dae759b Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...]
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 (200fb2d1e161) \ N -- N -- N refs/heads/fs-current (78fe8dae759b)
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 16 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: .clang-format | 1 + arch/arm64/net/bpf_jit_comp.c | 2 +- arch/s390/include/uapi/asm/ipl.h | 1 + arch/s390/kernel/ipl.c | 48 ++++++++--- arch/s390/kernel/stacktrace.c | 18 +--- arch/s390/pci/pci.c | 7 +- arch/s390/pci/pci_bus.c | 98 ++++++++++++++++------ arch/s390/pci/pci_bus.h | 15 +++- arch/x86/kernel/unwind_orc.c | 39 ++++++--- arch/x86/net/bpf_jit_comp.c | 12 +++ fs/btrfs/bio.c | 19 ++--- fs/btrfs/bio.h | 3 + fs/btrfs/delayed-inode.c | 32 +++---- fs/btrfs/extent_io.c | 8 +- fs/btrfs/inode.c | 22 +++-- fs/btrfs/qgroup.c | 21 ++++- fs/btrfs/transaction.c | 11 +-- fs/btrfs/tree-log.c | 6 +- include/linux/bpf.h | 3 + include/trace/events/btrfs.h | 3 +- kernel/bpf/core.c | 16 ++++ kernel/bpf/dmabuf_iter.c | 56 +++++++++++-- kernel/trace/bpf_trace.c | 2 +- net/smc/Kconfig | 4 +- tools/bpf/bpftool/Makefile | 2 + tools/lib/bpf/libbpf.c | 7 +- tools/testing/selftests/bpf/Makefile | 2 + tools/testing/selftests/bpf/prog_tests/d_path.c | 89 ++++++++++++++++---- .../testing/selftests/bpf/prog_tests/dmabuf_iter.c | 47 +++++++++-- tools/testing/selftests/bpf/progs/test_d_path.c | 23 +++++ 30 files changed, 464 insertions(+), 153 deletions(-)