The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
YueHaibing fea805237d net/smc: remove unused inline function smc_curs_read
commit bac6de7b63 ("net/smc: eliminate cursor read and write calls")
left behind this.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-05 12:56:52 -07:00
Documentation dt-binding: net: ti: am65x-cpts: fix dt_binding_check fail 2020-05-05 12:49:28 -07:00
LICENSES
arch arm64: dts: ti: j721e-main: add main navss cpts node 2020-05-04 12:02:03 -07:00
block
certs
crypto
drivers net: ipa: remove duplicated include from ipa_mem.c 2020-05-05 12:48:05 -07:00
fs
include bonding: remove useless stats_lock_key 2020-05-04 12:05:56 -07:00
init
ipc
kernel
lib
mm
net net/smc: remove unused inline function smc_curs_read 2020-05-05 12:56:52 -07:00
samples
scripts
security
sound
tools devlink: let kernel allocate region snapshot id 2020-05-04 11:58:31 -07:00
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.