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 8b227add5248 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 99f5e611e1c3 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 341d14bd69d0 dm-pcache: allow built-in build and rename flush helper new 840b80af74fd dm-pcache: reuse meta_addr in pcache_meta_find_latest new a6ee8422b4f2 dm-pcache: zero cache_info before default init new a612d24e850b dm: fix failure when empty flush's bi_sector points beyond [...] new fe680d8c747f dm-verity: fix unreliable memory allocation new 8a2bcda5e139 Merge tag 'for-6.18/dm-fixes' of git://git.kernel.org/pub/ [...] adds ac84ff453305 iommufd/driver: Fix counter initialization for counted_by [...] adds b07bf253ef8e iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-a [...] new 5f8a6c70afc5 Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...] adds 9238fa35a3c0 Revert "arm64: acpi: Enable ACPI CCEL support" adds 7c16c02e8608 ACPI: GTDT: Correctly number platform devices for MMIO timers adds 165eb13e485c arm64: proton-pack: Fix hard lockup when !MITIGATE_SPECTRE [...] new 30f09200cc4a Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new db12cb63477c Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 89ee7d4955f1 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
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 (8b227add5248) \ N -- N -- N refs/heads/fs-current (89ee7d4955f1)
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: arch/arm64/kernel/acpi.c | 10 ---------- arch/arm64/kernel/proton-pack.c | 2 ++ drivers/acpi/arm64/gtdt.c | 4 ++-- drivers/iommu/iommufd/driver.c | 2 +- drivers/iommu/iommufd/iommufd_private.h | 4 +++- drivers/md/dm-pcache/Makefile | 2 +- drivers/md/dm-pcache/cache.c | 4 ++-- drivers/md/dm-pcache/cache.h | 2 +- drivers/md/dm-pcache/cache_req.c | 6 +++--- drivers/md/dm-pcache/pcache_internal.h | 2 +- drivers/md/dm-verity-fec.c | 6 +----- drivers/md/dm.c | 2 +- 12 files changed, 18 insertions(+), 28 deletions(-)