public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes for Tegra audio
@ 2024-08-23 14:43 Sameer Pujar
  2024-08-23 14:43 ` [PATCH 1/2] ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object Sameer Pujar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sameer Pujar @ 2024-08-23 14:43 UTC (permalink / raw)
  To: broonie, linux-sound
  Cc: lgirdwood, perex, tiwai, thierry.reding, jonathanh, mkumard,
	spujar, rituc, jbrunet, linux-kernel, linux-tegra, robelin

This is a small series which fixes two bugs which were discovered
on NVIDIA Jetson AGX Orin platform.

The first patch in the series fixes a KASAN UAF bug discovered
during suspend/resume testing. This is a core DAPM fix.

The second patch fixes CBB error and this is Tegra in AHUB driver.
This error happens when Tegra audio drivers were built as part of
kernel image.

Mohan Kumar (1):
  ASoC: tegra: Fix CBB error during probe()

robelin (1):
  ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object

 sound/soc/soc-dapm.c            |  1 +
 sound/soc/tegra/tegra210_ahub.c | 10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-24 10:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 14:43 [PATCH 0/2] Fixes for Tegra audio Sameer Pujar
2024-08-23 14:43 ` [PATCH 1/2] ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object Sameer Pujar
2024-08-23 22:03   ` Mark Brown
2024-08-23 14:43 ` [PATCH 2/2] ASoC: tegra: Fix CBB error during probe() Sameer Pujar
2024-08-24 10:13 ` [PATCH 0/2] Fixes for Tegra audio Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox