diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-09-27 11:26:44 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-09-29 21:37:27 +0200 |
commit | dd54fd7dfa4574fe350b75a90693dc6552c535e3 (patch) | |
tree | e5c63f9a0579050ef1d5cd4dc09f258522f5f915 /kernel/sys.c | |
parent | 08475dab7cf5b610ea2420828e97c54f5f370d7d (diff) | |
download | lwn-dd54fd7dfa4574fe350b75a90693dc6552c535e3.tar.gz lwn-dd54fd7dfa4574fe350b75a90693dc6552c535e3.zip |
random: use init_utsname() instead of utsname()
Rather than going through the current-> indirection for utsname, at this
point in boot, init_utsname()==utsname(), so just use it directly that
way. Additionally, init_utsname() appears to be available nearly always,
so move it into random_init_early().
Suggested-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'kernel/sys.c')
0 files changed, 0 insertions, 0 deletions