public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] CRC fixes for 6.14
@ 2025-01-29 17:41 Eric Biggers
  2025-01-29 20:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2025-01-29 17:41 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-crypto, linux-kernel, Ard Biesheuvel, Chao Yu,
	Darrick J. Wong, Geert Uytterhoeven, Kent Overstreet,
	Martin K. Petersen, Michael Ellerman, Theodore Ts'o, WangYuli

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] CRC fixes for 6.14
  2025-01-29 17:41 [GIT PULL] CRC fixes for 6.14 Eric Biggers
@ 2025-01-29 20:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-01-29 20:00 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Linus Torvalds, linux-crypto, linux-kernel, Ard Biesheuvel,
	Chao Yu, Darrick J. Wong, Geert Uytterhoeven, Kent Overstreet,
	Martin K. Petersen, Michael Ellerman, Theodore Ts'o, WangYuli

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-29 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-29 17:41 [GIT PULL] CRC fixes for 6.14 Eric Biggers
2025-01-29 20:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox