From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3213425766464629537==" MIME-Version: 1.0 From: Philip Li To: kbuild-all@lists.01.org Subject: Re: [peterz-queue:sched/urgent 4/5] ld.lld: error: section .text at 0xFFFFFFFF80200000 of size 0x1E8915C exceeds available address space Date: Sat, 04 Apr 2020 09:02:10 +0800 Message-ID: <20200404010210.GA13010@intel.com> In-Reply-To: <20200403192058.GA41585@ubuntu-m2-xlarge-x86> List-Id: --===============3213425766464629537== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Fri, Apr 03, 2020 at 12:20:58PM -0700, Nathan Chancellor wrote: > On Fri, Apr 03, 2020 at 09:37:57AM -0700, 'Nick Desaulniers' via Clang Bu= ilt Linux wrote: > > + Fangrui, Rui, George > > The below errors from LLD look new to me, thoughts? > > = > > On Fri, Apr 3, 2020 at 8:42 AM kbuild test robot wrot= e: > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.= git sched/urgent > > > head: 59d4dade8ccbaa299f5f5dcd775f7a9b7277fb5a > > > commit: ae1177617ed17157f29959b0fe4d60f532a5b36e [4/5] workqueue: Rem= ove the warning in wq_worker_sleeping() > > > config: mips-randconfig-a001-20200403 (attached as .config) > > > compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project = f68cc2a7ed766965028b8b0f0d9300a0460c3cf1) > > > reproduce: > > > wget https://raw.githubusercontent.com/intel/lkp-tests/master= /sbin/make.cross -O ~/bin/make.cross > > > chmod +x ~/bin/make.cross > > > git checkout ae1177617ed17157f29959b0fe4d60f532a5b36e > > > # save the attached .config to linux build tree > > > COMPILER=3Dclang make.cross ARCH=3Dmips > > > > > > If you fix the issue, kindly add following tag > > > Reported-by: kbuild test robot > > > > > > All errors (new ones prefixed by >>): > > > > > > >> ld.lld: error: section .text at 0xFFFFFFFF80200000 of size 0x1E891= 5C exceeds available address space > > > >> ld.lld: error: section __ex_table at 0xFFFFFFFF82089160 of size 0x= 27B0 exceeds available address space > > > >> ld.lld: error: section __dbe_table at 0xFFFFFFFF8208B910 of size 0= x0 exceeds available address space > > > ld.lld: error: section .rodata at 0xFFFFFFFF8208C000 of size 0x480= F81 exceeds available address space > > > ld.lld: error: section .data..page_aligned at 0xFFFFFFFF8250D000 o= f size 0x2000 exceeds available address space > > > ld.lld: error: section .got at 0xFFFFFFFF8250F000 of size 0x8 exce= eds available address space > > > ld.lld: error: section .rodata1 at 0xFFFFFFFF8250F008 of size 0x0 = exceeds available address space > > > ld.lld: error: section .pci_fixup at 0xFFFFFFFF8250F008 of size 0x= 0 exceeds available address space > > > ld.lld: error: section .builtin_fw at 0xFFFFFFFF8250F008 of size 0= x0 exceeds available address space > > > ld.lld: error: section __ksymtab at 0xFFFFFFFF8250F008 of size 0x1= 45EC exceeds available address space > > > ld.lld: error: section __ksymtab_gpl at 0xFFFFFFFF825235F4 of size= 0x12378 exceeds available address space > > > ld.lld: error: section __ksymtab_unused at 0xFFFFFFFF8253596C of s= ize 0x0 exceeds available address space > > > ld.lld: error: section __ksymtab_unused_gpl at 0xFFFFFFFF8253596C = of size 0x0 exceeds available address space > > > ld.lld: error: section __ksymtab_gpl_future at 0xFFFFFFFF8253596C = of size 0x0 exceeds available address space > > > ld.lld: error: section __kcrctab at 0xFFFFFFFF8253596C of size 0x0= exceeds available address space > > > ld.lld: error: section __kcrctab_gpl at 0xFFFFFFFF8253596C of size= 0x0 exceeds available address space > > > ld.lld: error: section __kcrctab_unused at 0xFFFFFFFF8253596C of s= ize 0x0 exceeds available address space > > > ld.lld: error: section __kcrctab_unused_gpl at 0xFFFFFFFF8253596C = of size 0x0 exceeds available address space > > > ld.lld: error: section __kcrctab_gpl_future at 0xFFFFFFFF8253596C = of size 0x0 exceeds available address space > > > ld.lld: error: section __ksymtab_strings at 0xFFFFFFFF8253596C of = size 0x40CB3 exceeds available address space > > > ld.lld: error: too many errors emitted, stopping now (use -error-l= imit=3D0 to see all errors) > > > > > > --- > > > 0-DAY CI Kernel Test Service, Intel Corporation > > > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org > > > > > = > > = > > = > > -- = > > Thanks, > > ~Nick Desaulniers > > = > = > This is an open issue on our issue tracker: > = > https://github.com/ClangBuiltLinux/linux/issues/786 > = > Note that this is a mips-randconfig. Thanks, we will temporarily blacklist this error. > = > Cheers, > Nathan >=20 --===============3213425766464629537==--