No description
Find a file
Christoph Hellwig 00485d0942 md: use correct type in super_1_load
If we want to convert from a little endian format we need to cast
to a little endian type, otherwise sparse will be unhappy.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <songliubraving@fb.com>
2019-04-10 15:26:08 -07:00
arch block: remove CONFIG_LBDAF 2019-04-06 10:48:35 -06:00
block block: fix build warning in merging bvecs 2019-04-08 10:57:10 -06:00
certs
crypto
Documentation block: null: Add documentation for "zone_nr_conv" param 2019-04-09 08:18:23 -06:00
drivers md: use correct type in super_1_load 2019-04-10 15:26:08 -07:00
fs block: remove CONFIG_LBDAF 2019-04-06 10:48:35 -06:00
include block: sed-opal: fix typos and formatting 2019-04-06 11:09:12 -06:00
init
ipc
kernel
lib block: remove CONFIG_LBDAF 2019-04-06 10:48:35 -06:00
LICENSES
mm
net
samples
scripts
security
sound
tools block: remove CONFIG_LBDAF 2019-04-06 10:48:35 -06:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.