mbox series

[GIT,PULL] Please pull powerpc/linux.git powerpc-6.4-4 tag

Message ID 87cz2cgj7b.fsf@mail.lhotse (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] Please pull powerpc/linux.git powerpc-6.4-4 tag | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.4-4

Message

Michael Ellerman June 4, 2023, 12:33 a.m. UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull some more powerpc fixes for 6.4:

The following changes since commit 358e526a1648cdd773ba169da5867874ae2408e3:

  powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER ranges (2023-05-21 11:40:34 +1000)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.4-4

for you to fetch changes up to 719dfd5925e186e09a2a6f23016936ac436f3d78:

  powerpc/xmon: Use KSYM_NAME_LEN in array size (2023-05-30 16:46:56 +1000)

- ------------------------------------------------------------------
powerpc fixes for 6.4 #4

 - Fix link errors in new aes-gcm-p10 code when built-in with other drivers.

 - Limit number of TCEs passed to H_STUFF_TCE hcall as per spec.

 - Use KSYM_NAME_LEN in xmon array size to avoid possible OOB write.

Thanks to: Gaurav Batra, Maninder Singh Vishal Chourasia.

- ------------------------------------------------------------------
Gaurav Batra (1):
      powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall

Maninder Singh (1):
      powerpc/xmon: Use KSYM_NAME_LEN in array size

Michael Ellerman (1):
      powerpc/crypto: Fix aes-gcm-p10 link errors


 arch/powerpc/crypto/Makefile                            | 10 +++++-----
 arch/powerpc/crypto/aes-gcm-p10-glue.c                  | 18 +++++++++---------
 arch/powerpc/crypto/{aesp8-ppc.pl => aesp10-ppc.pl}     |  2 +-
 arch/powerpc/crypto/{ghashp8-ppc.pl => ghashp10-ppc.pl} | 12 ++++++------
 arch/powerpc/platforms/pseries/iommu.c                  | 13 +++++++++++--
 arch/powerpc/xmon/xmon.c                                |  2 +-
 6 files changed, 33 insertions(+), 24 deletions(-)
 rename arch/powerpc/crypto/{aesp8-ppc.pl => aesp10-ppc.pl} (99%)
 rename arch/powerpc/crypto/{ghashp8-ppc.pl => ghashp10-ppc.pl} (97%)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmR724kACgkQUevqPMjh
pYA43BAAndyoXJ2q+lOdn/tTHA0QUjefB8YON2/9OC/lkX//TWJfInpiZ3GI5DMn
nx44N+zRdYMSjMKGw4NxOiFRoHguXb9Wns/9HEeLz2UpOS5nrxVPJRZsgGDQvzIx
UN8pkOuAQF9nAHUD+ZRp2R61jxlxFrp2V3RvHsRTHyBUUVLcAdjk07GKTm5Z0hYx
eLDka1FjAXUnd/6S4YJAsMpPKdHLxJOsz95mkT5eZJ6Mq67+HeYtd06Kcd6vgMaP
gW91Z93THyKhiEIcSQSJhwngud3UyJfMj+6TIycSHC/21CE9yMHrmt+mjgprJpdd
eLKLIC+I0Gj8rk0NW1AzLveXWoV0tN0rhs+pLA9/l4CbJUlHLq49IG451wksCnWM
Esh3fmHgKQYn8MxNeYUC7h7NNCUWlVLXK4qzSB13ZNBdGVIEwMl5q0cXajXY6g7b
jXwxNLDbuXoyFaZCHdfXkmyMKrxDLVG2kTzLdZ5y5nwmh2OgMu101CqgJyJP34ig
Svu6IZmZepod/A3u4peNKMGHsMRCVI4TYdI3ItbnMV+SDLSLXDQhVvARZNe5PChb
1bSfnFeDG0ib+WLZX85ZlQCsfzoNMRwZYMMOWlreMBKzypVALGFHVADEK+/v1c3w
3bXw58YdrcsjNa5rI0BgucOpQLEzp0VMhB06LIzI0j5yFOjrPy0=
=DY5l
-----END PGP SIGNATURE-----

Comments

pr-tracker-bot@kernel.org June 4, 2023, 12:58 p.m. UTC | #1
The pull request you sent on Sun, 04 Jun 2023 10:33:12 +1000:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.4-4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9455b4b6db1e9b11d242595cc968332ecdd3cc91

Thank you!