On Fri, Aug 30, 2024 at 05:57:08PM +0200, Christophe Leroy wrote:
@@ -14,6 +14,10 @@ ifeq ($(uname_M),x86_64) TEST_GEN_PROGS += vdso_test_getrandom TEST_GEN_PROGS += vdso_test_chacha endif +ifeq ($(ARCH),powerpc) +TEST_GEN_PROGS += vdso_test_getrandom +TEST_GEN_PROGS += vdso_test_chacha +endif
FYI, as of [1], you should now be able to add powerpc to the filter list instead of having to duplicate a new stanza:
[1] https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git/commit/?id=b...