Page MenuHomeFreeBSD

LinuxKPI: add support for crc32_le()
ClosedPublic

Authored by bz on Mar 10 2021, 3:13 PM.
Tags
None
Referenced Files
F107127982: D29187.diff
Fri, Jan 10, 1:32 PM
Unknown Object (File)
Mon, Jan 6, 11:37 PM
Unknown Object (File)
Sat, Jan 4, 2:19 PM
Unknown Object (File)
Fri, Dec 13, 10:23 AM
Unknown Object (File)
Dec 4 2024, 7:53 PM
Unknown Object (File)
Nov 21 2024, 11:48 PM
Unknown Object (File)
Nov 21 2024, 6:49 AM
Unknown Object (File)
Nov 19 2024, 2:59 AM

Details

Summary
Add support for crc32_le() as a wrapper around crc32_raw().

Sponsored-by:	The FreeBSD Foundation
Obtained-from:	bz_iwlwifi
MFC after:	2 weeks

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37728
Build 34617: arc lint + arc unit

Event Timeline

bz requested review of this revision.Mar 10 2021, 3:13 PM

I added some of you as reviewers as you have lately touched the crc32 code and I'd love a separate pair of eyes confirming that byte order for this is correct.

bz added subscribers: hselasky, kib.

Add @kib and @hselasky as I still cannot see you as memebers of linuxkpi?

manu added inline comments.
sys/compat/linuxkpi/common/include/linux/crc32.h
30

s/LINUC/LINUX/

sys/compat/linuxkpi/common/include/linux/crc32.h
30

LINUC -> LINUX

Try to correcctellyy spell1lll LUNIX.

This revision is now accepted and ready to land.Mar 10 2021, 8:17 PM
This revision was automatically updated to reflect the committed changes.