mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEE6fsu8pdIjtWE/DpLiiy9cAdyT1EFAmknmAUACgkQiiy9cAdy T1FamAv+NWPndWOfpABbaE8EIQLnrhV3WVzDGWZxfnNp451DSPl9IZmQC7vNq5GD 1dtR8o1JBtRgpXqypZ88GFMku+iXMBFQN+2x0TPwXcDlPM9F9s9ORab2iovQ+cmc G53blZiHO7UpWznC8qZVmgT8aK7oEs8zE5tdARNqe/EjO7RRrF7fCZ8BwBKMNO1X rVZWceJ0l8ohX7/DzhsdAXly/tkH+Z1iARtxdQOH6FP1HGYMYun29dwxf69ezMTq yt/EE0bausWV/3XB+dnkKQSq8OHdQcFbA6GNqYsNqA+KJRS+GxcWqZwE7pT2N9V6 fBYQgmGrtzmPC77W+HL43WEP1heQaYZuKIpy0bXY1pufarCoffYUI1zCvdDOoc5z nTJzFoWTQ+Wrgi/3Xe/9DgjT5jXXP4Nit+vsEzDgaCEgbxIQzLl6MeW2cU4SiHGX tNHIMeYzNxwNTmNGH28f6Y5Z/w6G0gmiOSHHPnNzcCp6Xh5kpOBogssOcdU2tdsT ttVs0qac =guGI -----END PGP SIGNATURE----- Merge tag 'v6.18rc7-SMB-client-fix' of git://git.samba.org/sfrench/cifs-2.6 Pull smb client fix from Steve French: "smb client multiuser (with cifscreds) mount fix" * tag 'v6.18rc7-SMB-client-fix' of git://git.samba.org/sfrench/cifs-2.6: smb: client: fix memory leak in cifs_construct_tcon() |
||
|---|---|---|
| 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 | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .pylintrc | ||
| .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.