Skip to content

use revamped rng starting kernel 6.1#3

Open
akay wants to merge 3 commits into
jghodd:masterfrom
akay:master
Open

use revamped rng starting kernel 6.1#3
akay wants to merge 3 commits into
jghodd:masterfrom
akay:master

Conversation

@akay

@akay akay commented Feb 6, 2023

Copy link
Copy Markdown

The random number generator in Linux has been revamped to use new functions, and prandom_u32() was turned into a wrapper for the new function, get_random_u32(), in 5.19: torvalds/linux@d415077

This wrapper function was also removed in 6.1: torvalds/linux@de492c8

Also updating the version.

akay and others added 3 commits February 7, 2023 01:09
The random number generator in Linux has been revamped to use new functions, and prandom_u32() was turned into a wrapper for the new function, get_random_u32(), in 5.19:
torvalds/linux@d415077

This wrapper function was also removed in 6.1:
torvalds/linux@de492c8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant