Linux kernel source tree
Go to file
Herbert Xu c398cb8eb0 crypto: octeontx* - Select CRYPTO_AUTHENC
Select CRYPTO_AUTHENC as the function crypto_authenec_extractkeys
may not be available without it.

Fixes: 311eea7e37 ("crypto: octeontx - Fix authenc setkey")
Fixes: 7ccb750dca ("crypto: octeontx2 - Fix authenc setkey")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409042013.gT2ZI4wR-lkp@intel.com/
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-09-06 14:50:46 +08:00
arch crypto: x86/aesni - update docs for aesni-intel module 2024-09-06 14:50:45 +08:00
block
certs
crypto crypto: testmgr - Hide ENOENT errors 2024-09-06 14:50:46 +08:00
Documentation dt-bindings: crypto: fsl,sec-v4.0: add second register space for rtic 2024-08-30 18:22:31 +08:00
drivers crypto: octeontx* - Select CRYPTO_AUTHENC 2024-09-06 14:50:46 +08:00
fs This pull request contains updates (actually, just fixes) for UBI and UBIFS: 2024-07-28 11:51:51 -07:00
include crypto: simd - Do not call crypto_alloc_tfm during registration 2024-08-24 21:39:15 +08:00
init Rust changes for v6.11 2024-07-27 13:44:54 -07:00
io_uring
ipc
kernel padata: Honor the caller's alignment in case of chunk_size 0 2024-08-30 18:23:43 +08:00
lib crypto: lib/mpi - Add error checks to extension 2024-08-17 13:55:50 +08:00
LICENSES
mm
net minmax: add a few more MIN_T/MAX_T users 2024-07-28 13:41:14 -07:00
rust Rust changes for v6.11 2024-07-27 13:44:54 -07:00
samples
scripts Kbuild fixes for v6.11 2024-07-28 14:02:48 -07:00
security apparmor-pr-2024-07-24 PR 2024-07-25 2024-07-27 13:28:39 -07:00
sound Devicetree fixes for 6.11, part 1 2024-07-27 12:46:16 -07:00
tools crypto: tools/ccp - Remove unused variable 2024-08-30 18:22:30 +08:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS hwrng: rockchip - add hwrng driver for Rockchip RK3568 SoC 2024-08-10 12:25:34 +08:00
Makefile Linux 6.11-rc1 2024-07-28 14:19:55 -07: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 reStructuredText 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.