mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
Linux kernel source tree
adp: - Fix error handling in plane setup -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEchf7rIzpz2NEoWjlaA3BHVMLeiMFAmflXdAACgkQaA3BHVML eiOlmggApoDBvX69OejLyjrhOXduxFv+UgDT7D0xsqumYnV7ILIA7Pi1k+GSqYgP 3IW5xYyQ5l0Lngd4SMDYMMZEP9/jugq9Ujl69GJ4o8VHjWAOprZ/Dt70qXCu1qCR 6Sc1s2qqP/D/I2reL+Mx7UO3tPGhr6aS1mMDgLzfkQfgAZNbOskP3lHgdPQe6Y5U ssSu4NKurol4+HxwwlZi+FPERi0Nfa44MaTJfNil0s7ihEHC7ih5i8G9XSJnIOWo cdr5+vQ9ElP0fmpi5K1qVd/aEIzuBAoYamkdLCN1GDl0wZquZWnlAfWElE+oRgMC dBgKG7cN+HeAO+7B5j6LRoYBRe0JJw== =MEAd -----END PGP SIGNATURE----- Merge tag 'drm-misc-next-fixes-2025-03-27' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next Short summary of fixes pull: adp: - Fix error handling in plane setup Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://lore.kernel.org/r/20250327141835.GA96037@linux.fritz.box |
||
|---|---|---|
| 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 | ||
| .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.