No description
Find a file
Chen Hui 3b62d3b511 cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()
[ Upstream commit 9901c21bca ]

If "cpu_dev" fails to get opp table in qcom_cpufreq_hw_read_lut(),
the program will return, resulting in "table" resource is not released.

Fixes: 51c843cf77 ("cpufreq: qcom: Update the bandwidth levels on frequency change")
Signed-off-by: Chen Hui <judy.chenhui@huawei.com>
Reviewed-by: Sibi Sankar <quic_sibis@quicinc.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:57:13 +08:00
arch x86/sgx: Reduce delay and interference of enclave release 2023-04-19 17:57:13 +08:00
block block: move CONFIG_BLOCK guard to top Makefile 2023-04-19 17:57:04 +08:00
certs
crypto crypto: akcipher - default implementation for setting a private key 2023-04-19 17:55:27 +08:00
Documentation docs: update mediator contact information in CoC doc 2023-04-19 17:56:27 +08:00
drivers cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut() 2023-04-19 17:57:13 +08:00
fs fs: don't audit the capability check in simple_xattr_list() 2023-04-19 17:57:13 +08:00
include soc: qcom: apr: make code more reuseable 2023-04-19 17:57:08 +08:00
init init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash 2023-04-19 17:56:40 +08:00
io_uring io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() 2023-04-19 17:57:04 +08:00
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 2023-04-19 17:56:54 +08:00
kernel PM: hibernate: Fix mistake in kerneldoc comment 2023-04-19 17:57:13 +08:00
lib Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled 2023-04-19 17:56:53 +08:00
LICENSES
mm mm/gup: fix gup_pud_range() for dax 2023-04-19 17:56:58 +08:00
net Bluetooth: L2CAP: Fix u8 overflow 2023-04-19 17:57:06 +08:00
samples
scripts scripts/faddr2line: Fix regression in name resolution on ppc64le 2023-04-19 17:56:46 +08:00
security capabilities: fix potential memleak on error path from vfs_getxattr_alloc() 2023-04-19 17:56:03 +08:00
sound ASoC: ops: Correct bounds check for second channel on SX controls 2023-04-19 17:57:05 +08:00
tools objtool, kcsan: Add volatile read/write instrumentation to whitelist 2023-04-19 17:57:08 +08:00
usr
virt kvm: Add support for arch compat vm ioctls 2023-04-19 17:55:40 +08:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS io_uring: move to separate directory 2023-04-19 17:57:04 +08:00
Makefile Linux 5.15.85 2023-04-19 17:57:07 +08:00
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.