Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Sagi Grimberg cb002d074d iov_iter: pass void csum pointer to csum_and_copy_to_iter
The single caller to csum_and_copy_to_iter is skb_copy_and_csum_datagram
and we are trying to unite its logic with skb_copy_datagram_iter by passing
a callback to the copy function that we want to apply. Thus, we need
to make the checksum pointer private to the function.

Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sagi Grimberg <sagi@lightbitslabs.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2018-12-13 09:58:53 +01:00
arch
block blkcg: handle dying request_queue when associating a blkg 2018-12-12 17:43:33 -07:00
certs
crypto
Documentation Linux 4.20-rc6 2018-12-09 17:45:40 -07:00
drivers ath6kl: add ath6kl_ prefix to crypto_type 2018-12-13 09:58:52 +01:00
firmware
fs Linux 4.20-rc6 2018-12-09 17:45:40 -07:00
include iov_iter: pass void csum pointer to csum_and_copy_to_iter 2018-12-13 09:58:53 +01:00
init
ipc
kernel Linux 4.20-rc6 2018-12-09 17:45:40 -07:00
lib iov_iter: pass void csum pointer to csum_and_copy_to_iter 2018-12-13 09:58:53 +01:00
LICENSES
mm Linux 4.20-rc6 2018-12-09 17:45:40 -07:00
net datagram: open-code copy_page_to_iter 2018-12-13 09:58:52 +01:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.20-rc6 2018-12-09 15:31:00 -08: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.

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.