No description
Find a file
Claudiu Beznea 355b306c60 ASoC: imx-audmix: check return value of devm_kasprintf()
[ Upstream commit 2f76e1d6ca ]

devm_kasprintf() returns a pointer to dynamically allocated memory.
Pointer could be NULL in case allocation fails. Check pointer validity.
Identified with coccinelle (kmerr.cocci script).

Fixes: b86ef53677 ("ASoC: fsl: Add Audio Mixer machine driver")
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20230614121509.443926-1-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-08-20 15:24:33 +08:00
arch arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz 2023-08-20 15:24:32 +08:00
block
certs
crypto
Documentation
drivers drivers: meson: secure-pwrc: always enable DMA domain 2023-08-20 15:24:33 +08:00
fs ovl: update of dentry revalidate flags after copy up 2023-08-20 15:24:33 +08:00
include
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound ASoC: imx-audmix: check return value of devm_kasprintf() 2023-08-20 15:24:33 +08:00
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.