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 26e64490a343 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...] omits 5e9dea487137 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 87d6bd501d58 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 5721d9b6254b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 5dd73355875b Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits 390be52f352b Merge branch 'misc-6.15' into next-fixes new 92a09c47464d Linux 6.15-rc5 adds 9ca67840c0dd firmware: arm_scmi: Balance device refcount when destroyin [...] adds c23c03bf1faa firmware: arm_scmi: Fix timeout checks on polling path adds 94ddc1409548 Merge tag 'scmi-fixes-6.15' of https://git.kernel.org/pub/ [...] adds 4567bdaaaaa1 firmware: arm_ffa: Skip Rx buffer ownership release if not [...] adds fbefe1c45dca Merge tag 'ffa-fix-6.15' of https://git.kernel.org/pub/scm [...] adds 0c562281199f arm64: dts: morello: Fix-up cache nodes adds 7771f41d397d Merge tag 'juno-fix-6.15' of https://git.kernel.org/pub/sc [...] adds 4b98bf3bff73 arm64: dts: imx8mp: configure GPU and NPU clocks in nominal DTSI adds 02e4232998db arm64: dts: imx95: Correct the range of PCIe app-reg region adds 6e1a7bc8382b ARM: dts: opos6ul: add ksz8081 phy properties adds 1526a735a762 MAINTAINERS: add exclude for dt-bindings to imx entry adds 5591ce0069dd arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2 adds 128795bdbe1e Merge tag 'imx-fixes-6.15' of https://git.kernel.org/pub/s [...] adds de2b2107d5a4 arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs adds 06c231fe953a arm64: dts: st: Use 128kB size for aliased GIC400 register [...] adds 02dc83f09c72 arm64: dts: st: Adjust interrupt-controller for stm32mp21 SoCs adds 1bc229e9bb9c arm64: dts: st: Use 128kB size for aliased GIC400 register [...] adds 3a1e1082097b arm64: dts: st: Adjust interrupt-controller for stm32mp23 SoCs adds 2ef5c66cba61 arm64: dts: st: Use 128kB size for aliased GIC400 register [...] new 7b26feb436d2 Merge tag 'soc-fixes-6.15' of git://git.kernel.org/pub/scm [...] new 68025adfc13e um: fix _nofault accesses new 01f95500a162 Merge tag 'uml-for-linux-6.15-rc6' of git://git.kernel.org [...] new 408feced2110 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 6f9a8ab796c6 btrfs: compression: adjust cb->compressed_folios allocation type new bc7e09750935 btrfs: correct the order of prelim_ref arguments in btrfs_ [...] new d6fe0c69b3aa btrfs: handle empty eb->folios in num_extent_folios() new f95d186255b3 btrfs: avoid NULL pointer dereference if no valid csum tree new 8fb1dcbbcc1f Revert "btrfs: canonicalize the device path before adding it" new 38e541051e1d btrfs: open code folio_index() in btree_clear_folio_dirty_tag() new 076ca6e90d5a Merge branch 'misc-6.15' into next-fixes new a0adf0bea832 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 7c7e03c34dff Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 970a27722632 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 11e28850ece0 Merge branch 'ovl-fixes' of git://git.kernel.org/pub/scm/l [...]
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 (26e64490a343) \ N -- N -- N refs/heads/fs-current (11e28850ece0)
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 16 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: MAINTAINERS | 1 + Makefile | 2 +- .../boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi | 3 + arch/arm64/boot/dts/arm/morello.dtsi | 22 +++--- arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 25 ++++-- arch/arm64/boot/dts/freescale/imx8mp-nominal.dtsi | 26 +++++++ arch/arm64/boot/dts/freescale/imx95.dtsi | 8 +- arch/arm64/boot/dts/st/stm32mp211.dtsi | 8 +- arch/arm64/boot/dts/st/stm32mp231.dtsi | 9 +-- arch/arm64/boot/dts/st/stm32mp251.dtsi | 9 +-- arch/um/include/asm/uaccess.h | 2 + arch/um/kernel/trap.c | 26 +++---- arch/x86/um/shared/sysdep/faultinfo_32.h | 2 +- arch/x86/um/shared/sysdep/faultinfo_64.h | 2 +- drivers/firmware/arm_ffa/driver.c | 3 +- drivers/firmware/arm_scmi/bus.c | 3 + drivers/firmware/arm_scmi/driver.c | 13 ++-- fs/btrfs/compression.c | 2 +- fs/btrfs/extent_io.c | 4 +- fs/btrfs/extent_io.h | 2 + fs/btrfs/scrub.c | 4 +- fs/btrfs/volumes.c | 91 +--------------------- include/trace/events/btrfs.h | 2 +- 23 files changed, 117 insertions(+), 152 deletions(-)