All of lore.kernel.org
 help / color / mirror / Atom feed
* [ulf.hansson-mmc:next 17/49] ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
@ 2017-05-30  0:07 kbuild test robot
  2017-05-30  9:40 ` Ulf Hansson
  0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2017-05-30  0:07 UTC (permalink / raw)
  To: Simon Horman; +Cc: kbuild-all, linux-mmc, Ulf Hansson, Wolfram Sang

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

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git next
head:   32f392efd4b345819bfab7e64296902b3887f834
commit: 3e48fdd88e8a52cb11b82534485be954e20877a1 [17/49] mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 3e48fdd88e8a52cb11b82534485be954e20877a1
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

Note: the ulf.hansson-mmc/next HEAD 32f392efd4b345819bfab7e64296902b3887f834 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
>> ERROR: "renesas_sdhi_probe" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

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

* Re: [ulf.hansson-mmc:next 17/49] ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
  2017-05-30  0:07 [ulf.hansson-mmc:next 17/49] ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined! kbuild test robot
@ 2017-05-30  9:40 ` Ulf Hansson
  2017-05-30  9:55   ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Ulf Hansson @ 2017-05-30  9:40 UTC (permalink / raw)
  To: Simon Horman, Arnd Bergmann
  Cc: kbuild-all, linux-mmc, Wolfram Sang, kbuild test robot

+Arnd

On 30 May 2017 at 02:07, kbuild test robot <fengguang.wu@intel.com> wrote:
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git next
> head:   32f392efd4b345819bfab7e64296902b3887f834
> commit: 3e48fdd88e8a52cb11b82534485be954e20877a1 [17/49] mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file
> config: arm-allmodconfig (attached as .config)
> compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
> reproduce:
>         wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout 3e48fdd88e8a52cb11b82534485be954e20877a1
>         # save the attached .config to linux build tree
>         make.cross ARCH=arm
>
> Note: the ulf.hansson-mmc/next HEAD 32f392efd4b345819bfab7e64296902b3887f834 builds fine.
>       It only hurts bisectibility.
>
> All errors (new ones prefixed by >>):
>
>>> ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
>>> ERROR: "renesas_sdhi_probe" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
>
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

So I decided to fold in Arnd's change to the commit causing the bisect
problem, of course keeping his SOB tag but also adding the below line
before that tag:
"[Arnd: Fixed module build error]"

Please tell me if you aren't happy with this!

Kind regards
Uffe

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

* Re: [ulf.hansson-mmc:next 17/49] ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
  2017-05-30  9:40 ` Ulf Hansson
@ 2017-05-30  9:55   ` Arnd Bergmann
  2017-05-30 18:42     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-05-30  9:55 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Simon Horman, kbuild-all, linux-mmc, Wolfram Sang, kbuild test robot

On Tue, May 30, 2017 at 11:40 AM, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> +Arnd
>
> On 30 May 2017 at 02:07, kbuild test robot <fengguang.wu@intel.com> wrote:
>> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git next
>> head:   32f392efd4b345819bfab7e64296902b3887f834
>> commit: 3e48fdd88e8a52cb11b82534485be954e20877a1 [17/49] mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file
>> config: arm-allmodconfig (attached as .config)
>> compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
>> reproduce:
>>         wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>>         chmod +x ~/bin/make.cross
>>         git checkout 3e48fdd88e8a52cb11b82534485be954e20877a1
>>         # save the attached .config to linux build tree
>>         make.cross ARCH=arm
>>
>> Note: the ulf.hansson-mmc/next HEAD 32f392efd4b345819bfab7e64296902b3887f834 builds fine.
>>       It only hurts bisectibility.
>>
>> All errors (new ones prefixed by >>):
>>
>>>> ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
>>>> ERROR: "renesas_sdhi_probe" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
>>
>> ---
>> 0-DAY kernel test infrastructure                Open Source Technology Center
>> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
>
> So I decided to fold in Arnd's change to the commit causing the bisect
> problem, of course keeping his SOB tag but also adding the below line
> before that tag:
> "[Arnd: Fixed module build error]"
>
> Please tell me if you aren't happy with this!

Sure, sounds good.

         Arnd

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

* Re: [ulf.hansson-mmc:next 17/49] ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
  2017-05-30  9:55   ` Arnd Bergmann
@ 2017-05-30 18:42     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-05-30 18:42 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Ulf Hansson, kbuild-all, linux-mmc, Wolfram Sang, kbuild test robot

On Tue, May 30, 2017 at 11:55:08AM +0200, Arnd Bergmann wrote:
> On Tue, May 30, 2017 at 11:40 AM, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> > +Arnd
> >
> > On 30 May 2017 at 02:07, kbuild test robot <fengguang.wu@intel.com> wrote:
> >> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git next
> >> head:   32f392efd4b345819bfab7e64296902b3887f834
> >> commit: 3e48fdd88e8a52cb11b82534485be954e20877a1 [17/49] mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file
> >> config: arm-allmodconfig (attached as .config)
> >> compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
> >> reproduce:
> >>         wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> >>         chmod +x ~/bin/make.cross
> >>         git checkout 3e48fdd88e8a52cb11b82534485be954e20877a1
> >>         # save the attached .config to linux build tree
> >>         make.cross ARCH=arm
> >>
> >> Note: the ulf.hansson-mmc/next HEAD 32f392efd4b345819bfab7e64296902b3887f834 builds fine.
> >>       It only hurts bisectibility.
> >>
> >> All errors (new ones prefixed by >>):
> >>
> >>>> ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
> >>>> ERROR: "renesas_sdhi_probe" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
> >>
> >> ---
> >> 0-DAY kernel test infrastructure                Open Source Technology Center
> >> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> >
> > So I decided to fold in Arnd's change to the commit causing the bisect
> > problem, of course keeping his SOB tag but also adding the below line
> > before that tag:
> > "[Arnd: Fixed module build error]"
> >
> > Please tell me if you aren't happy with this!
> 
> Sure, sounds good.

Thanks, sorry for the fall-out.

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

end of thread, other threads:[~2017-05-30 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-30  0:07 [ulf.hansson-mmc:next 17/49] ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined! kbuild test robot
2017-05-30  9:40 ` Ulf Hansson
2017-05-30  9:55   ` Arnd Bergmann
2017-05-30 18:42     ` Simon Horman

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.