random: mark bootloader randomness code as __init
Jason A. Donenfeld authored
commit 39e0f991 upstream.

add_bootloader_randomness() and the variables it touches are only used
during __init and not after, so mark these as __init. At the same time,
unexport this, since it's only called by other __init code that's
built-in.

Cc: stable@vger.kernel.org
Fixes: 428826f5

 ("fdt: add support for rng-seed")
Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
56023044
Name Last commit Last update
Documentation ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch powerpc/32: Fix overread/overwrite of thread_struct via ptrace
block blk-mq: do not update io_ticks with passthrough requests
certs certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
crypto crypto: cryptd - Protect per-CPU resource by disabling BH.
drivers random: mark bootloader randomness code as __init
fs writeback: Fix inode->i_io_list not be protected by inode->i_lock error
include random: mark bootloader randomness code as __init
init Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel tracing: Avoid adding tracer option before update_tracer_options
lib mm/huge_memory: Fix xarray node memory leak
mm mm/huge_memory: Fix xarray node memory leak
net net: openvswitch: fix misuse of the cached connection on tuple changes
samples samples/landlock: Format with clang-format
scripts scripts/gdb: change kernel config dumping method
security KEYS: trusted: tpm2: Fix migratable logic
sound ALSA: hda/realtek: Add quirk for HP Dev One
tools netfilter: nat: really support inet nat without l3 address
usr kbuild: remove include/linux/cyclades.h from header file check
virt KVM: Free new dirty bitmap if creating a new memslot fails
.clang-format genirq/msi: Make interrupt allocation less convoluted
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap MAINTAINERS: Update Jisheng's email address
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: replace a Microchip AT91 maintainer
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS net: dsa: realtek-smi: move to subdirectory
Makefile Linux 5.17.14
README Drop all 00-INDEX files from Documentation/
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.