This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ac9c34d1e45a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 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 [...] new ceb5faef848b integrity: fix typos and spelling errors new 57a0ef02fefa ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr new d62fdaf51b11 Merge tag 'integrity-v6.14-fix' of git://git.kernel.org/pu [...] new 89cb121e9461 selftests/landlock: Enable the new CONFIG_AF_UNIX_OOB new 143c9aae043a landlock: Fix grammar error new 192b7ff29b1f landlock: Minor typo and grammar fixes in IPC scoping docu [...] new 854277e2cc8c landlock: Fix non-TCP sockets restriction new f5534d511bcd selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP new 3d4033985ff5 selftests/landlock: Test that MPTCP actions are not restricted new 78332fdb956f selftests/landlock: Add binaries to .gitignore new c0d35086a21b Merge tag 'landlock-6.14-rc5' of git://git.kernel.org/pub/ [...] new fcf857ee1958 NFS: O_DIRECT writes must check and adjust the file length new 88025c67fe3c NFS: Adjust delegated timestamps for O_DIRECT reads and writes new 5bbd6e863b15 SUNRPC: Prevent looping due to rpc_signal_task() races new 8f8df955f078 NFSv4: Fix a deadlock when recovering state on a sillyrena [...] new 7a2f6f7687c5 SUNRPC: Handle -ETIMEDOUT return from tlshd new 1f7a4f98c11f sunrpc: suppress warnings for unused procfs functions new 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 [...]
The 21 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 +- 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/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 ++++++++++++++++++++++++---- 23 files changed, 225 insertions(+), 47 deletions(-)