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

