* Re: Patch "crypto: powerpc/poly1305 - add depends on BROKEN for now" has been added to the 6.12-stable tree
[not found] <20250707043445.484247-1-sashal@kernel.org>
@ 2025-07-07 17:29 ` Eric Biggers
2025-07-07 21:37 ` Eric Biggers
0 siblings, 1 reply; 3+ messages in thread
From: Eric Biggers @ 2025-07-07 17:29 UTC (permalink / raw)
To: stable
Cc: stable-commits, Jason A. Donenfeld, Ard Biesheuvel, Herbert Xu,
David S. Miller, Madhavan Srinivasan, Michael Ellerman,
Nicholas Piggin, Christophe Leroy
On Mon, Jul 07, 2025 at 12:34:45AM -0400, Sasha Levin wrote:
> This is a note to let you know that I've just added the patch titled
>
> crypto: powerpc/poly1305 - add depends on BROKEN for now
>
> to the 6.12-stable tree which can be found at:
> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
You forgot to Cc the relevant mailing lists.
> diff --git a/arch/powerpc/lib/crypto/Kconfig b/arch/powerpc/lib/crypto/Kconfig
> new file mode 100644
> index 0000000000000..3f9e1bbd9905b
> --- /dev/null
> +++ b/arch/powerpc/lib/crypto/Kconfig
> @@ -0,0 +1,22 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +
> +config CRYPTO_CHACHA20_P10
> + tristate
> + depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
> + default CRYPTO_LIB_CHACHA
> + select CRYPTO_LIB_CHACHA_GENERIC
> + select CRYPTO_ARCH_HAVE_LIB_CHACHA
> +
> +config CRYPTO_POLY1305_P10
> + tristate
> + depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
> + depends on BROKEN # Needs to be fixed to work in softirq context
> + default CRYPTO_LIB_POLY1305
> + select CRYPTO_ARCH_HAVE_LIB_POLY1305
> + select CRYPTO_LIB_POLY1305_GENERIC
> +
> +config CRYPTO_SHA256_PPC_SPE
> + tristate
> + depends on SPE
> + default CRYPTO_LIB_SHA256
> + select CRYPTO_ARCH_HAVE_LIB_SHA256
Really?
- Eric
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Patch "crypto: powerpc/poly1305 - add depends on BROKEN for now" has been added to the 6.12-stable tree
2025-07-07 17:29 ` Patch "crypto: powerpc/poly1305 - add depends on BROKEN for now" has been added to the 6.12-stable tree Eric Biggers
@ 2025-07-07 21:37 ` Eric Biggers
2025-07-08 15:33 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Eric Biggers @ 2025-07-07 21:37 UTC (permalink / raw)
To: stable
Cc: stable-commits, Jason A. Donenfeld, Ard Biesheuvel, Herbert Xu,
David S. Miller, Madhavan Srinivasan, Michael Ellerman,
Nicholas Piggin, Christophe Leroy
On Mon, Jul 07, 2025 at 05:29:47PM +0000, Eric Biggers wrote:
> On Mon, Jul 07, 2025 at 12:34:45AM -0400, Sasha Levin wrote:
> > This is a note to let you know that I've just added the patch titled
> >
> > crypto: powerpc/poly1305 - add depends on BROKEN for now
> >
> > to the 6.12-stable tree which can be found at:
> > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
>
> You forgot to Cc the relevant mailing lists.
>
> > diff --git a/arch/powerpc/lib/crypto/Kconfig b/arch/powerpc/lib/crypto/Kconfig
> > new file mode 100644
> > index 0000000000000..3f9e1bbd9905b
> > --- /dev/null
> > +++ b/arch/powerpc/lib/crypto/Kconfig
> > @@ -0,0 +1,22 @@
> > +# SPDX-License-Identifier: GPL-2.0-only
> > +
> > +config CRYPTO_CHACHA20_P10
> > + tristate
> > + depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
> > + default CRYPTO_LIB_CHACHA
> > + select CRYPTO_LIB_CHACHA_GENERIC
> > + select CRYPTO_ARCH_HAVE_LIB_CHACHA
> > +
> > +config CRYPTO_POLY1305_P10
> > + tristate
> > + depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
> > + depends on BROKEN # Needs to be fixed to work in softirq context
> > + default CRYPTO_LIB_POLY1305
> > + select CRYPTO_ARCH_HAVE_LIB_POLY1305
> > + select CRYPTO_LIB_POLY1305_GENERIC
> > +
> > +config CRYPTO_SHA256_PPC_SPE
> > + tristate
> > + depends on SPE
> > + default CRYPTO_LIB_SHA256
> > + select CRYPTO_ARCH_HAVE_LIB_SHA256
>
> Really?
I see this was already backported correctly for 6.15, so please just
cherry-pick it from there.
- Eric
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Patch "crypto: powerpc/poly1305 - add depends on BROKEN for now" has been added to the 6.12-stable tree
2025-07-07 21:37 ` Eric Biggers
@ 2025-07-08 15:33 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2025-07-08 15:33 UTC (permalink / raw)
To: Eric Biggers
Cc: stable, stable-commits, Jason A. Donenfeld, Ard Biesheuvel,
Herbert Xu, David S. Miller, Madhavan Srinivasan,
Michael Ellerman, Nicholas Piggin, Christophe Leroy
On Mon, Jul 07, 2025 at 09:37:40PM +0000, Eric Biggers wrote:
> On Mon, Jul 07, 2025 at 05:29:47PM +0000, Eric Biggers wrote:
> > On Mon, Jul 07, 2025 at 12:34:45AM -0400, Sasha Levin wrote:
> > > This is a note to let you know that I've just added the patch titled
> > >
> > > crypto: powerpc/poly1305 - add depends on BROKEN for now
> > >
> > > to the 6.12-stable tree which can be found at:
> > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> >
> > You forgot to Cc the relevant mailing lists.
> >
> > > diff --git a/arch/powerpc/lib/crypto/Kconfig b/arch/powerpc/lib/crypto/Kconfig
> > > new file mode 100644
> > > index 0000000000000..3f9e1bbd9905b
> > > --- /dev/null
> > > +++ b/arch/powerpc/lib/crypto/Kconfig
> > > @@ -0,0 +1,22 @@
> > > +# SPDX-License-Identifier: GPL-2.0-only
> > > +
> > > +config CRYPTO_CHACHA20_P10
> > > + tristate
> > > + depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
> > > + default CRYPTO_LIB_CHACHA
> > > + select CRYPTO_LIB_CHACHA_GENERIC
> > > + select CRYPTO_ARCH_HAVE_LIB_CHACHA
> > > +
> > > +config CRYPTO_POLY1305_P10
> > > + tristate
> > > + depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
> > > + depends on BROKEN # Needs to be fixed to work in softirq context
> > > + default CRYPTO_LIB_POLY1305
> > > + select CRYPTO_ARCH_HAVE_LIB_POLY1305
> > > + select CRYPTO_LIB_POLY1305_GENERIC
> > > +
> > > +config CRYPTO_SHA256_PPC_SPE
> > > + tristate
> > > + depends on SPE
> > > + default CRYPTO_LIB_SHA256
> > > + select CRYPTO_ARCH_HAVE_LIB_SHA256
> >
> > Really?
>
> I see this was already backported correctly for 6.15, so please just
> cherry-pick it from there.
I've dropped it for now, thanks.
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-08 15:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250707043445.484247-1-sashal@kernel.org>
2025-07-07 17:29 ` Patch "crypto: powerpc/poly1305 - add depends on BROKEN for now" has been added to the 6.12-stable tree Eric Biggers
2025-07-07 21:37 ` Eric Biggers
2025-07-08 15:33 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox