OSDN Git Service

Merge tag 'powerpc-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Jun 2023 11:11:13 +0000 (07:11 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Jun 2023 11:11:13 +0000 (07:11 -0400)
commit9455b4b6db1e9b11d242595cc968332ecdd3cc91
tree9fdd9c8a2a6f6ceea34c4f1e9ae2ea00fd746d04
parente5282a7d8f6b604f2bb6a06457734b8cf1e2f8f2
parent719dfd5925e186e09a2a6f23016936ac436f3d78
Merge tag 'powerpc-6.4-4' of git://git./linux/kernel/git/powerpc/linux

Pull powerpc fixes from Michael Ellerman:

 - 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 and Maninder Singh Vishal Chourasia.

* tag 'powerpc-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
  powerpc/xmon: Use KSYM_NAME_LEN in array size
  powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall
  powerpc/crypto: Fix aes-gcm-p10 link errors