mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Linux kernel source tree
* Fix an OF node reference leak in the EyeQ reset controller driver. -----BEGIN PGP SIGNATURE----- iI0EABYIADUWIQRRO6F6WdpH1R0vGibVhaclGDdiwAUCaLmwoRcccC56YWJlbEBw ZW5ndXRyb25peC5kZQAKCRDVhaclGDdiwPp4AP4xxeCKzQAIxjZalSNQd9BsWP+n bu/S1a0ciZv9XvkZ7gD/TbpSnvgZgnSh79qLosvOg/bBa7rWMxZKaVH7FiNbRgc= =P8IK -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmjEQtAACgkQmmx57+YA GNljpg//fkFtBYPCnp1vxYs4SrAuBHrsi7S3IeQBV3PEjOLwTbz3rR4urdQ1uJMR ffZpCavNHlyNMvxUpJnUz3saFJm91AH4Kaz8dqPbFm7Ea5qDy+Sng7RaV/YQoRRi dvrTTQuOm9AXwLNCHknFQ2eefVAtuqix0+T0y+RjygxnFAMoy5i0XCDfEPRvKRaV D80rCFW5Dg5VGFcjD9mwbqmsdSB3/SYOwe3KVjyW8PAwjxR90pOM6zOuu43jAjrc FiWyyP1924yCafzAD1B43vn+psRGHytcWtY0l4wbMNh/JQbr72zcpGFFss82ORtG Uj+yOXzxyBdcJoeRdcF3KbL5SyLi4T879j9nsWDOiqL8o0U0xbNy6PNkaWyB1LB2 iVpK943AdFUObleikpMxQSAAbiOWfrdZbHAvjgFRn0gj5OO+TaPFAHcbrOOcr4yO y3/PZMF5lsvZxZo0ExYNd+yH50FL/JyMvIr0ENkz8WKSDJmJz6h59cuKnS1wniJc 8mUrSSq92bfhZIL91Gi6OHq/R5oAaUyelBw3U4j7VqYOj1xjGma/hVvo7VSizg2P OKIGpkILznd2D1gp91P2rCM2Qsf2lFg6P8B+7dA/VhZPJZ9esJaP0XnfdmCGSzmI mcK9oax6snQ4GSWqYO8Jr1RHX9IwNY4ZoRiTmcfAjdJtH5krObs= =aPgd -----END PGP SIGNATURE----- Merge tag 'reset-fixes-for-v6.17' of https://git.pengutronix.de/git/pza/linux into arm/fixes Reset controller fixes for v6.17 * Fix an OF node reference leak in the EyeQ reset controller driver. * tag 'reset-fixes-for-v6.17' of https://git.pengutronix.de/git/pza/linux: reset: eyeq: fix OF node leak Link: https://lore.kernel.org/r/20250904153345.2374313-1-p.zabel@pengutronix.de Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| 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.