mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] lib/crc: improve docs and change crc32() to inline function
@ 2025-06-19 18:34 Eric Biggers
  2025-06-19 18:34 ` [PATCH 1/3] lib/crc/crc32: document crc32_le(), crc32_be(), and crc32c() Eric Biggers
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eric Biggers @ 2025-06-19 18:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ard Biesheuvel, linux-crypto

Document crc32_le(), crc32_be(), and crc32c().  Also change crc32() from
a macro to an inline function.

Eric Biggers (3):
  lib/crc/crc32: document crc32_le(), crc32_be(), and crc32c()
  lib/crc/crc32: change crc32() from macro to inline function and remove
    cast
  lib/crc/crc64: add include/linux/crc64.h to kernel-api.rst

 Documentation/core-api/kernel-api.rst |  6 ++-
 include/linux/crc32.h                 | 74 ++++++++++++++++++++++++++-
 include/linux/crc32poly.h             | 16 ++----
 3 files changed, 81 insertions(+), 15 deletions(-)


base-commit: ee925097a5a76eaf9c4954cdd7288a070d57a8d4
-- 
2.50.0


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

end of thread, other threads:[~2025-06-20 21:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-19 18:34 [PATCH 0/3] lib/crc: improve docs and change crc32() to inline function Eric Biggers
2025-06-19 18:34 ` [PATCH 1/3] lib/crc/crc32: document crc32_le(), crc32_be(), and crc32c() Eric Biggers
2025-06-19 18:34 ` [PATCH 2/3] lib/crc/crc32: change crc32() from macro to inline function and remove cast Eric Biggers
2025-06-20  7:01   ` kernel test robot
2025-06-19 18:34 ` [PATCH 3/3] lib/crc/crc64: add include/linux/crc64.h to kernel-api.rst Eric Biggers
2025-06-20 21:40 ` [PATCH 0/3] lib/crc: improve docs and change crc32() to inline function Ard Biesheuvel

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

all inboxes | Powered by JetHome®