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, Mar 4, 10:48 AM
Unknown Object (File)
Feb 14 2025, 6:07 AM
Unknown Object (File)
Feb 13 2025, 9:23 AM
Unknown Object (File)
Feb 7 2025, 2:40 PM
Unknown Object (File)
Jan 21 2025, 9:55 PM
Unknown Object (File)
Jan 13 2025, 12:24 AM
Unknown Object (File)
Nov 28 2024, 8:26 PM
Unknown Object (File)
Nov 25 2024, 1:59 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.