Page MenuHomeFreeBSD

linuxkpi: Add `rol32()`
ClosedPublic

Authored by dumbbell on Jan 7 2026, 9:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 21, 1:38 PM
Unknown Object (File)
Tue, Apr 21, 12:50 PM
Unknown Object (File)
Mon, Apr 20, 3:24 AM
Unknown Object (File)
Sat, Apr 18, 11:45 PM
Unknown Object (File)
Fri, Apr 17, 3:39 PM
Unknown Object (File)
Wed, Apr 15, 5:28 AM
Unknown Object (File)
Wed, Apr 15, 12:01 AM
Unknown Object (File)
Fri, Apr 10, 12:15 AM
Subscribers

Details

Summary

rol64() and rol32() are used by <linux/siphash.h>. The former was added previously, before <linux/siphash.h> was added. However the latter was not, and it broke the build on armv7.

Reported by: adrian
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable