Page MenuHomeFreeBSD

LinuxKPI: add get_random_u8()
ClosedPublic

Authored by bz on Aug 27 2024, 9:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 3:01 PM
Unknown Object (File)
Tue, Aug 11, 2:51 PM
Unknown Object (File)
Tue, Aug 11, 12:13 AM
Unknown Object (File)
Fri, Jul 24, 8:42 PM
Unknown Object (File)
Jul 19 2026, 1:21 AM
Unknown Object (File)
Jul 8 2026, 7:29 AM
Unknown Object (File)
Jul 7 2026, 6:16 AM
Unknown Object (File)
May 18 2026, 3:44 AM
Subscribers

Details

Summary

Add a get_random_u8() implementation following the u36 and u64 versions.
We'll likely want to macro-ify them in the future and add all the types
which makes sense just to e done.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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

Event Timeline

bz requested review of this revision.Aug 27 2024, 9:22 PM

typo in commit message: "just to e done"

This revision is now accepted and ready to land.Aug 27 2024, 9:29 PM

typo in commit message: "just to e done"

+b locally [DONE]

This revision was automatically updated to reflect the committed changes.