Message ID | 20250612054514.142728-1-ebiggers@kernel.org |
---|---|
State | New |
Headers | show |
Series | lib/crc: re-disable optimized CRC code on user-mode Linux | expand |
diff --git a/lib/crc/Kconfig b/lib/crc/Kconfig index 5858b3acc6630..70e7a6016de32 100644 --- a/lib/crc/Kconfig +++ b/lib/crc/Kconfig @@ -85,10 +85,11 @@ config CRC64_ARCH default y if RISCV && RISCV_ISA_ZBC && 64BIT default y if X86_64 config CRC_OPTIMIZATIONS bool "Enable optimized CRC implementations" if EXPERT + depends on !UML default y help Disabling this option reduces code size slightly by disabling the architecture-optimized implementations of any CRC variants that are enabled. CRC checksumming performance may get much slower.