All of lore.kernel.org
 help / color / mirror / Atom feed
* [platform-drivers-x86:for-next 1/1] ERROR: "devm_hwmon_device_register_with_groups" [drivers/platform/x86/mlxcpld-hotplug.ko] undefined!
@ 2016-10-22 19:07 kbuild test robot
  2016-10-23 14:50 ` Darren Hart
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2016-10-22 19:07 UTC (permalink / raw)
  To: Vadim Pasternak
  Cc: kbuild-all, platform-driver-x86, Darren Hart, Andy Shevchenko

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

tree:   git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git for-next
head:   3c294d95beca17846eee58084ec92553ec2af009
commit: 3c294d95beca17846eee58084ec92553ec2af009 [1/1] platform/x86: Introduce support for Mellanox hotplug driver
config: x86_64-randconfig-x005-201643 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout 3c294d95beca17846eee58084ec92553ec2af009
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> ERROR: "devm_hwmon_device_register_with_groups" [drivers/platform/x86/mlxcpld-hotplug.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: 28117 bytes --]

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

* Re: [platform-drivers-x86:for-next 1/1] ERROR: "devm_hwmon_device_register_with_groups" [drivers/platform/x86/mlxcpld-hotplug.ko] undefined!
  2016-10-22 19:07 [platform-drivers-x86:for-next 1/1] ERROR: "devm_hwmon_device_register_with_groups" [drivers/platform/x86/mlxcpld-hotplug.ko] undefined! kbuild test robot
@ 2016-10-23 14:50 ` Darren Hart
  2016-10-24  5:32   ` Vadim Pasternak
  0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2016-10-23 14:50 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Vadim Pasternak, kbuild-all, platform-driver-x86, Andy Shevchenko

On Sun, Oct 23, 2016 at 03:07:36AM +0800, kbuild test robot wrote:
> tree:   git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git for-next
> head:   3c294d95beca17846eee58084ec92553ec2af009
> commit: 3c294d95beca17846eee58084ec92553ec2af009 [1/1] platform/x86: Introduce support for Mellanox hotplug driver
> config: x86_64-randconfig-x005-201643 (attached as .config)
> compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
> reproduce:
>         git checkout 3c294d95beca17846eee58084ec92553ec2af009
>         # save the attached .config to linux build tree
>         make ARCH=x86_64 
> 
> All errors (new ones prefixed by >>):
> 
> >> ERROR: "devm_hwmon_device_register_with_groups" [drivers/platform/x86/mlxcpld-hotplug.ko] undefined!

Vadim, please prioritize a fix for this issue and submit it as a stand-alone
fix. I will likely roll it in to the existing patch to avoid breaking builds,
but I'd like to review the patch independently.


-- 
Darren Hart
Intel Open Source Technology Center

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

* RE: [platform-drivers-x86:for-next 1/1] ERROR: "devm_hwmon_device_register_with_groups" [drivers/platform/x86/mlxcpld-hotplug.ko] undefined!
  2016-10-23 14:50 ` Darren Hart
@ 2016-10-24  5:32   ` Vadim Pasternak
  0 siblings, 0 replies; 3+ messages in thread
From: Vadim Pasternak @ 2016-10-24  5:32 UTC (permalink / raw)
  To: Darren Hart, kbuild test robot
  Cc: kbuild-all, platform-driver-x86, Andy Shevchenko



> -----Original Message-----
> From: Darren Hart [mailto:dvhart@infradead.org]
> Sent: Sunday, October 23, 2016 5:50 PM
> To: kbuild test robot <fengguang.wu@intel.com>
> Cc: Vadim Pasternak <vadimp@mellanox.com>; kbuild-all@01.org; platform-
> driver-x86@vger.kernel.org; Andy Shevchenko
> <andriy.shevchenko@linux.intel.com>
> Subject: Re: [platform-drivers-x86:for-next 1/1] ERROR:
> "devm_hwmon_device_register_with_groups" [drivers/platform/x86/mlxcpld-
> hotplug.ko] undefined!
> 
> On Sun, Oct 23, 2016 at 03:07:36AM +0800, kbuild test robot wrote:
> > tree:   git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git for-
> next
> > head:   3c294d95beca17846eee58084ec92553ec2af009
> > commit: 3c294d95beca17846eee58084ec92553ec2af009 [1/1] platform/x86:
> > Introduce support for Mellanox hotplug driver
> > config: x86_64-randconfig-x005-201643 (attached as .config)
> > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
> > reproduce:
> >         git checkout 3c294d95beca17846eee58084ec92553ec2af009
> >         # save the attached .config to linux build tree
> >         make ARCH=x86_64
> >
> > All errors (new ones prefixed by >>):
> >
> > >> ERROR: "devm_hwmon_device_register_with_groups"
> [drivers/platform/x86/mlxcpld-hotplug.ko] undefined!
> 
> Vadim, please prioritize a fix for this issue and submit it as a stand-alone fix. I
> will likely roll it in to the existing patch to avoid breaking builds, but I'd like to
> review the patch independently.
> 


Hi Darren,

I already sent a stand-alone fix for this issue.
Is this fix OK or you like me to do it in other way?

Thanks,
Vadim.

> 
> --
> Darren Hart
> Intel Open Source Technology Center

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

end of thread, other threads:[~2016-10-24  5:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-22 19:07 [platform-drivers-x86:for-next 1/1] ERROR: "devm_hwmon_device_register_with_groups" [drivers/platform/x86/mlxcpld-hotplug.ko] undefined! kbuild test robot
2016-10-23 14:50 ` Darren Hart
2016-10-24  5:32   ` Vadim Pasternak

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.