* [linux-next:master 7083/7933] ld.lld: error: assignment to symbol __init_end does not converge
@ 2023-08-08 19:26 kernel test robot
2023-08-11 1:58 ` Miaohe Lin
0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2023-08-08 19:26 UTC (permalink / raw)
To: Miaohe Lin
Cc: llvm, oe-kbuild-all, Linux Memory Management List, Andrew Morton,
Mike Rapoport (IBM)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 71cd4fc492ec41e4acd85e98bbf7a13753fc1e03
commit: 489dcf298fbc8c0be81d98a6477ddeadc7327858 [7083/7933] mm/mm_init.c: remove obsolete macro HASH_SMALL
config: arm64-randconfig-r032-20230808 (https://download.01.org/0day-ci/archive/20230809/202308090338.AqDF9eEK-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce: (https://download.01.org/0day-ci/archive/20230809/202308090338.AqDF9eEK-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/202308090338.AqDF9eEK-lkp@intel.com/
Note: the linux-next/master HEAD 71cd4fc492ec41e4acd85e98bbf7a13753fc1e03 builds fine.
It may have been fixed somewhere.
All errors (new ones prefixed by >>):
>> ld.lld: error: assignment to symbol __init_end does not converge
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-next:master 7083/7933] ld.lld: error: assignment to symbol __init_end does not converge
2023-08-08 19:26 [linux-next:master 7083/7933] ld.lld: error: assignment to symbol __init_end does not converge kernel test robot
@ 2023-08-11 1:58 ` Miaohe Lin
2023-08-11 3:00 ` Nathan Chancellor
0 siblings, 1 reply; 4+ messages in thread
From: Miaohe Lin @ 2023-08-11 1:58 UTC (permalink / raw)
To: kernel test robot
Cc: llvm, oe-kbuild-all, Linux Memory Management List, Andrew Morton,
Mike Rapoport (IBM)
On 2023/8/9 3:26, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 71cd4fc492ec41e4acd85e98bbf7a13753fc1e03
> commit: 489dcf298fbc8c0be81d98a6477ddeadc7327858 [7083/7933] mm/mm_init.c: remove obsolete macro HASH_SMALL
> config: arm64-randconfig-r032-20230808 (https://download.01.org/0day-ci/archive/20230809/202308090338.AqDF9eEK-lkp@intel.com/config)
> compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
> reproduce: (https://download.01.org/0day-ci/archive/20230809/202308090338.AqDF9eEK-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/202308090338.AqDF9eEK-lkp@intel.com/
>
> Note: the linux-next/master HEAD 71cd4fc492ec41e4acd85e98bbf7a13753fc1e03 builds fine.
> It may have been fixed somewhere.
>
> All errors (new ones prefixed by >>):
>
>>> ld.lld: error: assignment to symbol __init_end does not converge
Thanks for your report. It seems that commit is irrelevant to the problem and I have no idea what
this error means. Could you please give me some more information?
Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-next:master 7083/7933] ld.lld: error: assignment to symbol __init_end does not converge
2023-08-11 1:58 ` Miaohe Lin
@ 2023-08-11 3:00 ` Nathan Chancellor
2023-08-11 3:21 ` Miaohe Lin
0 siblings, 1 reply; 4+ messages in thread
From: Nathan Chancellor @ 2023-08-11 3:00 UTC (permalink / raw)
To: Miaohe Lin
Cc: kernel test robot, llvm, oe-kbuild-all,
Linux Memory Management List, Andrew Morton, Mike Rapoport (IBM)
On Fri, Aug 11, 2023 at 09:58:02AM +0800, Miaohe Lin wrote:
> On 2023/8/9 3:26, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head: 71cd4fc492ec41e4acd85e98bbf7a13753fc1e03
> > commit: 489dcf298fbc8c0be81d98a6477ddeadc7327858 [7083/7933] mm/mm_init.c: remove obsolete macro HASH_SMALL
> > config: arm64-randconfig-r032-20230808 (https://download.01.org/0day-ci/archive/20230809/202308090338.AqDF9eEK-lkp@intel.com/config)
> > compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
> > reproduce: (https://download.01.org/0day-ci/archive/20230809/202308090338.AqDF9eEK-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/202308090338.AqDF9eEK-lkp@intel.com/
> >
> > Note: the linux-next/master HEAD 71cd4fc492ec41e4acd85e98bbf7a13753fc1e03 builds fine.
> > It may have been fixed somewhere.
> >
> > All errors (new ones prefixed by >>):
> >
> >>> ld.lld: error: assignment to symbol __init_end does not converge
>
> Thanks for your report. It seems that commit is irrelevant to the problem and I have no idea what
> this error means. Could you please give me some more information?
This is a known randconfig failure, it is safe for you to ignore it.
https://github.com/ClangBuiltLinux/linux/issues/1790
Cheers,
Nathan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-next:master 7083/7933] ld.lld: error: assignment to symbol __init_end does not converge
2023-08-11 3:00 ` Nathan Chancellor
@ 2023-08-11 3:21 ` Miaohe Lin
0 siblings, 0 replies; 4+ messages in thread
From: Miaohe Lin @ 2023-08-11 3:21 UTC (permalink / raw)
To: Nathan Chancellor
Cc: kernel test robot, llvm, oe-kbuild-all,
Linux Memory Management List, Andrew Morton, Mike Rapoport (IBM)
On 2023/8/11 11:00, Nathan Chancellor wrote:
> On Fri, Aug 11, 2023 at 09:58:02AM +0800, Miaohe Lin wrote:
>> On 2023/8/9 3:26, kernel test robot wrote:
>>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
>>> head: 71cd4fc492ec41e4acd85e98bbf7a13753fc1e03
>>> commit: 489dcf298fbc8c0be81d98a6477ddeadc7327858 [7083/7933] mm/mm_init.c: remove obsolete macro HASH_SMALL
>>> config: arm64-randconfig-r032-20230808 (https://download.01.org/0day-ci/archive/20230809/202308090338.AqDF9eEK-lkp@intel.com/config)
>>> compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
>>> reproduce: (https://download.01.org/0day-ci/archive/20230809/202308090338.AqDF9eEK-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/202308090338.AqDF9eEK-lkp@intel.com/
>>>
>>> Note: the linux-next/master HEAD 71cd4fc492ec41e4acd85e98bbf7a13753fc1e03 builds fine.
>>> It may have been fixed somewhere.
>>>
>>> All errors (new ones prefixed by >>):
>>>
>>>>> ld.lld: error: assignment to symbol __init_end does not converge
>>
>> Thanks for your report. It seems that commit is irrelevant to the problem and I have no idea what
>> this error means. Could you please give me some more information?
>
> This is a known randconfig failure, it is safe for you to ignore it.
Many thanks for your information! This really helps. :)
>
> https://github.com/ClangBuiltLinux/linux/issues/1790
>
> Cheers,
> Nathan
> .
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-11 3:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 19:26 [linux-next:master 7083/7933] ld.lld: error: assignment to symbol __init_end does not converge kernel test robot
2023-08-11 1:58 ` Miaohe Lin
2023-08-11 3:00 ` Nathan Chancellor
2023-08-11 3:21 ` Miaohe Lin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox