No description
Find a file
Kees Cook 5287b07f6d fs/kernel_read_file: Split into separate source file
These routines are used in places outside of exec(2), so in preparation
for refactoring them, move them into a separate source file,
fs/kernel_read_file.c.

Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Acked-by: Scott Branden <scott.branden@broadcom.com>
Link: https://lore.kernel.org/r/20201002173828.2099543-5-keescook@chromium.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-10-05 13:34:18 +02:00
arch
block
certs
crypto
Documentation Detailed description for this pull request: 2020-10-05 12:37:22 +02:00
drivers fs/kernel_read_file: Split into separate include file 2020-10-05 13:34:18 +02:00
fs fs/kernel_read_file: Split into separate source file 2020-10-05 13:34:18 +02:00
include fs/kernel_read_file: Split into separate include file 2020-10-05 13:34:18 +02:00
init
ipc
kernel fs/kernel_read_file: Split into separate include file 2020-10-05 13:34:18 +02:00
lib
LICENSES
mm
net
samples misc: vop: add round_up(x,4) for vring_size to avoid kernel panic 2020-10-02 15:57:29 +02:00
scripts
security fs/kernel_read_file: Split into separate include file 2020-10-05 13:34:18 +02:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Detailed description for this pull request: 2020-10-05 12:37:22 +02: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.