No description
Find a file
Jason A. Donenfeld dd54fd7dfa 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>
2022-09-29 21:37:27 +02:00
arch This pull request contains the following bug fixes for UML: 2022-09-21 10:14:56 -07:00
block
certs
crypto
Documentation Including fixes from wifi, netfilter and can. 2022-09-22 10:58:13 -07:00
drivers random: use init_utsname() instead of utsname() 2022-09-29 21:37:27 +02:00
fs Description for this pull request: 2022-09-21 08:40:57 -07:00
include random: split initialization into early step and later step 2022-09-29 21:36:27 +02:00
init random: split initialization into early step and later step 2022-09-29 21:36:27 +02:00
io_uring
ipc
kernel
lib
LICENSES
mm kfence: use better stack hash seed 2022-09-29 21:37:27 +02:00
net Including fixes from wifi, netfilter and can. 2022-09-22 10:58:13 -07:00
samples
scripts
security
sound
tools Including fixes from wifi, netfilter and can. 2022-09-22 10:58:13 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from wifi, netfilter and can. 2022-09-22 10:58:13 -07:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.