mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
A mirror of the official Linux kernel repository just in case
d271c4b406
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEqG5UsNXhtOCrfGQP+7dXa6fLC2sFAmWWr6QACgkQ+7dXa6fL C2s8tw//TIJLeD0C07IAilhpC+0AAeyYGICRFRHF/vBYRqSs4T3xUQaDhxSrOB7g i4v+mvifJ6U2nCn8ARyqO3Ffu2wYV8ydONV5grpajltgQxv1SCEiOxV4ewUnCGBk tjLCguur+Ld9wg02MFJzQeD9TWe9eLTOoywdSysc0S5/QwbS5UoKduUAw/armF4s Qh9BiOXdNgVFui9KizEunuDVDtnwZ6KWM8u8k9xg2xiZ61eUxheaWkAZ9X3dkF/O gCtuHFUWzUfiNkFOpGQJvp4yZFPNxLMRblBdbn9bcrhJiVfOxBHleDkUR0jTRqID jLuFaXnB1XAlUPRxSjuLlHfzIPpQ9/IVoQGBWoxWL0ZkzmhPq9d7fXkaMCAnHTkZ ZWPdslz52JcVT9KbdtP901MyHGb+xpTvyhZWNIlIODxVywWfFOS2fFUj9s5HAszI bE0VNTBbvqYgg169idKo6BfgR3sOTEa6vYhWv9PfCZ0aIf1imk+XiGd88whcP8gw de2CVi1URAj1NebplmdRzn5HCZbY8wNbgosc46zemL6jiJCWc39CgdWL24nMMsKJ XprFHv3pccyk98nHdRVo0bGEK99KXiLZOsLKt55gkimKlpS3/f3ADujJOV4gAP8K iTrc2dfsZd4b3UWRcXWtATtndAo3dHKIaahrrIcu7I1QlOHToms= =jnKU -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRAhzRXHqcMeLMyaSiRxhvAZXjcogUCZZbDtQAKCRCRxhvAZXjc oj5CAQCIORC7W7xUAjX9SAmi/Hk5VC3DVUoC9jDYti0wF7oIdQD+NZd8kt8amjZW 78VzyHLtEpsQak3q2ekMBy6t1TcLgwA= =QAQL -----END PGP SIGNATURE----- Merge tag 'netfs-lib-20240104' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs Pull netfs updates from David Howells: A few follow-up fixes for the netfs work for this cycle. * tag 'netfs-lib-20240104' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs" netfs: Rearrange netfs_io_subrequest to put request pointer first 9p: Use length of data written to the server in preference to error 9p: Do a couple of cleanups 9p: Fix initialisation of netfs_inode for 9p cachefiles: Fix __cachefiles_prepare_write() Signed-off-by: Christian Brauner <brauner@kernel.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 | ||
.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 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.