a8b5e037d8
* memory leak fix in hsi_add_client_from_dt() error path -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAmCHI4wACgkQ2O7X88g7 +pq7JA//Xd0yDa9ro6im0Hlu1ND13nRuHjVoMD9K05wzpdKI/ARHd6qkWxfWqmMl E2aMKK3Qm6yAuE2oiiuIC78j7ejE1MB6SWa+GTqhHO7/RxGdbCb/xtdVmIh3DMC1 l1CBdoMRibfu80K+/FrIvnAN76WFiyY5P6nPGNcmac+DXWanvKRLVPuSXpcFz88h 82jROpRcoZ9nPR1ubdY5HTfrPhVr/8E9K6UJ+dnXRz4WNACO85ue5kBFWPz9JS4k BltaW6L7PteaiMO7fbL/hMJRc4ItmfmyIam+XSsq7IhmaZfNFEl+/u4RSKqUbfjr tXWnGkRXFWzoJN90OX51VLonbJrYacaXJEzD/VQ9CRDKeLLVsS24upZH/5i9dJ2U Hh3InjS5zNHWqdDpJqzeu/31WwsQQ2QNfYviueYhWScS/GjbFRAUNgxBhfCZdbsB aKix/GYbxqep2ntcz/+YUFxus7Hv201XO3PnZuV80RQL9MOxTpDPde2j/xvvVO7j HyDBdw0mSDstyi1Xg80cLEdNz4v8h1AcWRPY3sKLmPE86/KBySOyQbKonJmreqiE JamwkFtBJKlH1QseIR3jo7Rj9bXb6CW0HGyfkvQ4qmfHD3rKj3Yu3OhE8aUgmzJ1 95GwkCkYKwx36V8npddGOxOa9daL5tAzl+GouhfgQiReCcE3iE0= =HIRp -----END PGP SIGNATURE----- Merge tag 'hsi-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi Pull HSI update from Sebastian Reichel: - memory leak fix in hsi_add_client_from_dt() error path * tag 'hsi-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi: HSI: core: fix resource leaks in hsi_add_client_from_dt() |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
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.