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