On Wed, 22 Apr 2020 14:51:46 +0200, Mark Brown wrote: > > On Wed, Apr 22, 2020 at 07:11:26AM -0500, Pierre-Louis Bossart wrote: > > On 4/22/20 6:26 AM, Mark Brown wrote: > > > > The recent batch of SOF changes failed to build on some x86 > > > configurations including an allmodconfig, revert the commits: > > > Not sure what happened here, these patches were held for a rather long time > > in the SOF tree, I haven't seen any kbuild report or email on this? > > This was reported by Stephen: > > https://lore.kernel.org/linux-next/20200421121130.44423958@xxxxxxxxxxxxxxxx/ > > with you in CC and the failures have been visible on kernelci. > > > We'll fix 'this' but if there's a pointer on what configurations failed that > > would be nice to know. > > As the above and Stephen's report said it shows up in allmodconfig, > that's the one I tested. I'm guessing it should show up in most > configurations where that code gets built. Through a quick glance, this seems to be the error from the user header installation. See the path shown "/usr/include/sound/..." in the error message. If uapi header needs inclusion of another header file, it must be also present in uapi/*. Takashi