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 4a1e5d4e91b1 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 10f9c91fe680 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits d4db7d3377e6 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds 494b332064c0 tracing/eprobe: Fix to release eprobe when failed to add d [...] new 1594c49394ff Merge tag 'probes-fixes-v6.13-rc1' of git://git.kernel.org [...] new 5a087a6b17ee Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/s [...] adds 06fec99d4d2c Revert "clk: Fix invalid execution of clk_set_rate" adds 5ae1a43486fb clk: amlogic: axg-audio: revert reset implementation adds 2eb75f86d525 clk: en7523: Fix wrong BUS clock for EN7581 adds 52fd1709e41d clk: en7523: Initialize num before accessing hws in en7523 [...] new f92f4749861b Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new b44679c63e4d iomap: pass byte granular end position to iomap_add_to_ioend new 51d20d1dacbe iomap: fix zero padding data issue in concurrent append writes new 867f85679cb4 Merge patch series "iomap: fix zero padding data issue in [...] new 38f46ed39ac1 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 9250b68e298c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 113aff803ee7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
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 (4a1e5d4e91b1) \ N -- N -- N refs/heads/fs-current (113aff803ee7)
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 9 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: drivers/clk/clk-en7523.c | 9 ++-- drivers/clk/clk.c | 2 +- drivers/clk/meson/Kconfig | 2 +- drivers/clk/meson/axg-audio.c | 109 ++++++++++++++++++++++++++++++++++++++---- fs/iomap/buffered-io.c | 66 +++++++++++++++++++++---- include/linux/iomap.h | 2 +- kernel/trace/trace_eprobe.c | 5 ++ 7 files changed, 170 insertions(+), 25 deletions(-)