[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e76d764e-9ed2-b11e-cf0f-53e7172745d4@infradead.org>
Date: Tue, 25 May 2021 10:39:19 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
X86 ML <x86@...nel.org>
Subject: Re: linux-next: Tree for May 25 (x86: NR_CPUS undeclared)
On 5/24/21 11:39 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20210524:
>
on x86_64, there can be +/- 100 build errors like so:
../arch/x86/include/asm/fixmap.h:103:48: error: 'NR_CPUS' undeclared here (not in a function); did you mean 'NR_OPEN'?
FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
^~~~~~~
NR_OPEN
Fix is here:
https://lore.kernel.org/lkml/20210521195918.2183-1-rdunlap@infradead.org/
This is from 10 x86_64 randconfig builds:
$ buildsummary.pl -t build*.out
build-r9544.out: totals: error/warning files: 4, errors: 145, warnings: 2, Section mismatches: 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build-r9547.out: totals: error/warning files: 3, errors: 109, warnings: 1, Section mismatches: 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build-r9552.out: totals: error/warning files: 3, errors: 46, warnings: 1, Section mismatches: 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
~Randy
Powered by blists - more mailing lists