Re: [PATCH] fscrypt: Replace mk_users keyring with simple list

Konstantin Ryabitsev <[email protected]> Fri, 26 Jun 2026 23:20:42 -0400
Newsgroups org.kernel.vger.keyrings,org.kernel.vger.linux-fscrypt,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.stable
Message-ID <20260626-capable-inventive-rhino-b9b8fa@lemur>
On Fri, Jun 26, 2026 at 07:02:32PM +0000, Eric Biggers wrote:
> It applies on top of
> "[PATCH] fscrypt: Fix key setup in edge case with multiple data unit sizes"
> (https://lore.kernel.org/linux-fscrypt/[email protected]/).
> This time I tried just relying on the prerequisite-patch-id footer (as
> generated by 'git format-patch') to express the dependency.  But
> evidently that still doesn't work: for one, 'b4 am' just ignores it.

FWIW, you have to use "b4 shazam" for it to apply the specified dependencies,
as "b4 am" just creates a mbox file and stuffing it full of deps is not really
the right approach.

HTH.

-K