Re: [PATCH] crypto: af_alg: Allow cbc(paes)

Eric Biggers <[email protected]> Thu, 30 Jul 2026 09:55:53 -0700
Newsgroups org.kernel.vger.linux-crypto,org.kernel.vger.linux-kernel
Message-ID <20260730165553.GA3139@sol>
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/[email protected]/
> > 
> > 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