No description
Find a file
Christoph Hellwig 89cd35c58b iov_iter: transparently handle compat iovecs in import_iovec
Use in compat_syscall to import either native or the compat iovecs, and
remove the now superflous compat_import_iovec.

This removes the need for special compat logic in most callers, and
the remaining ones can still be simplified by using __import_iovec
with a bool compat parameter.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2020-10-03 00:02:13 -04:00
arch
block iov_iter: transparently handle compat iovecs in import_iovec 2020-10-03 00:02:13 -04:00
certs
crypto
Documentation
drivers iov_iter: transparently handle compat iovecs in import_iovec 2020-10-03 00:02:13 -04:00
fs iov_iter: transparently handle compat iovecs in import_iovec 2020-10-03 00:02:13 -04:00
include iov_iter: transparently handle compat iovecs in import_iovec 2020-10-03 00:02:13 -04:00
init
ipc
kernel
lib iov_iter: transparently handle compat iovecs in import_iovec 2020-10-03 00:02:13 -04:00
LICENSES
mm iov_iter: transparently handle compat iovecs in import_iovec 2020-10-03 00:02:13 -04:00
net iov_iter: transparently handle compat iovecs in import_iovec 2020-10-03 00:02:13 -04:00
samples
scripts
security iov_iter: transparently handle compat iovecs in import_iovec 2020-10-03 00:02:13 -04:00
sound
tools
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.