No description
Find a file
Hannes Reinecke 23441536b6 nvme-tcp: only evaluate 'tls' option if TLS is selected
We only need to evaluate the 'tls' connect option if TLS is
enabled; otherwise we might be getting a link error.

Fixes: 706add1367 ("nvme: keyring: fix conditional compilation")
Reported-by: kernel test robot <yujie.liu@intel.com>
Closes: https://lore.kernel.org/r/202311140426.0eHrTXBr-lkp@intel.com/
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
2023-11-20 09:25:32 -08:00
arch configfs-tsm for v6.7 2023-11-04 15:58:13 -10:00
block blk-core: use pr_warn_ratelimited() in bio_check_ro() 2023-11-07 08:15:23 -07:00
certs
crypto
Documentation RTC for 6.7 2023-11-05 18:49:40 -08:00
drivers nvme-tcp: only evaluate 'tls' option if TLS is selected 2023-11-20 09:25:32 -08:00
fs This pull request contains updates for UBI and UBIFS 2023-11-05 08:28:32 -10:00
include nvme: keyring: fix conditional compilation 2023-11-08 08:07:08 -08:00
init
io_uring
ipc
kernel
lib cxl for v6.7 2023-11-04 16:20:36 -10:00
LICENSES
mm
net Bunch of small fixes: 2023-11-04 09:20:04 -10:00
rust Kbuild updates for v6.7 2023-11-04 08:07:19 -10:00
samples
scripts Kbuild updates for v6.7 2023-11-04 08:07:19 -10:00
security
sound
tools cxl for v6.7 2023-11-04 16:20:36 -10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS vhost,virtio,vdpa: features, fixes, cleanups 2023-11-05 09:02:32 -10:00
Makefile Kbuild updates for v6.7 2023-11-04 08:07:19 -10: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.