[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <731ec83a-1dd8-467e-88db-84d6ce313c72@sirena.org.uk>
Date: Tue, 28 Oct 2025 11:53:48 +0000
From: Mark Brown <broonie@...nel.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Liam Girdwood <lgirdwood@...il.com>,
Bard Liao <yung-chuan.liao@...ux.intel.com>,
Shuming Fan <shumingf@...ltek.com>,
Richard Fitzgerald <rf@...nsource.cirrus.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the sound-asoc-fixes
tree
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@...b.auug.org.au> 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.
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists