Re: [PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc

2024-08-26 Thread Jason A. Donenfeld
On Mon, Aug 26, 2024 at 09:19:22AM +0200, Jason A. Donenfeld wrote: > Hi Christophe, > > Thanks for this series. There are quite a few preliminary patches in it, > before you get to the PPC part, which fix up general build system or test > harness correctness issues. Since some of those affect all

Re: [PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc

2024-08-26 Thread Jason A. Donenfeld
Hi Christophe, Thanks for this series. There are quite a few preliminary patches in it, before you get to the PPC part, which fix up general build system or test harness correctness issues. Since some of those affect all architectures that are adding vDSO getrandom() support for 6.12, I'm going to

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc

2024-08-22 Thread Christophe Leroy
This series wires up getrandom() vDSO implementation on powerpc. Tested on PPC32. Performance on powerpc 885 (using kernel selftest): ~# ./vdso_test_getrandom bench-single vdso: 250 times in 7.897495392 seconds libc: 250 times in 56.091632232 seconds