mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
Linux kernel source tree
- Couple of fixes for out of bounds issues in memtrace and vas Thanks to: Ritesh Harjani (IBM), Haren Myneni, Jonathan Greental -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEqX2DNAOgU8sBX3pRpnEsdPSHZJQFAmhHmMoACgkQpnEsdPSH ZJSF0hAAlF22Jz/k2NdEV1hnOVOBwG3NIpJUKElbWXL/p9ppjbF4j76XHdnfcRGl vFUxJVAcyqDwLxpGJX1b9U51STl/A9gCnagrhVf8wMo3jcRaPIy4ycsQiRrz72nI NDFl0s3fGfUJoA7j/PPs11TB2+fxxkWf6wIpnMMJc2tT7G/FDrbGVB7g1Y/EiR3W tI3YpdUr9XK3uLplr9x4I4ItnmOyhvy+CNyHmRBiZuKFT1nw3F4aHQzmijhc0aiA bx32+fSEZIpvFSMNC912VQc4jFtZnDM/9mmJts8z/RqXzYo57PO6qQegXfDUPjwI x+Zgx72kkFlenxs/IBizIMlO2BE1LXhFnVFoML/nezCikovE31/sL8lCIarmP2+/ KZ5oC2hZUkKVsHvycKZEm49+l27wdEtJ7AUEcV/BRMKM+B28vey9LfgSOfqlurmK 3B79MKWQmEhkEAh2EZz0Hx4RrKbXm3Ts0aFLwHYV6OgXns7qgfrtCQEY57Je5iE6 4v/h3hzhH2ru3blSBwQhZwgbyahTVTD1H23y8e5P41oZfbpnkVOJM1hnhDUKoEUc HdA8Hiri2Cg4Xf+IVFTEnPl63yWhLhaUvLlpoS/o9iPzUTNUjvkpgC+6QfA7zshM bNs4vtlgZzdbncoMSMBj5cBM6O+CCAkpSfRYdCtkJSx3PjAXAS0= =OFw0 -----END PGP SIGNATURE----- Merge tag 'powerpc-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux Pull powerpc fixes from Madhavan Srinivasan: - a couple of fixes for out of bounds issues in memtrace and vas Thanks to Ritesh Harjani (IBM), Haren Myneni, and Jonathan Greental * tag 'powerpc-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap |
||
|---|---|---|
| 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.