Re: [PATCH] fscrypt: Replace mk_users keyring with simple list
From: Konstantin Ryabitsev
Date: Fri Jun 26 2026 - 23:21:06 EST
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/20260618180652.52742-1-ebiggers@xxxxxxxxxx/).
> 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