linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
@ 2021-08-04 11:38 kernel test robot
  2021-08-04 17:18 ` Nick Desaulniers
  0 siblings, 1 reply; 6+ messages in thread
From: kernel test robot @ 2021-08-04 11:38 UTC (permalink / raw)
  To: Nathan Chancellor
  Cc: clang-built-linux, kbuild-all, linux-kernel, Nick Desaulniers,
	Andrew Morton, Linux Memory Management List

[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]

Hi Nathan,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   d5ad8ec3cfb56a017de6a784835666475b4be349
commit: 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script
date:   4 weeks ago
config: hexagon-randconfig-r023-20210804 (attached as .config)
compiler: clang version 12.0.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6fef087d0d37ba7dba8f3d75566eb4c256cd6742
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 6fef087d0d37ba7dba8f3d75566eb4c256cd6742
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>, old ones prefixed by <<):

>> ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
>> ERROR: modpost: "__raw_readsl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 21820 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
  2021-08-04 11:38 ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! kernel test robot
@ 2021-08-04 17:18 ` Nick Desaulniers
  2021-08-06 10:22   ` Philip Li
  0 siblings, 1 reply; 6+ messages in thread
From: Nick Desaulniers @ 2021-08-04 17:18 UTC (permalink / raw)
  To: Chen Rong, Philip Li
  Cc: Nathan Chancellor, clang-built-linux, kbuild-all, linux-kernel,
	Andrew Morton, Linux Memory Management List, kernel test robot

On Wed, Aug 4, 2021 at 4:39 AM kernel test robot <lkp@intel.com> wrote:
>
> Hi Nathan,
>
> First bad commit (maybe != root cause):
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   d5ad8ec3cfb56a017de6a784835666475b4be349
> commit: 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script
> date:   4 weeks ago
> config: hexagon-randconfig-r023-20210804 (attached as .config)

cool, one of the first reports from 0day bot of hexagon :)

> compiler: clang version 12.0.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6fef087d0d37ba7dba8f3d75566eb4c256cd6742
>         git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>         git fetch --no-tags linus master
>         git checkout 6fef087d0d37ba7dba8f3d75566eb4c256cd6742
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>, old ones prefixed by <<):
>
> >> ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
> >> ERROR: modpost: "__raw_readsl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
>
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org



-- 
Thanks,
~Nick Desaulniers

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
  2021-08-04 17:18 ` Nick Desaulniers
@ 2021-08-06 10:22   ` Philip Li
  2021-08-06 16:57     ` Nick Desaulniers
  0 siblings, 1 reply; 6+ messages in thread
From: Philip Li @ 2021-08-06 10:22 UTC (permalink / raw)
  To: Nick Desaulniers
  Cc: Chen Rong, Nathan Chancellor, clang-built-linux, kbuild-all,
	linux-kernel, Andrew Morton, Linux Memory Management List,
	kernel test robot

On Wed, Aug 04, 2021 at 10:18:10AM -0700, Nick Desaulniers wrote:
> On Wed, Aug 4, 2021 at 4:39 AM kernel test robot <lkp@intel.com> wrote:
> >
> > Hi Nathan,
> >
> > First bad commit (maybe != root cause):
> >
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   d5ad8ec3cfb56a017de6a784835666475b4be349
> > commit: 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script
> > date:   4 weeks ago
> > config: hexagon-randconfig-r023-20210804 (attached as .config)
> 
> cool, one of the first reports from 0day bot of hexagon :)
:-) yeah, we just enabled it. BTW: we use one specific version of clang,
does such hexagon support work in latest clang 14.0.0?

Thanks

