Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Richard Weinberger 08acbdd6fd Revert "UBIFS: Fix potential integer overflow in allocation"
This reverts commit 353748a359.
It bypassed the linux-mtd review process and fixes the issue not as it
should.

Cc: Kees Cook <keescook@chromium.org>
Cc: Silvio Cesare <silvio.cesare@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Richard Weinberger <richard@nod.at>
2018-08-15 00:25:20 +02:00
arch lib/ubsan: remove null-pointer checks 2018-08-10 20:19:58 -07:00
block
certs
crypto
Documentation
drivers ubi: Initialize Fastmap checkmapping correctly 2018-08-15 00:06:15 +02:00
firmware
fs Revert "UBIFS: Fix potential integer overflow in allocation" 2018-08-15 00:25:20 +02:00
include init: rename and re-order boot_cpu_state_init() 2018-08-12 12:19:42 -07:00
init init: rename and re-order boot_cpu_state_init() 2018-08-12 12:19:42 -07:00
ipc
kernel init: rename and re-order boot_cpu_state_init() 2018-08-12 12:19:42 -07:00
lib lib/ubsan: remove null-pointer checks 2018-08-10 20:19:58 -07:00
LICENSES
mm mm/memory.c: check return value of ioremap_prot 2018-08-10 20:19:58 -07:00
net
samples
scripts lib/ubsan: remove null-pointer checks 2018-08-10 20:19:58 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.18 2018-08-12 13:41:04 -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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.