Go to file
Vasily Averin 1b51d82719 memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation
Author: Andrey Ryabinin <aryabinin@virtuozzo.com>

The size of the ip_tunnel_prl structs allocation is controllable from
user-space, thus it's better to avoid spam in dmesg if allocation failed.
Also add __GFP_ACCOUNT as this is a good candidate for per-memcg
accounting. Allocation is temporary and limited by 4GB.

Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-20 06:00:38 -07:00
Documentation dt-bindings: net: fec: convert fsl,*fec bindings to yaml 2021-07-16 12:34:29 -07:00
LICENSES
arch ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" property 2021-07-16 12:34:29 -07:00
block
certs
crypto
drivers vmxnet3: update to version 6 2021-07-16 17:32:14 -07:00
fs
include net: bridge: vlan: add mcast snooping control 2021-07-20 05:41:20 -07:00
init
ipc
kernel
lib
mm memcg: enable accounting for IP address and routing-related objects 2021-07-20 06:00:38 -07:00
net memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation 2021-07-20 06:00:38 -07:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.