]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite/init_module: Handle __NR_riscv_hwprobe in syscall wrapper
authorAndreas Schwab <schwab@suse.de>
Sun, 29 Jun 2025 10:09:25 +0000 (12:09 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 11 Jul 2025 15:31:51 +0000 (10:31 -0500)
commit84db2f930f866e70b040000acb276d5621c6bd51
tree43860c456002a4b3a5ab630e4ff525befc2d5df1
parent1c304d9b95b15992760a812db1386638ec1d2796
testsuite/init_module: Handle __NR_riscv_hwprobe in syscall wrapper

The libcrypto library constructor calls the riscv_hwprobe syscall through
the syscall wrapper.  Return an error with ENOSYS.

Signed-off-by: Andreas Schwab <schwab@suse.de>
Link: https://github.com/kmod-project/kmod/pull/387
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
testsuite/init_module.c