> 
> > compiler: clang version 12.0.0
> > reproduce (this is a W=1 build):
> >         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6fef087d0d37ba7dba8f3d75566eb4c256cd6742
> >         git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> >         git fetch --no-tags linus master
> >         git checkout 6fef087d0d37ba7dba8f3d75566eb4c256cd6742
> >         # save the attached .config to linux build tree
> >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon
> >
> > If you fix the issue, kindly add following tag as appropriate
> > Reported-by: kernel test robot <lkp@intel.com>
> >
> > All errors (new ones prefixed by >>, old ones prefixed by <<):
> >
> > >> ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
> > >> ERROR: modpost: "__raw_readsl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
> >
> > ---
> > 0-DAY CI Kernel Test Service, Intel Corporation
> > https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
> 
> 
> 
> -- 
> Thanks,
> ~Nick Desaulniers

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
  2021-08-06 10:22   ` Philip Li
@ 2021-08-06 16:57     ` Nick Desaulniers
  2021-08-08  9:13       ` Sylvestre Ledru
  0 siblings, 1 reply; 6+ messages in thread
From: Nick Desaulniers @ 2021-08-06 16:57 UTC (permalink / raw)
  To: Philip Li
  Cc: Chen Rong, Nathan Chancellor, clang-built-linux, kbuild-all,
	linux-kernel, Andrew Morton, Linux Memory Management List,
	kernel test robot, Brian Cain, Sid Manning, Sylvestre Ledru

On Fri, Aug 6, 2021 at 3:28 AM Philip Li <philip.li@intel.com> wrote:
>
> On Wed, Aug 04, 2021 at 10:18:10AM -0700, Nick Desaulniers wrote:
> > On Wed, Aug 4, 2021 at 4:39 AM kernel test robot <lkp@intel.com> wrote:
> > >
> > > Hi Nathan,
> > >
> > > First bad commit (maybe != root cause):
> > >
> > > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > > head:   d5ad8ec3cfb56a017de6a784835666475b4be349
> > > commit: 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script
> > > date:   4 weeks ago
> > > config: hexagon-randconfig-r023-20210804 (attached as .config)
> >
> > cool, one of the first reports from 0day bot of hexagon :)
> :-) yeah, we just enabled it. BTW: we use one specific version of clang,
> does such hexagon support work in latest clang 14.0.0?

Yes, it ought to; we're using ToT llvm to build it in our CI.  I'm not
precisely sure about clang-13 yet until the apt.llvm.org binaries
exist for that branch.

>
> Thanks
>
> >
> > > compiler: clang version 12.0.0
> > > reproduce (this is a W=1 build):
> > >         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> > >         chmod +x ~/bin/make.cross
> > >         # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6fef087d0d37ba7dba8f3d75566eb4c256cd6742
> > >         git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> > >         git fetch --no-tags linus master
> > >         git checkout 6fef087d0d37ba7dba8f3d75566eb4c256cd6742
> > >         # save the attached .config to linux build tree
> > >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon
> > >
> > > If you fix the issue, kindly add following tag as appropriate
> > > Reported-by: kernel test robot <lkp@intel.com>
> > >
> > > All errors (new ones prefixed by >>, old ones prefixed by <<):
> > >
> > > >> ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
> > > >> ERROR: modpost: "__raw_readsl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
> > >
> > > ---
> > > 0-DAY CI Kernel Test Service, Intel Corporation
> > > https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
> >
> >
> >
> > --
> > Thanks,
> > ~Nick Desaulniers



-- 
Thanks,
~Nick Desaulniers

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
  2021-08-06 16:57     ` Nick Desaulniers
@ 2021-08-08  9:13       ` Sylvestre Ledru
  2021-08-09 17:24         ` Nick Desaulniers
  0 siblings, 1 reply; 6+ messages in thread
From: Sylvestre Ledru @ 2021-08-08  9:13 UTC (permalink / raw)
  To: Nick Desaulniers, Philip Li
  Cc: Chen Rong, Nathan Chancellor, clang-built-linux, kbuild-all,
	linux-kernel, Andrew Morton, Linux Memory Management List,
	kernel test robot, Brian Cain, Sid Manning

Hello,

