linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* nouveau_drm.c:undefined reference to `nouveau_led_suspend'
@ 2016-12-15  0:58 kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2016-12-15  0:58 UTC (permalink / raw)
  To: Martin Peres; +Cc: kbuild-all, linux-kernel, Ben Skeggs

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

Hi Martin,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   412ac77a9d3ec015524dacea905471d66480b7ac
commit: 8d021d71b3247937a26ffdf313fd53a9d58778b7 drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logo
date:   9 weeks ago
config: x86_64-randconfig-s3-12150452 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout 8d021d71b3247937a26ffdf313fd53a9d58778b7
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `nouveau_do_suspend':
>> nouveau_drm.c:(.text+0x17f141): undefined reference to `nouveau_led_suspend'
   drivers/built-in.o: In function `nouveau_do_resume':
>> nouveau_drm.c:(.text+0x17f532): undefined reference to `nouveau_led_resume'
   drivers/built-in.o: In function `nouveau_drm_unload':
>> nouveau_drm.c:(.text+0x17f964): undefined reference to `nouveau_led_fini'
   drivers/built-in.o: In function `nouveau_drm_load':
>> nouveau_drm.c:(.text+0x18001c): undefined reference to `nouveau_led_init'

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

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

* nouveau_drm.c:undefined reference to `nouveau_led_suspend'
@ 2017-01-23  1:09 kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2017-01-23  1:09 UTC (permalink / raw)
  To: Martin Peres; +Cc: kbuild-all, linux-kernel, Ben Skeggs

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

Hi Martin,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   7a308bb3016f57e5be11a677d15b821536419d36
commit: 8d021d71b3247937a26ffdf313fd53a9d58778b7 drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logo
date:   3 months ago
config: x86_64-randconfig-ne0-01230633 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout 8d021d71b3247937a26ffdf313fd53a9d58778b7
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `nouveau_do_suspend':
>> nouveau_drm.c:(.text+0x976bd1): undefined reference to `nouveau_led_suspend'
   drivers/built-in.o: In function `nouveau_do_resume':
>> nouveau_drm.c:(.text+0x97757f): undefined reference to `nouveau_led_resume'
   drivers/built-in.o: In function `nouveau_drm_unload':
>> nouveau_drm.c:(.text+0x97813b): undefined reference to `nouveau_led_fini'
   drivers/built-in.o: In function `nouveau_drm_load':
>> nouveau_drm.c:(.text+0x9797ea): undefined reference to `nouveau_led_init'

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

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

* nouveau_drm.c:undefined reference to `nouveau_led_suspend'
@ 2017-01-17 14:25 kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2017-01-17 14:25 UTC (permalink / raw)
  To: Martin Peres; +Cc: kbuild-all, linux-kernel, Ben Skeggs

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

Hi Martin,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   5cf7a0f3442b2312326c39f571d637669a478235
commit: 8d021d71b3247937a26ffdf313fd53a9d58778b7 drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logo
date:   3 months ago
config: x86_64-randconfig-n0-01172020 (attached as .config)
compiler: gcc-4.8 (Debian 4.8.4-1) 4.8.4
reproduce:
        git checkout 8d021d71b3247937a26ffdf313fd53a9d58778b7
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `nouveau_do_suspend':
>> nouveau_drm.c:(.text+0x18f7d6): undefined reference to `nouveau_led_suspend'
   drivers/built-in.o: In function `nouveau_do_resume':
>> nouveau_drm.c:(.text+0x18fb97): undefined reference to `nouveau_led_resume'
   drivers/built-in.o: In function `nouveau_drm_load':
>> nouveau_drm.c:(.text+0x190a25): undefined reference to `nouveau_led_init'
   drivers/built-in.o: In function `nouveau_drm_unload':
>> nouveau_drm.c:(.text+0x190dae): undefined reference to `nouveau_led_fini'

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

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

* nouveau_drm.c:undefined reference to `nouveau_led_suspend'
@ 2017-01-01 21:09 kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2017-01-01 21:09 UTC (permalink / raw)
  To: Martin Peres; +Cc: kbuild-all, linux-kernel, Ben Skeggs

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

Hi Martin,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   238d1d0f79f619d75c2cc741d6770fb0986aef24
commit: 8d021d71b3247937a26ffdf313fd53a9d58778b7 drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logo
date:   3 months ago
config: x86_64-randconfig-h0-01020256 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        git checkout 8d021d71b3247937a26ffdf313fd53a9d58778b7
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `nouveau_do_suspend':
>> nouveau_drm.c:(.text+0x1fcb11): undefined reference to `nouveau_led_suspend'
   drivers/built-in.o: In function `nouveau_do_resume':
>> nouveau_drm.c:(.text+0x1fcf3a): undefined reference to `nouveau_led_resume'
   drivers/built-in.o: In function `nouveau_drm_unload':
>> nouveau_drm.c:(.text+0x1fd435): undefined reference to `nouveau_led_fini'
   drivers/built-in.o: In function `nouveau_drm_load':
>> nouveau_drm.c:(.text+0x1fde1b): undefined reference to `nouveau_led_init'

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

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

end of thread, other threads:[~2017-01-23  1:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15  0:58 nouveau_drm.c:undefined reference to `nouveau_led_suspend' kbuild test robot
2017-01-01 21:09 kbuild test robot
2017-01-17 14:25 kbuild test robot
2017-01-23  1:09 kbuild test robot

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