Go to file
Chuck Lever ec4aaab39a SUNRPC: Clean up cipher set up for v1 encryption types
De-duplicate some common code.

Tested-by: Scott Mayhew <smayhew@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
2023-02-20 09:20:42 -05:00
arch A single fix for x86: 2023-02-18 17:57:16 -08:00
block
certs
crypto
Documentation x86: 2023-02-18 11:07:32 -08:00
drivers arm64 regression fix for 6.2 2023-02-18 10:10:49 -08:00
fs NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink 2023-02-20 09:20:37 -05:00
include SUNRPC: Hoist KDF into struct gss_krb5_enctype 2023-02-20 09:20:42 -05:00
init
io_uring
ipc
kernel A fix for a long standing issue in the alarmtimer code: 2023-02-18 17:46:50 -08:00
lib
LICENSES
mm
net SUNRPC: Clean up cipher set up for v1 encryption types 2023-02-20 09:20:42 -05:00
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.2 2023-02-19 14:24:22 -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.