Page MenuHomeFreeBSD

LinuxKPI: add support for crc32_le()
ClosedPublic

Authored by bz on Mar 10 2021, 3:13 PM.
Tags
None
Referenced Files
F152945078: D29187.id.diff
Sat, Apr 18, 6:03 AM
F152911827: D29187.diff
Fri, Apr 17, 11:56 PM
Unknown Object (File)
Thu, Apr 16, 1:28 PM
Unknown Object (File)
Wed, Apr 15, 11:34 PM
Unknown Object (File)
Thu, Apr 9, 5:19 PM
Unknown Object (File)
Tue, Apr 7, 7:11 AM
Unknown Object (File)
Mon, Apr 6, 3:29 AM
Unknown Object (File)
Sun, Apr 5, 9:12 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 37739
Build 34628: 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
31

s/LINUC/LINUX/

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

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.