linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] lib/crc: simplify choice of CRC implementations
@ 2025-01-23 21:29 Eric Biggers
  2025-01-23 21:29 ` [PATCH 1/2] lib/crc: simplify the kconfig options for " Eric Biggers
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Eric Biggers @ 2025-01-23 21:29 UTC (permalink / raw)
  To: linux-kernel, Linus Torvalds
  Cc: linux-crypto, Ard Biesheuvel, Chao Yu, Darrick J . Wong,
	Geert Uytterhoeven, Kent Overstreet, Martin K . Petersen,
	Michael Ellerman, Theodore Ts'o, Vinicius Peixoto, WangYuli

This series simplifies the choice of CRC implementations, as requested
by Linus at
https://lore.kernel.org/linux-crypto/CAHk-=wgqAZf7Sdyrka5RQQ2MVC1V_C1Gp68KrN=mHjPiRw70Jg@mail.gmail.com/

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

-- 
2.48.1


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-23 21:29 [PATCH 0/2] lib/crc: simplify choice of CRC implementations Eric Biggers
2025-01-23 21:29 ` [PATCH 1/2] lib/crc: simplify the kconfig options for " Eric Biggers
2025-01-23 21:29 ` [PATCH 2/2] lib/crc32: remove other generic implementations Eric Biggers
2025-01-25 11:14   ` David Laight
2025-01-25  0:37 ` [PATCH 0/2] lib/crc: simplify choice of CRC implementations Eric Biggers
2025-01-29 16:11   ` Ard Biesheuvel
2025-01-29  3:00 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).