Hi Thierry Thank you for the patch > From: Thierry Reding <treding@xxxxxxxxxx> > > struct link_info can grow fairly large and may cause the stack frame > size to be exceeded when allocated on the stack. Some architectures > such as 32-bit ARM, RISC-V or PowerPC have small stack frames where > this causes a compiler warning, so allocate these structures on the > heap instead of the stack. > > Fixes: 343e55e71877 ("ASoC: simple-card-utils: Increase maximum number of links to 128") > Reported-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> Thank you for your help !! Best regards --- Kuninori Morimoto