No description
Find a file
Sasha Neftin ed443cdf67 igc: Prefer strscpy over strlcpy
Use the strscpy method instead of strlcpy method.

See: https://lore.kernel.org/r/CAHk-=wgfRnXz0W3D37d01q3JFkr
_i_uTL=V6A6G1oUZcprmknw@mail.gmail.com/

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2021-02-03 15:20:32 -08:00
arch
block
certs
crypto
Documentation net: ipv6: Emit notification when fib hardware flags are changed 2021-02-02 17:45:59 -08:00
drivers igc: Prefer strscpy over strlcpy 2021-02-03 15:20:32 -08:00
fs
include This time, only RTNL locking reduction fallout. 2021-02-02 18:40:42 -08:00
init
ipc
kernel
lib
LICENSES
mm
net inet: do not export inet_gro_{receive|complete} 2021-02-02 18:41:10 -08:00
samples
scripts
security
sound
tools selftests: mptcp: add testcases for ADD_ADDR with port 2021-02-02 18:37:20 -08:00
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.