mbox series

[GIT,PULL] CRC fixes for 6.14

Message ID 20250129174135.GA1994@sol.localdomain (mailing list archive)
State New
Headers show
Series [GIT,PULL] CRC fixes for 6.14 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/crc-for-linus

Message

Eric Biggers Jan. 29, 2025, 5:41 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org Jan. 29, 2025, 8 p.m. UTC | #1
The pull request you sent on Wed, 29 Jan 2025 09:41:35 -0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/crc-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fed3819bac88835b54c68a15ba41d95151ebaf12

Thank you!