diff options
author | 2025-05-29 11:59:13 -0700 | |
---|---|---|
committer | 2025-05-30 20:56:48 +0800 | |
commit | cddded9803cd6c4f53432cc64377d34522aa11c9 (patch) | |
tree | 3649d3206438af50ccf5c326e804a83ee2a14ad9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | crypto: shash - Fix buffer overrun in import function (diff) | |
download | linux-rng-cddded9803cd6c4f53432cc64377d34522aa11c9.tar.xz linux-rng-cddded9803cd6c4f53432cc64377d34522aa11c9.zip |
crypto: s390/sha256 - rename module to sha256-s390
When the s390 SHA-256 code is built as a loadable module, name it
sha256-s390.ko instead of sha256.ko. This avoids a module name
collision with crypto/sha256.ko and makes it consistent with the other
architectures.
We should consider making a single module provide all the SHA-256
library code, which would prevent issues like this. But for now this is
the fix that's needed.
Fixes: b9eac03edcf8 ("crypto: s390/sha256 - implement library instead of shash")
Reported-by: Alex Williamson <alex.williamson@redhat.com>
Closes: https://lore.kernel.org/r/20250529110526.6d2959a9.alex.williamson@redhat.com/
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions