mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-28 00:35:01 +00:00
Linux kernel stable tree
cc2fbfb820
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmdupdsACgkQONu9yGCS aT6CiA//Yas4vcu5r69UYMKtORlr8izQwPo8r+pjZL52N38v75JJ/hdoUNZSB6qw O3F745UHNDVY0XFqVJdLCk2lcMOld9D1ZMVyLixmisNWQ9aSKwvsGoisphh30YTs TX/KGCEvuhgthHXbiAdk6cu2hMDz3uGypoJK9j44JQUPqIK8D9LTlTD8pzdxwj+J 6FZKp7isIezJ05IpbskTIn9jz0S4JggI6+Hb5URo7AB6xK1tpmv+qfo9GPD7lTO1 EG0ipgJ45k+b8je/v+eC9xsromEIgQfMBLx7AYSEuMJnpzhzJpeB4YU1uNBxRVL8 n07qqIP06mio6ZNBa4h7LvC7tf4hU1mphJI3WEIDQTr9m6QuFGnQ2i9TwAcoVFNh ozkBIyet01x5eqh4fgpSrctgprDbCRFZb1NE70+u2N8qhOZAl2E7QoRQ8r6evb1w yQx/1b28hKObNR870EAeqbsBhESQCRwNQDsXJZfYh9mENYvS6J15YzUXefljaodh Eniy6ZeOVtVLIIRyJZ4j4n+ZAP2Qc15nzB7MjxSQ3as3lQPFqYlA0ZVxh/pkuvGQ rZcEBPCjxIVUY7YmBP7tVSuhcw/zDmTNWj/SinkHICKv9pljSa6ut74l1o1VeaG7 gtNXjN5d5s4+s8ukJTNc2AWYYeXEB0ZuHlcl0VuxyFe6WJgnQoU= =C0Mq -----END PGP SIGNATURE----- Merge v6.12.7 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.