Hi,
On 2022/11/7 5:43, Stephen Rothwell wrote:
Hi Stephen,
On Mon, 31 Oct 2022 08:39:17 +1100 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
Hi all,
After merging the sound-asoc-fixes tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
WARNING: modpost: sound/soc/snd-soc-core.o: section mismatch in reference: init_module (section: .init.text) -> snd_soc_util_exit (section: .exit.text)
Introduced by commit
6ec27c53886c ("ASoC: core: Fix use-after-free in snd_soc_exit()")
I am still getting this warning.
I compiled linux-next/master and didn't find the warning.
Also I noticed that the fix patch 06ba770a799f ("ASoC: soc-utils: Remove
__exit for snd_soc_util_exit()") is on the tree.
Have no idea what's going wrong. Could you please check whether this
fixup takes effect?