All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map'
@ 2021-04-08 12:09 ` kernel test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kernel test robot @ 2021-04-08 12:09 UTC (permalink / raw)
  To: Álvaro Fernández Rojas
  Cc: kbuild-all, Linux Memory Management List, Linus Walleij, Jonas Gorski

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   5103a5be098c0dae5d4b057520d7e9f4c5570979
commit: 155cca1b0794a8f541e7eaa45be70df0a49964f3 [7287/10499] pinctrl: add a pincontrol driver for BCM63268
config: parisc-randconfig-r014-20210408 (attached as .config)
compiler: hppa-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/next/linux-next.git/commit/?id=155cca1b0794a8f541e7eaa45be70df0a49964f3
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 155cca1b0794a8f541e7eaa45be70df0a49964f3
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=parisc 

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 >>):

   hppa-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm63268.o: in function `pinconf_generic_dt_node_to_map_pin':
>> (.text+0x174): undefined reference to `pinconf_generic_dt_node_to_map'

---
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: 30807 bytes --]

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

* [linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map'
@ 2021-04-08 12:09 ` kernel test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kernel test robot @ 2021-04-08 12:09 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   5103a5be098c0dae5d4b057520d7e9f4c5570979
commit: 155cca1b0794a8f541e7eaa45be70df0a49964f3 [7287/10499] pinctrl: add a pincontrol driver for BCM63268
config: parisc-randconfig-r014-20210408 (attached as .config)
compiler: hppa-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/next/linux-next.git/commit/?id=155cca1b0794a8f541e7eaa45be70df0a49964f3
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 155cca1b0794a8f541e7eaa45be70df0a49964f3
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=parisc 

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 >>):

   hppa-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm63268.o: in function `pinconf_generic_dt_node_to_map_pin':
>> (.text+0x174): undefined reference to `pinconf_generic_dt_node_to_map'

---
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: 30807 bytes --]

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

