Main-line Linux kernel tree http://www.kernel.org
Go to file
Ondrej Mosnacek b8969a1b69 crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report
functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED()
instead.

Fixes: c0f9e01dd2 ("crypto: api - Check CRYPTO_USER instead of NET for report")
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-05-02 18:22:24 +08:00
arch powerpc: Move Power10 feature PPC_MODULE_FEATURE_P10 2023-04-20 18:20:05 +08:00
block
certs
crypto crypto: api - Fix CRYPTO_USER checks for report function 2023-05-02 18:22:24 +08:00
Documentation dt-bindings: qcom-qce: document optional clocks and clock-names properties 2023-03-14 17:06:43 +08:00
drivers crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() 2023-04-28 17:50:43 +08:00
fs
include i2c: designware: Use PCI PSP driver for communication 2023-04-20 18:20:05 +08:00
init
io_uring
ipc
kernel padata: use alignment when calculating the number of worker threads 2023-03-14 17:06:44 +08:00
lib crypto: lib/utils - Move utilities into new header 2023-03-31 17:50:09 +08:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS crypto: qat - Move driver to drivers/crypto/intel/qat 2023-04-06 16:41:28 +08:00
Makefile Linux 6.3-rc1 2023-03-05 14:52:03 -08:00
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.