mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 04:04:26 +08:00
ecd929caff
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmc5+YAACgkQONu9yGCS aT7jsA/8C1l7ia/mz3HsfvHO5cCHj/8VUfVQeSh7PjQkEVMnFIm/eXgr3ED+oDBY pzO7CfZ6LHbEfYAVYmFwYdLrJvZfZMHmJynNVNJMdwJkcmEPVy5db2b/xQFVovGO 6Xh45qSkZShDyzi4TkTiq9Tp6fXn0Fbs8i0aB5OFVgVhDvL8+ZH7d1nCGv+Y8ofX YevtPmh04Ryf/uL/eXeNUWfniRHdL3+JuCGTz+RgRjPXx3mt5pCmPoW9biqGF+qb gqFJaW4kxRuZz9QI00wzHRzQejNAkj3e42LjrVE1SMoFbeb2M6jw5A8VrekISCaX oasoLGDJuWKB4XKYW8IFwhfJPWNtUPttXrPtuMLx34yADEHzqw3GZe/B/+RdffOc pMcGcjOhAMNAw2j00uzzIpMVgQFoM1qvPG2RHMxWV3QD2cbzvxdGFNv31U2OUQtk qnLyQo9q61xSAueWFo6bz0qsRkKZEP1+n/eRpnMEU8CUpB5Ta2g3bMkSO1olbxBU 3MlAHpY8VRkn4EKCJ7pY8CjWdIAYEAwECXj+6GXYjPQL0Ov24ZhojgvDFbu9MsPL /73Z6+uZcIu7TJ6r549D9rofpOkHRWGmd7yqaIezmdiDGxMskOPdzbPRKWqmS3Vl Prr5g51m8wuG/6swP9nKGprrTqpTSUO8ZM3G6DDG0uLsiZUK928= =hwOD -----END PGP SIGNATURE----- Merge v6.11.9 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
fs | ||
include | ||
init | ||
io_uring | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
rust | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.editorconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
.rustfmt.toml | ||
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 reStructuredText 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.