* Re: [linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map'
  2021-04-08 12:09 ` kernel test robot
@ 2021-04-08 12:57   ` Linus Walleij
  -1 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2021-04-08 12:57 UTC (permalink / raw)
  To: kernel test robot
  Cc: Álvaro Fernández Rojas, kbuild-all,
	Linux Memory Management List, Jonas Gorski

On Thu, Apr 8, 2021 at 2:10 PM kernel test robot <lkp@intel.com> wrote:

>    hppa-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm63268.o: in function `pinconf_generic_dt_node_to_map_pin':
> >> (.text+0x174): undefined reference to `pinconf_generic_dt_node_to_map'

Well that is interesting, as the Kconfig looks like this in the latest
-next tree:

config PINCTRL_BCM63268
        bool "Broadcom BCM63268 GPIO driver"
        depends on (BMIPS_GENERIC || COMPILE_TEST)
        depends on OF
        select PINCTRL_BCM63XX
        default BMIPS_GENERIC
        help
           Say Y here to enable the Broadcom BCM63268 GPIO driver.

depends on OF. But this config has:
  # CONFIG_OF is not set
So how is this happening?

Yours,
Linus Walleij


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

* Re: [linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map'
@ 2021-04-08 12:57   ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2021-04-08 12:57 UTC (permalink / raw)
  To: kbuild-all

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

On Thu, Apr 8, 2021 at 2:10 PM kernel test robot <lkp@intel.com> wrote:

>    hppa-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm63268.o: in function `pinconf_generic_dt_node_to_map_pin':
> >> (.text+0x174): undefined reference to `pinconf_generic_dt_node_to_map'

Well that is interesting, as the Kconfig looks like this in the latest
-next tree:

config PINCTRL_BCM63268
        bool "Broadcom BCM63268 GPIO driver"
        depends on (BMIPS_GENERIC || COMPILE_TEST)
        depends on OF
        select PINCTRL_BCM63XX
        default BMIPS_GENERIC
        help
           Say Y here to enable the Broadcom BCM63268 GPIO driver.

depends on OF. But this config has:
  # CONFIG_OF is not set
So how is this happening?

Yours,
Linus Walleij

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

* Re: [linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map'
  2021-04-08 12:57   ` Linus Walleij
@ 2021-04-08 14:36     ` Jonas Gorski
  -1 siblings, 0 replies; 8+ messages in thread
From: Jonas Gorski @ 2021-04-08 14:36 UTC (permalink / raw)
  To: Linus Walleij
  Cc: kernel test robot, Álvaro Fernández Rojas, kbuild-all,
	Linux Memory Management List

On Thu, 8 Apr 2021 at 14:57, Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Thu, Apr 8, 2021 at 2:10 PM kernel test robot <lkp@intel.com> wrote:
>
> >    hppa-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm63268.o: in function `pinconf_generic_dt_node_to_map_pin':
> > >> (.text+0x174): undefined reference to `pinconf_generic_dt_node_to_map'
>
> Well that is interesting, as the Kconfig looks like this in the latest
> -next tree:
>
> config PINCTRL_BCM63268
>         bool "Broadcom BCM63268 GPIO driver"
>         depends on (BMIPS_GENERIC || COMPILE_TEST)
>         depends on OF
>         select PINCTRL_BCM63XX
>         default BMIPS_GENERIC
>         help
>            Say Y here to enable the Broadcom BCM63268 GPIO driver.
>
> depends on OF. But this config has:
>   # CONFIG_OF is not set
> So how is this happening?

Not sure if this is a serious question, but if you check the robot
output, it is explicitly building the commit that adds the driver (it
even links the commit ;P), which is then obviously still missing the
OF dependency fixes you and Randy added later.

Regards
Jonas


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

* Re: [linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map'
@ 2021-04-08 14:36     ` Jonas Gorski
  0 siblings, 0 replies; 8+ messages in thread
From: Jonas Gorski @ 2021-04-08 14:36 UTC (permalink / raw)
  To: kbuild-all

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

On Thu, 8 Apr 2021 at 14:57, Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Thu, Apr 8, 2021 at 2:10 PM kernel test robot <lkp@intel.com> wrote:
>
> >    hppa-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm63268.o: in function `pinconf_generic_dt_node_to_map_pin':
> > >> (.text+0x174): undefined reference to `pinconf_generic_dt_node_to_map'
>
> Well that is interesting, as the Kconfig looks like this in the latest
> -next tree:
>
> config PINCTRL_BCM63268
>         bool "Broadcom BCM63268 GPIO driver"
>         depends on (BMIPS_GENERIC || COMPILE_TEST)
>         depends on OF
>         select PINCTRL_BCM63XX
>         default BMIPS_GENERIC
>         help
>            Say Y here to enable the Broadcom BCM63268 GPIO driver.
>
> depends on OF. But this config has:
>   # CONFIG_OF is not set
> So how is this happening?

Not sure if this is a serious question, but if you check the robot
output, it is explicitly building the commit that adds the driver (it
even links the commit ;P), which is then obviously still missing the
OF dependency fixes you and Randy added later.

Regards
Jonas

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

* Re: [linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map'
  2021-04-08 14:36     ` Jonas Gorski
@ 2021-04-08 15:07       ` Linus Walleij
  -1 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2021-04-08 15:07 UTC (permalink / raw)
  To: Jonas Gorski
  Cc: kernel test robot, Álvaro Fernández Rojas, kbuild-all,
	Linux Memory Management List

On Thu, Apr 8, 2021 at 4:36 PM Jonas Gorski <jonas.gorski@gmail.com> wrote:
> On Thu, 8 Apr 2021 at 14:57, Linus Walleij <linus.walleij@linaro.org> wrote:
> > On Thu, Apr 8, 2021 at 2:10 PM kernel test robot <lkp@intel.com> wrote:
> >
> > >    hppa-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm63268.o: in function `pinconf_generic_dt_node_to_map_pin':
> > > >> (.text+0x174): undefined reference to `pinconf_generic_dt_node_to_map'
> >
> > Well that is interesting, as the Kconfig looks like this in the latest
> > -next tree:
> >
> > config PINCTRL_BCM63268
> >         bool "Broadcom BCM63268 GPIO driver"
> >         depends on (BMIPS_GENERIC || COMPILE_TEST)
> >         depends on OF
> >         select PINCTRL_BCM63XX
> >         default BMIPS_GENERIC
> >         help
> >            Say Y here to enable the Broadcom BCM63268 GPIO driver.
> >
> > depends on OF. But this config has:
> >   # CONFIG_OF is not set
> > So how is this happening?
>
> Not sure if this is a serious question, but if you check the robot
> output, it is explicitly building the commit that adds the driver (it
> even links the commit ;P), which is then obviously still missing the
> OF dependency fixes you and Randy added later.

Aha that explains it. No I didn't see the commit ID, I blame it
on information stress, when the robot sends me something I
assume it is building/testing HEAD.

I think the robot used to say something like "HEAD works, this only
hurts bisectability", that was helpful.

Yours,
Linus Walleij


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

* Re: [linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map'
@ 2021-04-08 15:07       ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2021-04-08 15:07 UTC (permalink / raw)
  To: kbuild-all

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

On Thu, Apr 8, 2021 at 4:36 PM Jonas Gorski <jonas.gorski@gmail.com> wrote:
> On Thu, 8 Apr 2021 at 14:57, Linus Walleij <linus.walleij@linaro.org> wrote:
> > On Thu, Apr 8, 2021 at 2:10 PM kernel test robot <lkp@intel.com> wrote:
> >
> > >    hppa-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm63268.o: in function `pinconf_generic_dt_node_to_map_pin':
> > > >> (.text+0x174): undefined reference to `pinconf_generic_dt_node_to_map'
> >
> > Well that is interesting, as the Kconfig looks like this in the latest
> > -next tree:
> >
> > config PINCTRL_BCM63268
> >         bool "Broadcom BCM63268 GPIO driver"
> >         depends on (BMIPS_GENERIC || COMPILE_TEST)
> >         depends on OF
> >         select PINCTRL_BCM63XX
> >         default BMIPS_GENERIC
> >         help
> >            Say Y here to enable the Broadcom BCM63268 GPIO driver.
> >
> > depends on OF. But this config has:
> >   # CONFIG_OF is not set
> > So how is this happening?
>
> Not sure if this is a serious question, but if you check the robot
> output, it is explicitly building the commit that adds the driver (it
> even links the commit ;P), which is then obviously still missing the
> OF dependency fixes you and Randy added later.

Aha that explains it. No I didn't see the commit ID, I blame it
on information stress, when the robot sends me something I
assume it is building/testing HEAD.

I think the robot used to say something like "HEAD works, this only
hurts bisectability", that was helpful.

Yours,
Linus Walleij

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

end of thread, other threads:[~2021-04-08 15:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08 12:09 [linux-next:master 7287/10499] undefined reference to `pinconf_generic_dt_node_to_map' kernel test robot
2021-04-08 12:09 ` kernel test robot
2021-04-08 12:57 ` Linus Walleij
2021-04-08 12:57   ` Linus Walleij
2021-04-08 14:36   ` Jonas Gorski
2021-04-08 14:36     ` Jonas Gorski
2021-04-08 15:07     ` Linus Walleij
2021-04-08 15:07       ` Linus Walleij

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.