Page MenuHomeFreeBSD

linuxkpi: Add `rol64()`
ClosedPublic

Authored by dumbbell on Jan 4 2026, 10:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 2:07 PM
Unknown Object (File)
Thu, Apr 23, 11:58 AM
Unknown Object (File)
Sat, Apr 18, 10:43 AM
Unknown Object (File)
Sat, Apr 11, 11:14 PM
Unknown Object (File)
Sat, Apr 11, 10:13 PM
Unknown Object (File)
Tue, Apr 7, 4:12 PM
Unknown Object (File)
Sun, Apr 5, 9:41 PM
Unknown Object (File)
Mar 20 2026, 12:39 PM
Subscribers

Details

Summary

This is used by <linux/siphash.h> added in a separate future commit.

This is part of the update of DRM drivers to Linux 6.10.

Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

bz added a subscriber: bz.
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/bitops.h
443

I don't think -shift needs () but probably better to avoid some random compiler version warnings.

This revision is now accepted and ready to land.Jan 4 2026, 9:38 PM
This revision was automatically updated to reflect the committed changes.