All of lore.kernel.org
 help / color / mirror / Atom feed
* da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
@ 2020-02-08 13:14 ` kbuild test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kbuild test robot @ 2020-02-08 13:14 UTC (permalink / raw)
  To: Marco Felsch
  Cc: kbuild-all, linux-kernel, Wim Van Sebroeck, Guenter Roeck,
	Stefan Lengfeld, Adam Thomson

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f757165705e92db62f85a1ad287e9251d1f2cd82
commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
date:   12 days ago
config: i386-randconfig-b001-20200208 (attached as .config)
compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
reproduce:
        git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
        # save the attached .config to linux build tree
        make ARCH=i386 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
>> da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'

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

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

* da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
@ 2020-02-08 13:14 ` kbuild test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kbuild test robot @ 2020-02-08 13:14 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f757165705e92db62f85a1ad287e9251d1f2cd82
commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
date:   12 days ago
config: i386-randconfig-b001-20200208 (attached as .config)
compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
reproduce:
        git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
        # save the attached .config to linux build tree
        make ARCH=i386 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
>> da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'

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

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

* Re: da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
  2020-02-08 13:14 ` kbuild test robot
@ 2020-02-08 16:06   ` Randy Dunlap
  -1 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-02-08 16:06 UTC (permalink / raw)
  To: kbuild test robot, Marco Felsch
  Cc: kbuild-all, linux-kernel, Wim Van Sebroeck, Guenter Roeck,
	Stefan Lengfeld, Adam Thomson

On 2/8/20 5:14 AM, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   f757165705e92db62f85a1ad287e9251d1f2cd82
> commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
> date:   12 days ago
> config: i386-randconfig-b001-20200208 (attached as .config)
> compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
> reproduce:
>         git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
>         # save the attached .config to linux build tree
>         make ARCH=i386 
> 
> If you fix the issue, kindly add following tag
> Reported-by: kbuild test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>    ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
>>> da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org


Also reported here:
https://lore.kernel.org/lkml/ac797eb0-9b0a-d2d3-3a40-3fbd0a8b5ee0@infradead.org/

on 2020-JAN-31.

-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

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

* Re: da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
@ 2020-02-08 16:06   ` Randy Dunlap
  0 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-02-08 16:06 UTC (permalink / raw)
  To: kbuild-all

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

On 2/8/20 5:14 AM, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   f757165705e92db62f85a1ad287e9251d1f2cd82
> commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
> date:   12 days ago
> config: i386-randconfig-b001-20200208 (attached as .config)
> compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
> reproduce:
>         git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
>         # save the attached .config to linux build tree
>         make ARCH=i386 
> 
> If you fix the issue, kindly add following tag
> Reported-by: kbuild test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>    ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
>>> da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org


Also reported here:
https://lore.kernel.org/lkml/ac797eb0-9b0a-d2d3-3a40-3fbd0a8b5ee0(a)infradead.org/

on 2020-JAN-31.

-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

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

* Re: da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
  2020-02-08 16:06   ` Randy Dunlap
@ 2020-02-08 16:38     ` Guenter Roeck
  -1 siblings, 0 replies; 10+ messages in thread
From: Guenter Roeck @ 2020-02-08 16:38 UTC (permalink / raw)
  To: Randy Dunlap, kbuild test robot, Marco Felsch
  Cc: kbuild-all, linux-kernel, Wim Van Sebroeck, Stefan Lengfeld,
	Adam Thomson

On 2/8/20 8:06 AM, Randy Dunlap wrote:
> On 2/8/20 5:14 AM, kbuild test robot wrote:
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head:   f757165705e92db62f85a1ad287e9251d1f2cd82
>> commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
>> date:   12 days ago
>> config: i386-randconfig-b001-20200208 (attached as .config)
>> compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
>> reproduce:
>>          git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
>>          # save the attached .config to linux build tree
>>          make ARCH=i386
>>
>> If you fix the issue, kindly add following tag
>> Reported-by: kbuild test robot <lkp@intel.com>
>>
>> All errors (new ones prefixed by >>):
>>
>>     ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
>>>> da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'
>>
>> ---
>> 0-DAY CI Kernel Test Service, Intel Corporation
>> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
> 
> 
> Also reported here:
> https://lore.kernel.org/lkml/ac797eb0-9b0a-d2d3-3a40-3fbd0a8b5ee0@infradead.org/
> 

Yes, I know, and 0-day reported it earlier as well. Unfortunately
neither resulted in a fix. I submitted one last night; see
https://patchwork.kernel.org/patch/11371651/.

Guenter

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

* Re: da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
@ 2020-02-08 16:38     ` Guenter Roeck
  0 siblings, 0 replies; 10+ messages in thread
