No description
Find a file
Chen Zhou 09bb8986c9 nvmet: replace kstrndup() with kmemdup_nul()
It is more efficient to use kmemdup_nul() if the size is known exactly.

The doc in kernel:
"Note: Use kmemdup_nul() instead if the size is known exactly."

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2020-05-27 07:12:36 +02:00
arch floppy: use symbolic register names in the x86 port 2020-05-12 19:34:53 +03:00
block s390/dasd: remove ioctl_by_bdev calls 2020-05-21 08:22:20 -06:00
certs
crypto
Documentation
drivers nvmet: replace kstrndup() with kmemdup_nul() 2020-05-27 07:12:36 +02:00
fs block: remove ioctl_by_bdev 2020-05-21 08:22:20 -06:00
include block: remove ioctl_by_bdev 2020-05-21 08:22:20 -06:00
init
ipc
kernel
lib
LICENSES
mm bdi: remove the name field in struct backing_dev_info 2020-05-09 16:15:13 -06:00
net
samples
scripts
security
sound
tools Merge branch 'block-5.7' into for-5.8/block 2020-05-09 16:13:58 -06:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS s390/dasd: remove ioctl_by_bdev calls 2020-05-21 08:22:20 -06:00
Makefile
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.