All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [iio:ib-iio-scmi-5.12-rc1 1/1] ERROR: modpost: "__divdi3" undefined!
@ 2021-03-09  2:43 kernel test robot
  2021-03-09 10:15 ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2021-03-09  2:43 UTC (permalink / raw
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git ib-iio-scmi-5.12-rc1
head:   b24364b5bf5b07ffa1f4b5196e103e52c43a218e
commit: b24364b5bf5b07ffa1f4b5196e103e52c43a218e [1/1] iio/scmi: Adding support for IIO SCMI Based Sensors
config: mips-allmodconfig (attached as .config)
compiler: mips-linux-gcc (GCC) 9.3.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/jic23/iio.git/commit/?id=b24364b5bf5b07ffa1f4b5196e103e52c43a218e
        git remote add iio https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
        git fetch --no-tags iio ib-iio-scmi-5.12-rc1
        git checkout b24364b5bf5b07ffa1f4b5196e103e52c43a218e
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

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: "__divdi3" [drivers/iio/common/scmi_sensors/scmi_iio.ko] undefined!
>> ERROR: modpost: "__udivdi3" [drivers/iio/common/scmi_sensors/scmi_iio.ko] undefined!

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

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

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

* Re: [iio:ib-iio-scmi-5.12-rc1 1/1] ERROR: modpost: "__divdi3" undefined!
  2021-03-09  2:43 [iio:ib-iio-scmi-5.12-rc1 1/1] ERROR: modpost: "__divdi3" undefined! kernel test robot
@ 2021-03-09 10:15 ` Jonathan Cameron
  2021-03-09 23:15   ` Jyoti Bhayana
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2021-03-09 10:15 UTC (permalink / raw
  To: kbuild-all

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

On Tue, 9 Mar 2021 10:43:10 +0800
kernel test robot <lkp@intel.com> wrote:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git ib-iio-scmi-5.12-rc1
> head:   b24364b5bf5b07ffa1f4b5196e103e52c43a218e
> commit: b24364b5bf5b07ffa1f4b5196e103e52c43a218e [1/1] iio/scmi: Adding support for IIO SCMI Based Sensors
> config: mips-allmodconfig (attached as .config)
> compiler: mips-linux-gcc (GCC) 9.3.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/jic23/iio.git/commit/?id=b24364b5bf5b07ffa1f4b5196e103e52c43a218e
>         git remote add iio https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
>         git fetch --no-tags iio ib-iio-scmi-5.12-rc1
>         git checkout b24364b5bf5b07ffa1f4b5196e103e52c43a218e
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 
> 
> 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: "__divdi3" [drivers/iio/common/scmi_sensors/scmi_iio.ko] undefined!
> >> ERROR: modpost: "__udivdi3" [drivers/iio/common/scmi_sensors/scmi_iio.ko] undefined!  
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> 

Sudeep, probably wise to hold off if you haven't pulled yet.

Jyoti, can you fix this up on top of the slight mods I made and send
out a new version.

Then I'll roll immutable branch.

Thanks,

Jonathan

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

* Re: [iio:ib-iio-scmi-5.12-rc1 1/1] ERROR: modpost: "__divdi3" undefined!
  2021-03-09 10:15 ` Jonathan Cameron
@ 2021-03-09 23:15   ` Jyoti Bhayana
  0 siblings, 0 replies; 3+ messages in thread
From: Jyoti Bhayana @ 2021-03-09 23:15 UTC (permalink / raw
  To: kbuild-all

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

Hi Jonathan.

I have fixed this issue and uploaded v7 of the patch. Please let me
know if anything else is needed.

Thanks,
Jyoti


On Tue, Mar 9, 2021 at 2:16 AM Jonathan Cameron
<Jonathan.Cameron@huawei.com> wrote:
>
> On Tue, 9 Mar 2021 10:43:10 +0800
> kernel test robot <lkp@intel.com> wrote:
>
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git ib-iio-scmi-5.12-rc1
> > head:   b24364b5bf5b07ffa1f4b5196e103e52c43a218e
> > commit: b24364b5bf5b07ffa1f4b5196e103e52c43a218e [1/1] iio/scmi: Adding support for IIO SCMI Based Sensors
> > config: mips-allmodconfig (attached as .config)
> > compiler: mips-linux-gcc (GCC) 9.3.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/jic23/iio.git/commit/?id=b24364b5bf5b07ffa1f4b5196e103e52c43a218e
> >         git remote add iio https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
> >         git fetch --no-tags iio ib-iio-scmi-5.12-rc1
> >         git checkout b24364b5bf5b07ffa1f4b5196e103e52c43a218e
> >         # save the attached .config to linux build tree
> >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips
> >
> > 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: "__divdi3" [drivers/iio/common/scmi_sensors/scmi_iio.ko] undefined!
> > >> ERROR: modpost: "__udivdi3" [drivers/iio/common/scmi_sensors/scmi_iio.ko] undefined!
> >
> > ---
> > 0-DAY CI Kernel Test Service, Intel Corporation
> > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> >
>
> Sudeep, probably wise to hold off if you haven't pulled yet.
>
> Jyoti, can you fix this up on top of the slight mods I made and send
> out a new version.
>
> Then I'll roll immutable branch.
>
> Thanks,
>
> Jonathan
>

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

end of thread, other threads:[~2021-03-09 23:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-09  2:43 [iio:ib-iio-scmi-5.12-rc1 1/1] ERROR: modpost: "__divdi3" undefined! kernel test robot
2021-03-09 10:15 ` Jonathan Cameron
2021-03-09 23:15   ` Jyoti Bhayana

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.