No description
Find a file
Mikhail Skorzhinskii 5ba895033b nvmet: print a hint while rejecting NSID 0 or 0xffffffff
Adding this hint for the sake of convenience.

It was spotted that a few times people spent some time before
understanding what is exactly wrong in configuration process.  This
should save a few time in such situations, especially for people who
is not very confident with NVMe requirements.

Signed-off-by: Mikhail Skorzhinskii <mskorzhinskiy@solarflare.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2019-07-09 14:18:09 -07:00
arch powerpc fixes for 5.2 #5 2019-06-22 09:09:42 -07:00
block blk-iolatency: fix STS_AGAIN handling 2019-07-05 15:14:00 -06:00
certs
crypto
Documentation Linux 5.2-rc6 2019-07-01 08:16:08 -06:00
drivers nvmet: print a hint while rejecting NSID 0 or 0xffffffff 2019-07-09 14:18:09 -07:00
fs block: fix .bi_size overflow 2019-07-01 08:18:54 -06:00
include nvme: add I/O characteristics fields 2019-07-09 14:15:37 -07:00
init block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG 2019-06-20 10:32:35 -06:00
ipc
kernel Linux 5.2-rc6 2019-07-01 08:16:08 -06:00
lib sbitmap: Replace cmpxchg with xchg 2019-07-01 11:57:12 -06:00
LICENSES
mm
net Bluetooth: Fix regression with minimum encryption key size alignment 2019-06-22 09:07:39 -07:00
samples SPDX update for 5.2-rc6 2019-06-21 09:58:42 -07:00
scripts
security SPDX update for 5.2-rc6 2019-06-21 09:58:42 -07:00
sound
tools SPDX update for 5.2-rc6 2019-06-21 09:58:42 -07:00
usr
virt SPDX update for 5.2-rc6 2019-06-21 09:58:42 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Char/Misc driver fixes for 5.2-rc6 2019-06-21 10:18:16 -07:00
Makefile Linux 5.2-rc6 2019-06-22 16:01:36 -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 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.