Re: linux-next: build failure after merge of the block tree
From: Tamir Duberstein
Date: Mon Jan 19 2026 - 13:18:47 EST
On Mon, Jan 19, 2026 at 1:13 PM Mark Brown <broonie@xxxxxxxxxx> wrote:
>
> On Mon, Jan 19, 2026 at 06:02:20PM +0000, Mark Brown wrote:
>
> > Caused by commit
>
> > 4cef2fcda3ada (rnull: replace `kernel::c_str!` with C-Strings)
>
> > I have used the version from 20260116 instead.
>
> Actually that's been there for a while so I'll just revert the commit
> instead.
Ah yes, this is the combination of
https://lore.kernel.org/all/20251222-cstr-configfs-v1-1-cc1665c51c43@xxxxxxxxx/
and https://lore.kernel.org/all/20251222-cstr-block-v1-1-fdab28bb7367@xxxxxxxxx/
going through different trees. With both changes, the import becomes
unused. Can the import be removed as part of the merge commit?