All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nick Desaulniers <ndesaulniers@google.com>
To: Philip Li <philip.li@intel.com>
Cc: Chen Rong <rong.a.chen@intel.com>,
	Nathan Chancellor <nathan@kernel.org>,
	clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
	linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Memory Management List <linux-mm@kvack.org>,
	kernel test robot <lkp@intel.com>,
	Brian Cain <bcain@codeaurora.org>,
	Sid Manning <sidneym@codeaurora.org>,
	Sylvestre Ledru <sylvestre@mozilla.com>
Subject: Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
Date: Fri, 6 Aug 2021 09:57:49 -0700	[thread overview]
Message-ID: <CAKwvOdmP1Bb0wkyUJAs-n5wT-obH56jw2zcBpT7jpV84id4tfw@mail.gmail.com> (raw)
In-Reply-To: <20210806102246.GB1330186@pl-dbox>

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

WARNING: multiple messages have this Message-ID (diff)
From: Nick Desaulniers <ndesaulniers@google.com>
To: kbuild-all@lists.01.org
Subject: Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
Date: Fri, 06 Aug 2021 09:57:49 -0700	[thread overview]
Message-ID: <CAKwvOdmP1Bb0wkyUJAs-n5wT-obH56jw2zcBpT7jpV84id4tfw@mail.gmail.com> (raw)
In-Reply-To: <20210806102246.GB1330186@pl-dbox>

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

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(a)lists.01.org
> >
> >
> >
> > --
> > Thanks,
> > ~Nick Desaulniers



-- 
Thanks,
~Nick Desaulniers

  reply	other threads:[~2021-08-06 16:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-04 11:38 ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! kernel test robot
2021-08-04 11:38 ` kernel test robot
2021-08-04 17:18 ` Nick Desaulniers
2021-08-04 17:18   ` Nick Desaulniers
2021-08-04 17:18   ` Nick Desaulniers
2021-08-06 10:22   ` Philip Li
2021-08-06 10:22     ` Philip Li
2021-08-06 16:57     ` Nick Desaulniers [this message]
2021-08-06 16:57       ` Nick Desaulniers
2021-08-06 16:57       ` Nick Desaulniers
2021-08-08  9:13       ` Sylvestre Ledru
2021-08-08  9:13         ` Sylvestre Ledru
2021-08-09 17:24         ` Nick Desaulniers
2021-08-09 17:24           ` Nick Desaulniers
2021-08-09 17:24           ` Nick Desaulniers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKwvOdmP1Bb0wkyUJAs-n5wT-obH56jw2zcBpT7jpV84id4tfw@mail.gmail.com \
    --to=ndesaulniers@google.com \
    --cc=akpm@linux-foundation.org \
    --cc=bcain@codeaurora.org \
    --cc=clang-built-linux@googlegroups.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=lkp@intel.com \
    --cc=nathan@kernel.org \
    --cc=philip.li@intel.com \
    --cc=rong.a.chen@intel.com \
    --cc=sidneym@codeaurora.org \
    --cc=sylvestre@mozilla.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.