Linux kernel source tree
Go to file
Lei Rao a56ea6147f nvme-pci: clear the prp2 field when not used
If the prp2 field is not filled in nvme_setup_prp_simple(), the prp2
field is garbage data. According to nvme spec, the prp2 is reserved if
the data transfer does not cross a memory page boundary, so clear it to
zero if it is not used.

Signed-off-by: Lei Rao <lei.rao@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2022-11-30 14:34:17 +01:00
Documentation Documentation: document ublk user recovery feature 2022-10-18 05:12:26 -07:00
LICENSES
arch powerpc updates for 6.1 2022-10-09 14:05:15 -07:00
block blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure 2022-11-22 15:58:08 -07:00
certs
crypto
drivers nvme-pci: clear the prp2 field when not used 2022-11-30 14:34:17 +01:00
fs ucounts: Split rlimit and ucount values and max values 2022-10-09 16:24:05 -07:00
include block: make blk_set_default_limits() private 2022-11-16 15:58:11 -07:00
init powerpc updates for 6.1 2022-10-09 14:05:15 -07:00
io_uring
ipc ipc: mqueue: fix possible memory leak in init_mqueue_fs() 2022-10-09 16:10:22 -07:00
kernel blktrace: remove unnessary stop block trace in 'blk_trace_shutdown' 2022-10-20 06:02:52 -07:00
lib
mm The first batch of KVM patches, mostly covering x86, which I 2022-10-09 09:39:55 -07:00
net
rust
samples
scripts
security powerpc updates for 6.1 2022-10-09 14:05:15 -07:00
sound
tools powerpc updates for 6.1 2022-10-09 14:05:15 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap The first batch of KVM patches, mostly covering x86, which I 2022-10-09 09:39:55 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS nvme: add Guenther as nvme-hwmon maintainer 2022-10-19 12:42:43 +02:00
Makefile
README

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.