Re: linux-next: build failure after merge of the sound-asoc-fixes tree

From: Mark Brown

Date: Tue Oct 28 2025 - 07:53:56 EST


On Tue, Oct 28, 2025 at 09:37:25AM +1100, Stephen Rothwell wrote:
> On Tue, 28 Oct 2025 09:34:11 +1100 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:

> > I am still getting this failure. I cannot find anything that would
> > have interacted with this addition of name_prefix. I can only
> > speculate that maybe this file was not built in the past for an x86_64
> > allmodconfig (i.e. some KCONFIG change) or an update to an include file
> > has messed being committed.

> Found it! There is commit

> ea9771390378 ("ASoC: soc_sdw_utils: add name_prefix to asoc_sdw_codec_info struct")

> in the sound-asoc tree (which is not merged into linux-next until much
> later).

Yes, I know that. What was bothering me was why it wasn't showing up in
my build tests which normally include allmodconfig. I just realised
that I'm still suppressing those tests because mainline failed to build
an allmodconfig due to:

/build/stage/linux/drivers/dma/mmp_pdma.c:1188:14: error: shift count >= width o
f type [-Werror,-Wshift-count-overflow]
1188 | .dma_mask = DMA_BIT_MASK(64), /* force 64-bit DMA addr capabil
ity */
| ^~~~~~~~~~~~~~~~
/build/stage/linux/include/linux/dma-mapping.h:93:54: note: expanded from macro
'DMA_BIT_MASK'
93 | #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1))
| ^ ~~~

and never gets far enough into the build to show anything else. I think
that subsequently got fixed in mainline but I didn't merge up yet.

Attachment: signature.asc
Description: PGP signature