From: Guenter Roeck @ 2020-02-08 16:38 UTC (permalink / raw)
  To: kbuild-all

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

On 2/8/20 8:06 AM, Randy Dunlap wrote:
> On 2/8/20 5:14 AM, kbuild test robot wrote:
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head:   f757165705e92db62f85a1ad287e9251d1f2cd82
>> commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
>> date:   12 days ago
>> config: i386-randconfig-b001-20200208 (attached as .config)
>> compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
>> reproduce:
>>          git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
>>          # save the attached .config to linux build tree
>>          make ARCH=i386
>>
>> If you fix the issue, kindly add following tag
>> Reported-by: kbuild test robot <lkp@intel.com>
>>
>> All errors (new ones prefixed by >>):
>>
>>     ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
>>>> da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'
>>
>> ---
>> 0-DAY CI Kernel Test Service, Intel Corporation
>> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> 
> 
> Also reported here:
> https://lore.kernel.org/lkml/ac797eb0-9b0a-d2d3-3a40-3fbd0a8b5ee0(a)infradead.org/
> 

Yes, I know, and 0-day reported it earlier as well. Unfortunately
neither resulted in a fix. I submitted one last night; see
https://patchwork.kernel.org/patch/11371651/.

Guenter

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

* Re: da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
  2020-02-08 16:38     ` Guenter Roeck
@ 2020-02-08 17:21       ` Randy Dunlap
  -1 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-02-08 17:21 UTC (permalink / raw)
  To: Guenter Roeck, kbuild test robot, Marco Felsch
  Cc: kbuild-all, linux-kernel, Wim Van Sebroeck, Stefan Lengfeld,
	Adam Thomson

On 2/8/20 8:38 AM, Guenter Roeck wrote:
> On 2/8/20 8:06 AM, Randy Dunlap wrote:
>> On 2/8/20 5:14 AM, kbuild test robot wrote:
>>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>>> head:   f757165705e92db62f85a1ad287e9251d1f2cd82
>>> commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
>>> date:   12 days ago
>>> config: i386-randconfig-b001-20200208 (attached as .config)
>>> compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
>>> reproduce:
>>>          git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
>>>          # save the attached .config to linux build tree
>>>          make ARCH=i386
>>>
>>> If you fix the issue, kindly add following tag
>>> Reported-by: kbuild test robot <lkp@intel.com>
>>>
>>> All errors (new ones prefixed by >>):
>>>
>>>     ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
>>>>> da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'
>>>
>>> ---
>>> 0-DAY CI Kernel Test Service, Intel Corporation
>>> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
>>
>>
>> Also reported here:
>> https://lore.kernel.org/lkml/ac797eb0-9b0a-d2d3-3a40-3fbd0a8b5ee0@infradead.org/
>>
> 
> Yes, I know, and 0-day reported it earlier as well. Unfortunately
> neither resulted in a fix. I submitted one last night; see
> https://patchwork.kernel.org/patch/11371651/.

Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested

Thanks.

-- 
~Randy


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

* Re: da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
@ 2020-02-08 17:21       ` Randy Dunlap
  0 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-02-08 17:21 UTC (permalink / raw)
  To: kbuild-all

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

On 2/8/20 8:38 AM, Guenter Roeck wrote:
> On 2/8/20 8:06 AM, Randy Dunlap wrote:
>> On 2/8/20 5:14 AM, kbuild test robot wrote:
>>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>>> head:   f757165705e92db62f85a1ad287e9251d1f2cd82
>>> commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
>>> date:   12 days ago
>>> config: i386-randconfig-b001-20200208 (attached as .config)
>>> compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
>>> reproduce:
>>>          git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
>>>          # save the attached .config to linux build tree
>>>          make ARCH=i386
>>>
>>> If you fix the issue, kindly add following tag
>>> Reported-by: kbuild test robot <lkp@intel.com>
>>>
>>> All errors (new ones prefixed by >>):
>>>
>>>     ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
>>>>> da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'
>>>
>>> ---
>>> 0-DAY CI Kernel Test Service, Intel Corporation
>>> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
>>
>>
>> Also reported here:
>> https://lore.kernel.org/lkml/ac797eb0-9b0a-d2d3-3a40-3fbd0a8b5ee0(a)infradead.org/
>>
> 
> Yes, I know, and 0-day reported it earlier as well. Unfortunately
> neither resulted in a fix. I submitted one last night; see
> https://patchwork.kernel.org/patch/11371651/.

Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested

Thanks.

-- 
~Randy

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

* Re: da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
  2020-02-08 16:38     ` Guenter Roeck
