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 df5c462dfa25 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits db9dad9dfa9a Merge branch 'misc-6.14' into next-fixes adds 293f324ce96d tools: Unify top-level quiet infrastructure adds 42367eca7604 tools: Remove redundant quiet setup new 9f5270d758d9 Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git [...] adds d97505baea64 RDMA/mlx5: Fix the recovery flow of the UMR QP adds 12d044770e12 IB/mlx5: Set and get correct qp_num for a DCT QP adds cc668a11e6ac RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE [...] adds abc7b3f1f056 RDMA/mlx5: Fix a WARN during dereg_mr for DM type adds 29b7bb98234c RDMA/mana_ib: Allocate PAGE aligned doorbell index adds ee9d1619ef6e MAINTAINERS: update maintainer for Microsoft MANA RDMA driver adds 9747c0c7791d RDMA/hns: Fix mbox timing out by adding retry mechanism adds a27c6f46dcec RDMA/bnxt_re: Fix an issue in bnxt_re_async_notifier adds f0df225d12fc RDMA/bnxt_re: Add sanity checks on rdev validity adds e2f105277411 RDMA/bnxt_re: Fix issue in the unload path adds 8238c7bd8420 RDMA/bnxt_re: Fix the statistics for Gen P7 VF adds 3d8c6f26893d RDMA/mlx5: Fix implicit ODP hang on parent deregistration adds c534ffda781f RDMA/mlx5: Fix AH static rate parsing adds e1a0bdbdfdf0 RDMA/mlx5: Fix bind QP error cleanup flow adds b66535356a48 RDMA/bnxt_re: Fix the page details for the srq created by [...] new ac9c34d1e45a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds eff2eb592efd cxl: Fix cross-reference in documentation and add deprecat [...] new 5c76a2e4baae Merge tag 'powerpc-6.14-4' of git://git.kernel.org/pub/scm [...] adds ceb5faef848b integrity: fix typos and spelling errors adds 57a0ef02fefa ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr new d62fdaf51b11 Merge tag 'integrity-v6.14-fix' of git://git.kernel.org/pu [...] adds 89cb121e9461 selftests/landlock: Enable the new CONFIG_AF_UNIX_OOB adds 143c9aae043a landlock: Fix grammar error adds 192b7ff29b1f landlock: Minor typo and grammar fixes in IPC scoping docu [...] adds 854277e2cc8c landlock: Fix non-TCP sockets restriction adds f5534d511bcd selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP adds 3d4033985ff5 selftests/landlock: Test that MPTCP actions are not restricted adds 78332fdb956f selftests/landlock: Add binaries to .gitignore new c0d35086a21b Merge tag 'landlock-6.14-rc5' of git://git.kernel.org/pub/ [...] adds fcf857ee1958 NFS: O_DIRECT writes must check and adjust the file length adds 88025c67fe3c NFS: Adjust delegated timestamps for O_DIRECT reads and writes adds 5bbd6e863b15 SUNRPC: Prevent looping due to rpc_signal_task() races adds 8f8df955f078 NFSv4: Fix a deadlock when recovering state on a sillyrena [...] adds 7a2f6f7687c5 SUNRPC: Handle -ETIMEDOUT return from tlshd adds 1f7a4f98c11f sunrpc: suppress warnings for unused procfs functions adds 9084ed79ddaa lsm,nfs: fix memory leak of lsm_context new 5394eea10651 Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/proj [...] new 5a4041f2c472 btrfs: zoned: fix extent range end unlock in cow_file_range() new 2df2c6ed8960 btrfs: replace deprecated strncpy() with strscpy() new f844c6fcebba Merge branch 'misc-6.14' into next-fixes new c3ee531a70b8 Merge branch 'next-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 (df5c462dfa25) \ N -- N -- N refs/heads/fs-current (c3ee531a70b8)
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 10 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/arch/powerpc/cxl.rst | 3 +- Documentation/userspace-api/landlock.rst | 6 +- MAINTAINERS | 2 +- drivers/infiniband/hw/bnxt_re/bnxt_re.h | 1 - drivers/infiniband/hw/bnxt_re/hw_counters.c | 4 +- drivers/infiniband/hw/bnxt_re/ib_verbs.c | 2 + drivers/infiniband/hw/bnxt_re/main.c | 22 ++--- drivers/infiniband/hw/bnxt_re/qplib_res.h | 8 ++ drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 64 ++++++++++---- drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 2 + drivers/infiniband/hw/mana/main.c | 2 +- drivers/infiniband/hw/mlx5/ah.c | 3 +- drivers/infiniband/hw/mlx5/counters.c | 8 +- drivers/infiniband/hw/mlx5/mr.c | 16 +++- drivers/infiniband/hw/mlx5/odp.c | 1 + drivers/infiniband/hw/mlx5/qp.c | 10 ++- drivers/infiniband/hw/mlx5/qp.h | 1 + drivers/infiniband/hw/mlx5/umr.c | 83 +++++++++++++------ fs/btrfs/inode.c | 9 +- fs/btrfs/sysfs.c | 4 +- fs/nfs/delegation.c | 37 +++++++++ fs/nfs/delegation.h | 1 + fs/nfs/direct.c | 23 ++++++ fs/nfs/nfs4proc.c | 10 ++- include/linux/nfs4.h | 1 + include/linux/sunrpc/sched.h | 3 +- include/trace/events/sunrpc.h | 3 +- include/uapi/linux/landlock.h | 8 +- net/sunrpc/cache.c | 10 +-- net/sunrpc/sched.c | 2 - net/sunrpc/xprtsock.c | 10 ++- security/integrity/evm/evm_crypto.c | 2 +- security/integrity/evm/evm_main.c | 2 +- security/integrity/ima/ima.h | 3 + security/integrity/ima/ima_main.c | 13 +-- security/landlock/net.c | 3 +- security/landlock/ruleset.c | 2 +- tools/arch/arm64/tools/Makefile | 6 -- tools/bpf/Makefile | 6 -- tools/bpf/bpftool/Documentation/Makefile | 6 -- tools/bpf/bpftool/Makefile | 6 -- tools/bpf/resolve_btfids/Makefile | 2 - tools/bpf/runqslower/Makefile | 5 +- tools/build/Makefile | 8 +- tools/lib/bpf/Makefile | 13 --- tools/lib/perf/Makefile | 13 --- tools/lib/thermal/Makefile | 13 --- tools/objtool/Makefile | 6 -- tools/perf/Makefile.perf | 41 --------- tools/scripts/Makefile.include | 30 +++++++ tools/testing/selftests/bpf/Makefile.docs | 6 -- tools/testing/selftests/hid/Makefile | 2 - tools/testing/selftests/landlock/.gitignore | 2 + tools/testing/selftests/landlock/common.h | 1 + tools/testing/selftests/landlock/config | 3 + tools/testing/selftests/landlock/net_test.c | 124 ++++++++++++++++++++++++---- tools/thermal/lib/Makefile | 13 --- tools/tracing/latency/Makefile | 6 -- tools/tracing/rtla/Makefile | 6 -- tools/verification/rv/Makefile | 6 -- 60 files changed, 427 insertions(+), 281 deletions(-)