This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7eb172143d55 Linux 6.14-rc5 new ac965d7d88fc tracing: tprobe-events: Fix a memory leak when tprobe with [...] new d0453655b6dd tracing: tprobe-events: Reject invalid tracepoint name new db5e228611b1 tracing: fprobe-events: Log error for exceeding the number [...] new fd5ba38390c5 tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro new 26edad06d5c3 Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org [...] new 4b90de5bc0f5 xfs: reduce context switches for synchronous buffered I/O new efc5f7a9f3d8 xfs: decouple buffer readahead from the normal buffer read path new 0d1120b9bbe4 xfs: remove most in-flight buffer accounting new 9b47d37496e2 xfs: remove the XBF_STALE check from xfs_buf_rele_cached new d9a9c94dbc8b Merge tag 'xfs-fixes-6.14-rc6' of git://git.kernel.org/pub [...] new e4cf8ec4de4e affs: generate OFS sequence numbers starting at 1 new 011ea742a25a affs: don't write overlarge OFS data block size fields new 99fa936e8e4f Merge tag 'affs-6.14-rc5-tag' of git://git.kernel.org/pub/ [...]
The 13 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/affs/file.c | 9 ++- fs/xfs/xfs_buf.c | 182 +++++++++++++++----------------------------- fs/xfs/xfs_buf.h | 7 +- fs/xfs/xfs_buf_mem.c | 2 +- fs/xfs/xfs_log_recover.c | 2 +- fs/xfs/xfs_mount.c | 7 +- fs/xfs/xfs_rtalloc.c | 2 +- fs/xfs/xfs_trace.h | 1 + kernel/trace/trace_fprobe.c | 20 +++++ kernel/trace/trace_probe.h | 5 +- 10 files changed, 99 insertions(+), 138 deletions(-)