No description
Find a file
Bartosz Golaszewski ead6852245 gpio: fix resource unwinding order in error path
[ Upstream commit ec5c54a9d3 ]

Hogs are added *after* ACPI so should be removed *before* in error path.

Fixes: a411e81e61 ("gpiolib: add hogs support for machine code")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-06 14:38:50 +00:00
arch x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers 2024-03-06 14:38:49 +00:00
block
certs
crypto
Documentation
drivers gpio: fix resource unwinding order in error path 2024-03-06 14:38:50 +00:00
fs fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super 2024-03-06 14:38:50 +00:00
include
init
io_uring
ipc
kernel
lib
LICENSES
mm
net af_unix: Drop oob_skb ref before purging queue in GC. 2024-03-06 14:38:50 +00:00
samples
scripts
security tomoyo: fix UAF write bug in tomoyo_write_control() 2024-03-06 14:38:48 +00:00
sound ALSA: firewire-lib: fix to check cycle continuity 2024-03-06 14:38:48 +00:00
tools selftests: mptcp: add missing kconfig for NF Filter in v6 2024-03-06 14:38:49 +00:00
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.