@ 2020-02-10  8:47       ` Marco Felsch
  -1 siblings, 0 replies; 10+ messages in thread
From: Marco Felsch @ 2020-02-10  8:47 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Randy Dunlap, kbuild test robot, kbuild-all, linux-kernel,
	Wim Van Sebroeck, Stefan Lengfeld, Adam Thomson

On 20-02-08 08:38, Guenter Roeck wrote:
> On 2/8/20 8:06 AM, Randy Dunlap wrote:
> > On 2/8/20 5:14 AM, kbuild test robot wrote:
> > > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > > head:   f757165705e92db62f85a1ad287e9251d1f2cd82
> > > commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
> > > date:   12 days ago
> > > config: i386-randconfig-b001-20200208 (attached as .config)
> > > compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
> > > reproduce:
> > >          git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
> > >          # save the attached .config to linux build tree
> > >          make ARCH=i386
> > > 
> > > If you fix the issue, kindly add following tag
> > > Reported-by: kbuild test robot <lkp@intel.com>
> > > 
> > > All errors (new ones prefixed by >>):
> > > 
> > >     ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
> > > > > da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'
> > > 
> > > ---
> > > 0-DAY CI Kernel Test Service, Intel Corporation
> > > https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
> > 
> > 
> > Also reported here:
> > https://lore.kernel.org/lkml/ac797eb0-9b0a-d2d3-3a40-3fbd0a8b5ee0@infradead.org/
> > 
> 
> Yes, I know, and 0-day reported it earlier as well. Unfortunately
> neither resulted in a fix. I submitted one last night; see
> https://patchwork.kernel.org/patch/11371651/.

My fault, sorry.

Regards,
  Marco

> Guenter
> 

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

* Re: da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data'
@ 2020-02-10  8:47       ` Marco Felsch
  0 siblings, 0 replies; 10+ messages in thread
From: Marco Felsch @ 2020-02-10  8:47 UTC (permalink / raw)
  To: kbuild-all

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

On 20-02-08 08:38, Guenter Roeck wrote:
> On 2/8/20 8:06 AM, Randy Dunlap wrote:
> > On 2/8/20 5:14 AM, kbuild test robot wrote:
> > > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > > head:   f757165705e92db62f85a1ad287e9251d1f2cd82
> > > commit: 057b52b4b3d58f4ee5944171da50f77b00a1bb0d watchdog: da9062: make restart handler atomic safe
> > > date:   12 days ago
> > > config: i386-randconfig-b001-20200208 (attached as .config)
> > > compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
> > > reproduce:
> > >          git checkout 057b52b4b3d58f4ee5944171da50f77b00a1bb0d
> > >          # save the attached .config to linux build tree
> > >          make ARCH=i386
> > > 
> > > If you fix the issue, kindly add following tag
> > > Reported-by: kbuild test robot <lkp@intel.com>
> > > 
> > > All errors (new ones prefixed by >>):
> > > 
> > >     ld: drivers/watchdog/da9062_wdt.o: in function `da9062_wdt_restart':
> > > > > da9062_wdt.c:(.text+0x1c): undefined reference to `i2c_smbus_write_byte_data'
> > > 
> > > ---
> > > 0-DAY CI Kernel Test Service, Intel Corporation
> > > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> > 
> > 
> > Also reported here:
> > https://lore.kernel.org/lkml/ac797eb0-9b0a-d2d3-3a40-3fbd0a8b5ee0(a)infradead.org/
> > 
> 
> Yes, I know, and 0-day reported it earlier as well. Unfortunately
> neither resulted in a fix. I submitted one last night; see
> https://patchwork.kernel.org/patch/11371651/.

My fault, sorry.

Regards,
  Marco

> Guenter
> 

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

end of thread, other threads:[~2020-02-10  8:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-08 13:14 da9062_wdt.c:undefined reference to `i2c_smbus_write_byte_data' kbuild test robot
2020-02-08 13:14 ` kbuild test robot
2020-02-08 16:06 ` Randy Dunlap
2020-02-08 16:06   ` Randy Dunlap
2020-02-08 16:38   ` Guenter Roeck
2020-02-08 16:38     ` Guenter Roeck
2020-02-08 17:21     ` Randy Dunlap
2020-02-08 17:21       ` Randy Dunlap
2020-02-10  8:47     ` Marco Felsch
2020-02-10  8:47       ` Marco Felsch

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.