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 7642c27f95da Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 3510a385acea Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 51db10197b1e Merge branch 'misc-6.12' into next-fixes adds ace149e0830c filemap: Fix bounds checking in filemap_read() adds ab2e5c8ff253 i2c: muxes: Fix return value check in mule_i2c_mux_probe() adds 8de3e97f3d3d i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_ [...] adds 547aad93e00d Merge tag 'i2c-host-fixes-6.12-rc7' of git://git.kernel.or [...] adds d7e67a9e8c30 Merge tag 'i2c-for-6.12-rc7' of git://git.kernel.org/pub/s [...] adds f903663a8dcd clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs adds e02bfea4d7ef clk: qcom: clk-alpha-pll: Fix pll post div mask when width [...] adds bf0a800415a7 clk: qcom: gcc-x1e80100: Fix halt_check for pipediv2 clocks adds e7f37a7d1631 clk: qcom: gcc-x1e80100: Fix USB MP SS1 PHY GDSC pwrsts flags adds 714398d8742d Merge tag 'qcom-clk-fixes-for-6.12' of https://git.kernel. [...] adds 541f3d87b6b7 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] adds 2d5404caa8c7 Linux 6.12-rc7 new ddc0fdb554fd 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 (7642c27f95da) \ N -- N -- N refs/heads/fs-current (ddc0fdb554fd)
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 1 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: Makefile | 2 +- drivers/clk/qcom/clk-alpha-pll.c | 2 +- drivers/clk/qcom/gcc-x1e80100.c | 12 ++++++------ drivers/clk/qcom/videocc-sm8350.c | 4 ++-- drivers/i2c/busses/i2c-designware-common.c | 6 ++++-- drivers/i2c/busses/i2c-designware-core.h | 1 + drivers/i2c/muxes/i2c-mux-mule.c | 4 ++-- mm/filemap.c | 2 +- 8 files changed, 18 insertions(+), 15 deletions(-)