* [linux-next:master 3501/3504] riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b]
@ 2024-04-03 13:34 kernel test robot
2024-04-04 8:13 ` Vlastimil Babka
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2024-04-03 13:34 UTC (permalink / raw)
To: Vlastimil Babka; +Cc: oe-kbuild-all, Linux Memory Management List
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 727900b675b749c40ba1f6669c7ae5eb7eb8e837
commit: 68cd017e43dd5657fd2875b38da5933e1fa7660c [3501/3504] Merge branch 'slab/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
config: riscv-randconfig-r032-20221115 (https://download.01.org/0day-ci/archive/20240403/202404032101.sKzRXCWH-lkp@intel.com/config)
compiler: riscv32-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240403/202404032101.sKzRXCWH-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202404032101.sKzRXCWH-lkp@intel.com/
All errors (new ones prefixed by >>):
>> riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b]
riscv32-linux-ld: section .pci_fixup VMA [c2167be0,c216a82f] overlaps section .data VMA [c2000000,c274d5d7]
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 3501/3504] riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b]
2024-04-03 13:34 [linux-next:master 3501/3504] riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b] kernel test robot
@ 2024-04-04 8:13 ` Vlastimil Babka
2024-04-07 6:28 ` Liu, Yujie
0 siblings, 1 reply; 3+ messages in thread
From: Vlastimil Babka @ 2024-04-04 8:13 UTC (permalink / raw)
To: kernel test robot; +Cc: oe-kbuild-all, Linux Memory Management List
On 4/3/24 3:34 PM, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 727900b675b749c40ba1f6669c7ae5eb7eb8e837
> commit: 68cd017e43dd5657fd2875b38da5933e1fa7660c [3501/3504] Merge branch 'slab/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
> config: riscv-randconfig-r032-20221115 (https://download.01.org/0day-ci/archive/20240403/202404032101.sKzRXCWH-lkp@intel.com/config)
> compiler: riscv32-linux-gcc (GCC) 13.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240403/202404032101.sKzRXCWH-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202404032101.sKzRXCWH-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
>>> riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b]
> riscv32-linux-ld: section .pci_fixup VMA [c2167be0,c216a82f] overlaps section .data VMA [c2000000,c274d5d7]
Hm I don't really see how the slab/for-next could cause this. Could it be
false positive?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 3501/3504] riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b]
2024-04-04 8:13 ` Vlastimil Babka
@ 2024-04-07 6:28 ` Liu, Yujie
0 siblings, 0 replies; 3+ messages in thread
From: Liu, Yujie @ 2024-04-07 6:28 UTC (permalink / raw)
To: lkp, vbabka; +Cc: linux-mm, oe-kbuild-all
On Thu, 2024-04-04 at 10:13 +0200, Vlastimil Babka wrote:
> On 4/3/24 3:34 PM, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head: 727900b675b749c40ba1f6669c7ae5eb7eb8e837
> > commit: 68cd017e43dd5657fd2875b38da5933e1fa7660c [3501/3504] Merge branch 'slab/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
> > config: riscv-randconfig-r032-20221115 (https://download.01.org/0day-ci/archive/20240403/202404032101.sKzRXCWH-lkp@intel.com/config)
> > compiler: riscv32-linux-gcc (GCC) 13.2.0
> > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240403/202404032101.sKzRXCWH-lkp@intel.com/reproduce)
> >
> > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > the same patch/commit), kindly add following tags
> > > Reported-by: kernel test robot <lkp@intel.com>
> > > Closes: https://lore.kernel.org/oe-kbuild-all/202404032101.sKzRXCWH-lkp@intel.com/
> >
> > All errors (new ones prefixed by >>):
> >
> > > > riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b]
> > riscv32-linux-ld: section .pci_fixup VMA [c2167be0,c216a82f] overlaps section .data VMA [c2000000,c274d5d7]
>
> Hm I don't really see how the slab/for-next could cause this. Could it be
> false positive?
We looked into this case and found that the bot wrongly parsed the
riscv linker error and triggered a wrong bisection. We will fix the bug
at the bot side as soon as possible. Please kindly ignore this report
and the report at [1]. Sorry for the noise.
[1] https://lore.kernel.org/oe-kbuild-all/202404052022.Cwf2ilBp-lkp@intel.com/
Thanks,
Yujie
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-07 6:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03 13:34 [linux-next:master 3501/3504] riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b] kernel test robot
2024-04-04 8:13 ` Vlastimil Babka
2024-04-07 6:28 ` Liu, Yujie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox