This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9dd1835ecda5 Merge tag 'dma-mapping-6.17-2025-09-09' of git://git.kerne [...] new 81ac63321eb9 trace: Remove redundant __GFP_NOWARN new 3d62ab32df06 tracing: Fix tracing_marker may trigger page fault during [...] new 80d03a40837a ftrace/samples: Fix function size computation new ab1396af7595 trace/fgraph: Fix error handling new c1628c00c435 tracing/osnoise: Fix null-ptr-deref in bitmap_parselist() new cd4453c5e983 tracing: Silence warning when chunk allocation fails in tr [...] new 1b5d4661c7ee Merge tag 'trace-v6.17-rc4' of git://git.kernel.org/pub/sc [...] new 31f1a960ad1a NFSv4: Don't clear capabilities that won't be reset new dd5a8621b886 NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set new b3ac33436030 NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not [...] new 4fb2b677fc1f NFSv4: Clear the NFS_CAP_XATTR flag if not supported by th [...] new 992203a1fba5 nfs/localio: restore creds before releasing pageio data new d3684397ea9b nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local() new 5a46d2339a5a flexfiles/pNFS: fix NULL checks on result of ff_layout_cho [...] new b1817b18ff20 NFS: Protect against 'eof page pollution' new b2036bb65114 NFSv4.2: Protect copy offload and clone against 'eof page [...] new 9eb90f435415 NFS: Serialise O_DIRECT i/o and truncate() new b93128f29733 NFSv4.2: Serialise O_DIRECT i/o and fallocate() new c80ebeba1198 NFSv4.2: Serialise O_DIRECT i/o and clone range new ca247c89900a NFSv4.2: Serialise O_DIRECT i/o and copy range new b7b8574225e9 NFS: nfs_invalidate_folio() must observe the offset and si [...] new c12b6a7b12a1 NFS: Fix the marking of the folio as up to date new 199cd9e8d14b Revert "SUNRPC: Don't allow waiting for exiting tasks" new 9559d2fffd4f SUNRPC: call xs_sock_process_cmsg for all cmsg new dd2fa8247345 NFSv4/flexfiles: Fix layout merge mirror check. new 7aac71907bde Merge tag 'nfs-for-6.17-3' of git://git.linux-nfs.org/proj [...]
The 26 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: fs/nfs/client.c | 2 ++ fs/nfs/file.c | 40 +++++++++++++++++++++++-- fs/nfs/flexfilelayout/flexfilelayout.c | 21 +++++++++----- fs/nfs/inode.c | 13 +++++++-- fs/nfs/internal.h | 12 ++++++++ fs/nfs/io.c | 13 ++------- fs/nfs/localio.c | 21 +++++++------- fs/nfs/nfs42proc.c | 35 ++++++++++++++++------ fs/nfs/nfs4file.c | 2 ++ fs/nfs/nfs4proc.c | 7 +++-- fs/nfs/nfstrace.h | 1 + fs/nfs/write.c | 53 ++++------------------------------ kernel/trace/fgraph.c | 3 +- kernel/trace/trace.c | 10 +++++-- kernel/trace/trace_events_user.c | 2 +- kernel/trace/trace_osnoise.c | 3 ++ net/sunrpc/sched.c | 2 -- net/sunrpc/xprtsock.c | 6 ++-- samples/ftrace/ftrace-direct-modify.c | 2 +- 19 files changed, 143 insertions(+), 105 deletions(-)