Re: Does the SPARC optimized crypto and CRC code actually work?
Eric Biggers <[email protected]>
| Newsgroups | org.kernel.vger.sparclinux,org.kernel.vger.linux-crypto |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 17, 2026 at 10:48:52AM +0800, Nathaniel Roach wrote: > I've been testing some of the PCI changes that have come through on my T5-2. > I'll happily add some tests for the crypto functions, I've just got no idea > how to do so. Well, try enabling all KUnit tests in lib/crc/ and lib/crypto/, as well as CONFIG_CRYPTO_SELFTESTS=y and CONFIG_CRYPTO_SELFTESTS_FULL=y. However, will this be a regular testing run, or only a one-off run? If it will only be one-off, we'll quickly be back to where we started. We need regular testing on either hardware or QEMU. - Eric