Re: [PATCH] crypto: af_alg: Allow cbc(paes)
From: Eric Biggers
Date: Thu Jul 30 2026 - 13:12:11 EST
On Thu, Jul 30, 2026 at 09:56:41AM +0200, Richard Weinberger wrote:
> On Donnerstag, 30. Juli 2026 09:54 Herbert Xu wrote:
> > On Thu, Jul 30, 2026 at 09:52:44AM +0200, Richard Weinberger wrote:
> > >
> > > Eric asked me to wait a bit before I send a patch for next:
> > > https://lore.kernel.org/linux-crypto/20260727172004.GA877700@xxxxxxxxxx/
> >
> > Well if I'm going to apply your patch I need to know what you want
> > this to do in next.
> >
> > Are you happy to leave it as denied for next?
>
> No.
> I'll happily send a patch for next just.
>
> I just did what Eric told me and waited.
>
> Thanks,
> //richard
I assumed it would be:
1. patch crypto/master (for 7.2)
2. merge crypto/master into cryptodev/master
3. patch cryptodev/master to add an allowlist entry (for the
algorithm name, not the mask which was already done by (1))
But Herbert maintains this code, so if he wants them to merge in another
order you'll need to do that.
I'm not sure why my email above is linked to. That email was about the
implementation, not where/when the patches should go.
- Eric