Page MenuHomeFreeBSD

linuxkpi: Add `rol64()`
ClosedPublic

Authored by dumbbell on Jan 4 2026, 10:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 27, 12:57 PM
Unknown Object (File)
Fri, Feb 27, 9:30 AM
Unknown Object (File)
Jan 29 2026, 5:40 AM
Unknown Object (File)
Jan 26 2026, 9:47 PM
Unknown Object (File)
Jan 24 2026, 12:16 AM
Unknown Object (File)
Jan 20 2026, 5:43 AM
Unknown Object (File)
Jan 19 2026, 8:31 PM
Unknown Object (File)
Jan 19 2026, 7:04 PM
Subscribers

Details

Reviewers
bz
Group Reviewers
linuxkpi
Commits
rGa9462e32fa75: linuxkpi: Add `rol64()`
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.