Go to file
Christoph Hellwig cd0309058f maccess: remove probe_read_common and probe_write_common
Each of the helpers has just two callers, which also different in
dealing with kernel or userspace pointers.  Just open code the logic
in the callers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20200521152301.2587579-10-hch@lst.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-06-09 09:39:15 -07:00
arch maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault 2020-06-09 09:39:15 -07:00
block
certs
crypto
Documentation mmap locking API: convert mmap_sem comments 2020-06-09 09:39:14 -07:00
drivers mmap locking API: convert mmap_sem comments 2020-06-09 09:39:14 -07:00
fs mmap locking API: convert mmap_sem comments 2020-06-09 09:39:14 -07:00
include maccess: rename strnlen_unsafe_user to strnlen_user_nofault 2020-06-09 09:39:15 -07:00
init mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
ipc mmap locking API: use coccinelle to convert mmap_sem rwsem call sites 2020-06-09 09:39:14 -07:00
kernel maccess: rename strnlen_unsafe_user to strnlen_user_nofault 2020-06-09 09:39:15 -07:00
lib mmap locking API: convert mmap_sem comments 2020-06-09 09:39:14 -07:00
LICENSES
mm maccess: remove probe_read_common and probe_write_common 2020-06-09 09:39:15 -07:00
net mmap locking API: convert mmap_sem API comments 2020-06-09 09:39:14 -07:00
samples
scripts
security mmap locking API: convert mmap_sem comments 2020-06-09 09:39:14 -07:00
sound mmap locking API: convert mmap_sem comments 2020-06-09 09:39:14 -07:00
tools kallsyms/printk: add loglvl to print_ip_sym() 2020-06-09 09:39:10 -07:00
usr
virt mmap locking API: use coccinelle to convert mmap_sem rwsem call sites 2020-06-09 09:39:14 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS remoteproc updates for v5.8 2020-06-08 13:01:08 -07: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.