[GIT PULL] random number generator fixes for 6.12-rc1
From: Jason A. Donenfeld
Date: Fri Sep 27 2024 - 13:45:20 EST
Hi Linus,
Please pull the following two small improvements for rc1:
- Christophe realized that the LoongArch64 instructions could be scheduled more
similar to how GCC generates code, which Ruoyao implemented, for a 5% speedup
from basically some rearrangements.
- An update to MAINTAINERS to match the right files.
Meanwhile, the RISC-V folks are working on vDSO getrandom() for 6.13, and tglx
& co are working on some more generic vDSO cleanups throughout, so it's likely
the 6.13 work will make it to you via tip. I'll also likely route post-rc1
fixes through arch trees wherever possible.
Thanks,
Jason
The following changes since commit 4a39ac5b7d62679c07a3e3d12b0f6982377d8a7d:
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random (2024-09-18 15:26:31 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git tags/random-6.12-rc1-for-linus
for you to fetch changes up to 9805f39d423a30a7189158905ec3d71774fe98a1:
LoongArch: vDSO: Tune chacha implementation (2024-09-24 14:21:05 +0200)
----------------------------------------------------------------
Random number generator fixes for Linux 6.12-rc1.
----------------------------------------------------------------
Jason A. Donenfeld (1):
MAINTAINERS: make vDSO getrandom matches more generic
Xi Ruoyao (1):
LoongArch: vDSO: Tune chacha implementation
MAINTAINERS | 5 +-
arch/loongarch/vdso/vgetrandom-chacha.S | 92 ++++++++++++++++++++-------------
2 files changed, 56 insertions(+), 41 deletions(-)