]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 Jan 2025 18:50:28 +0000 (10:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 Jan 2025 18:50:28 +0000 (10:50 -0800)
commitfed3819bac88835b54c68a15ba41d95151ebaf12
tree5b5168dba2be7863bc5a162c75ed7b7056f6e2db
parentaf13ff1c33e043b746cd96c83c7660ddf0272f73
parent5e3c1c48fac3793c173567df735890d4e29cbb64
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

Pull CRC cleanups from Eric Biggers:
 "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"

* tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
  lib/crc32: remove other generic implementations
  lib/crc: simplify the kconfig options for CRC implementations