The following changes since commit d0d106a2bd21499901299160744e5fe9f4c83ddb: Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next (2025-01-23 08:04:07 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/crc-for-linus for you to fetch changes up to 5e3c1c48fac3793c173567df735890d4e29cbb64: lib/crc32: remove other generic implementations (2025-01-29 09:10:35 -0800) ---------------------------------------------------------------- Simplify the kconfig options for controlling which CRC implementations are built into the kernel, as was requested by Linus. This means making the option to disable the arch code visible only when CONFIG_EXPERT=y, and standardizing on a single generic implementation of CRC32. This has been in linux-next since last Friday. The late rebase was just to add review tags. ---------------------------------------------------------------- Eric Biggers (2): lib/crc: simplify the kconfig options for CRC implementations lib/crc32: remove other generic implementations lib/Kconfig | 118 +++------------------------ lib/crc32.c | 225 +++------------------------------------------------ lib/crc32defs.h | 59 -------------- lib/gen_crc32table.c | 113 +++++++------------------- 4 files changed, 53 insertions(+), 462 deletions(-) delete mode 100644 lib/crc32defs.h