Le 06/08/2021 à 18:57, Nick Desaulniers a écrit :
> On Fri, Aug 6, 2021 at 3:28 AM Philip Li <philip.li@intel.com> wrote:
>> On Wed, Aug 04, 2021 at 10:18:10AM -0700, Nick Desaulniers wrote:
>>> On Wed, Aug 4, 2021 at 4:39 AM kernel test robot <lkp@intel.com> wrote:
>>>> Hi Nathan,
>>>>
>>>> First bad commit (maybe != root cause):
>>>>
>>>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>>>> head:   d5ad8ec3cfb56a017de6a784835666475b4be349
>>>> commit: 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script
>>>> date:   4 weeks ago
>>>> config: hexagon-randconfig-r023-20210804 (attached as .config)
>>> cool, one of the first reports from 0day bot of hexagon :)
>> :-) yeah, we just enabled it. BTW: we use one specific version of clang,
>> does such hexagon support work in latest clang 14.0.0?
> Yes, it ought to; we're using ToT llvm to build it in our CI.  I'm not
> precisely sure about clang-13 yet until the apt.llvm.org binaries
> exist for that branch.

The branch already exists. The webpage wasn't just live yet but it
should be a few hours (CDN):

https://apt.llvm.org/

Cheers

S



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
  2021-08-08  9:13       ` Sylvestre Ledru
@ 2021-08-09 17:24         ` Nick Desaulniers
  0 siblings, 0 replies; 6+ messages in thread
From: Nick Desaulniers @ 2021-08-09 17:24 UTC (permalink / raw)
  To: Sylvestre Ledru
  Cc: Philip Li, Chen Rong, Nathan Chancellor, clang-built-linux,
	kbuild-all, linux-kernel, Andrew Morton,
	Linux Memory Management List, kernel test robot, Brian Cain,
	Sid Manning

On Sun, Aug 8, 2021 at 2:13 AM Sylvestre Ledru <sylvestre@mozilla.com> wrote:
>
> Hello,
>
> Le 06/08/2021 à 18:57, Nick Desaulniers a écrit :
> > On Fri, Aug 6, 2021 at 3:28 AM Philip Li <philip.li@intel.com> wrote:
> >> On Wed, Aug 04, 2021 at 10:18:10AM -0700, Nick Desaulniers wrote:
> >>> On Wed, Aug 4, 2021 at 4:39 AM kernel test robot <lkp@intel.com> wrote:
> >>>> Hi Nathan,
> >>>>
> >>>> First bad commit (maybe != root cause):
> >>>>
> >>>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> >>>> head:   d5ad8ec3cfb56a017de6a784835666475b4be349
> >>>> commit: 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script
> >>>> date:   4 weeks ago
> >>>> config: hexagon-randconfig-r023-20210804 (attached as .config)
> >>> cool, one of the first reports from 0day bot of hexagon :)
> >> :-) yeah, we just enabled it. BTW: we use one specific version of clang,
> >> does such hexagon support work in latest clang 14.0.0?
> > Yes, it ought to; we're using ToT llvm to build it in our CI.  I'm not
> > precisely sure about clang-13 yet until the apt.llvm.org binaries
> > exist for that branch.
>
> The branch already exists. The webpage wasn't just live yet but it
> should be a few hours (CDN):
>
> https://apt.llvm.org/

Thanks Sylvestre! Nathan has the list of next steps for upgrading our
CI to add coverage of the newly cut branch at:
https://github.com/ClangBuiltLinux/continuous-integration2/issues/176
-- 
Thanks,
~Nick Desaulniers

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-09 17:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 11:38 ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! kernel test robot
2021-08-04 17:18 ` Nick Desaulniers
2021-08-06 10:22   ` Philip Li
2021-08-06 16:57     ` Nick Desaulniers
2021-08-08  9:13       ` Sylvestre Ledru
2021-08-09 17:24         ` Nick Desaulniers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).