The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
ye xingchen 38db82e294 net: ipa: use sysfs_emit() to instead of scnprintf()
Follow the advice of the Documentation/filesystems/sysfs.rst and show()
should only use sysfs_emit() or sysfs_emit_at() when formatting the
value to be returned to user space.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-12-05 11:03:49 +00:00
Documentation Documentation: bonding: correct xmit hash steps 2022-12-02 10:46:45 +00:00
LICENSES
arch
block
certs
crypto
drivers net: ipa: use sysfs_emit() to instead of scnprintf() 2022-12-05 11:03:49 +00:00
fs
include rxrpc io-thread part 3 2022-12-05 10:58:17 +00:00
init
io_uring
ipc
kernel
lib
mm
net rxrpc io-thread part 3 2022-12-05 10:58:17 +00:00
rust
samples
scripts
security
sound
tools selftests: Add a basic HSR test. 2022-12-01 20:26:22 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.