On Thu, Sep 04, 2025 at 05:50:32PM +0200, Vegard Nossum wrote: > Hi all, > > This patch set adds support for building and loading a standalone FIPS > 140 module. This is mostly useful for distributions that want to certify > their kernel's crypto code with NIST. Please see > Documentation/crypto/fips140.rst for more details. > > I apologize for the large patch series. I could have squashed > it down to fewer commits but it would really make it harder to see > what's going on. Perhaps we can divide this by layer? The public key crypto sits on top of the Crypto API, which in turns sits on top of lib/crypto. So it would seem natural to divide this into three parts. The code in lib/crypto can be converted without affecting anything on top of it, and then the Crypto API could be converted. Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt