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 5ea9daa71171 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] 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 [...] adds 4b90de5bc0f5 xfs: reduce context switches for synchronous buffered I/O adds efc5f7a9f3d8 xfs: decouple buffer readahead from the normal buffer read path adds 0d1120b9bbe4 xfs: remove most in-flight buffer accounting adds 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/ [...] new 92267d78925a 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 (5ea9daa71171) \ N -- N -- N refs/heads/fs-current (92267d78925a)
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: 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(-)