mirror_zfs/module/icp
наб d59a7fae40 module: icp: have a static 8 providers
This is currently twice the amount we actually have (sha[12], skein,
aes), and 512 * sizeof(void*) = 4096: 128x more than we need and a waste
of most of a page in the kernel address space

Plus, there's no need to actually allocate it dynamically: it's always
got a static size. Put it in .data

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12901
2022-02-15 16:23:33 -08:00
..
algs Add --enable-asan and --enable-ubsan switches 2022-02-03 14:35:38 -08:00
api module: icp: spi: crypto_ops_t: remove unused op types 2022-02-15 16:23:28 -08:00
asm-x86_64 module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
core module: icp: have a static 8 providers 2022-02-15 16:23:33 -08:00
include module: icp: spi: crypto_ops_t: remove unused op types 2022-02-15 16:23:28 -08:00
io module: icp: spi: crypto_ops_t: remove unused op types 2022-02-15 16:23:28 -08:00
os module: icp: rip out the Solaris loadable module architecture 2022-01-06 16:14:04 -08:00
spi module: icp: spi: crypto_ops_t: remove unused op types 2022-02-15 16:23:28 -08:00
illumos-crypto.c Remove sha1 hashing from OpenZFS, it's not used anywhere. 2022-01-06 16:16:28 -08:00
Makefile.in Remove sha1 hashing from OpenZFS, it's not used anywhere. 2022-01-06 16:16:28 -08:00