All of lore.kernel.org
 help / color / mirror / Atom feed
* i2c-davinci build failure with Linux v4.0-3843-gbb0fd7ab0986
@ 2015-04-15 16:33 ` Josh Boyer
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2015-04-15 16:33 UTC (permalink / raw)
  To: Grygorii Strashko
  Cc: Uwe Kleine-König, Alexander Sverdlin, Wolfram Sang,
	linux-i2c, Linux-Kernel@Vger. Kernel. Org

Hi All,

The i2c-davinci driver failed to build as a module with Linus' latest
tree as of this morning.  The error was:

ERROR: "i2c_generic_gpio_recovery" [drivers/i2c/busses/i2c-davinci.ko]
undefined!
ERROR: "i2c_generic_scl_recovery" [drivers/i2c/busses/i2c-davinci.ko] undefined!
ERROR: "i2c_recover_bus" [drivers/i2c/busses/i2c-davinci.ko] undefined!
scripts/Makefile.modpost:90: recipe for target '__modpost' failed

It looks like commit 2e65676f710e (i2c: davinci: use bus recovery
infrastructure) likely introduced this error.  None of the i2c bus
recovery functions are exported from i2c-core.c that I can tell.

Was this commit tested as a modular build?

josh

[1] https://kojipkgs.fedoraproject.org//work/tasks/8758/9488758/build.log

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

* i2c-davinci build failure with Linux v4.0-3843-gbb0fd7ab0986
@ 2015-04-15 16:33 ` Josh Boyer
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2015-04-15 16:33 UTC (permalink / raw)
  To: Grygorii Strashko
  Cc: Uwe Kleine-König, Alexander Sverdlin, Wolfram Sang,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA, Linux-Kernel@Vger. Kernel. Org

Hi All,

The i2c-davinci driver failed to build as a module with Linus' latest
tree as of this morning.  The error was:

ERROR: "i2c_generic_gpio_recovery" [drivers/i2c/busses/i2c-davinci.ko]
undefined!
ERROR: "i2c_generic_scl_recovery" [drivers/i2c/busses/i2c-davinci.ko] undefined!
ERROR: "i2c_recover_bus" [drivers/i2c/busses/i2c-davinci.ko] undefined!
scripts/Makefile.modpost:90: recipe for target '__modpost' failed

It looks like commit 2e65676f710e (i2c: davinci: use bus recovery
infrastructure) likely introduced this error.  None of the i2c bus
recovery functions are exported from i2c-core.c that I can tell.

Was this commit tested as a modular build?

josh

[1] https://kojipkgs.fedoraproject.org//work/tasks/8758/9488758/build.log

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

* Re: i2c-davinci build failure with Linux v4.0-3843-gbb0fd7ab0986
@ 2015-04-15 19:07   ` Wolfram Sang
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2015-04-15 19:07 UTC (permalink / raw)
  To: Josh Boyer
  Cc: Grygorii Strashko, Uwe Kleine-König, Alexander Sverdlin,
	linux-i2c, Linux-Kernel@Vger. Kernel. Org

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

On Wed, Apr 15, 2015 at 12:33:57PM -0400, Josh Boyer wrote:
> Hi All,
> 
> The i2c-davinci driver failed to build as a module with Linus' latest
> tree as of this morning.  The error was:
> 
> ERROR: "i2c_generic_gpio_recovery" [drivers/i2c/busses/i2c-davinci.ko]
> undefined!
> ERROR: "i2c_generic_scl_recovery" [drivers/i2c/busses/i2c-davinci.ko] undefined!
> ERROR: "i2c_recover_bus" [drivers/i2c/busses/i2c-davinci.ko] undefined!
> scripts/Makefile.modpost:90: recipe for target '__modpost' failed
> 
> It looks like commit 2e65676f710e (i2c: davinci: use bus recovery
> infrastructure) likely introduced this error.  None of the i2c bus
> recovery functions are exported from i2c-core.c that I can tell.
> 
> Was this commit tested as a modular build?

How embarassing. I meanwhile rely on the build-bots to do module
testing, but this failed here :( A patch was sent to -next a second ago
and I will send a pull-request to Linus ASAP. Thanks for the report!


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: i2c-davinci build failure with Linux v4.0-3843-gbb0fd7ab0986
@ 2015-04-15 19:07   ` Wolfram Sang
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2015-04-15 19:07 UTC (permalink / raw)
  To: Josh Boyer
  Cc: Grygorii Strashko, Uwe Kleine-König, Alexander Sverdlin,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA, Linux-Kernel@Vger. Kernel. Org

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

On Wed, Apr 15, 2015 at 12:33:57PM -0400, Josh Boyer wrote:
> Hi All,
> 
> The i2c-davinci driver failed to build as a module with Linus' latest
> tree as of this morning.  The error was:
> 
> ERROR: "i2c_generic_gpio_recovery" [drivers/i2c/busses/i2c-davinci.ko]
> undefined!
> ERROR: "i2c_generic_scl_recovery" [drivers/i2c/busses/i2c-davinci.ko] undefined!
> ERROR: "i2c_recover_bus" [drivers/i2c/busses/i2c-davinci.ko] undefined!
> scripts/Makefile.modpost:90: recipe for target '__modpost' failed
> 
> It looks like commit 2e65676f710e (i2c: davinci: use bus recovery
> infrastructure) likely introduced this error.  None of the i2c bus
> recovery functions are exported from i2c-core.c that I can tell.
> 
> Was this commit tested as a modular build?

How embarassing. I meanwhile rely on the build-bots to do module
testing, but this failed here :( A patch was sent to -next a second ago
and I will send a pull-request to Linus ASAP. Thanks for the report!


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-15 16:33 i2c-davinci build failure with Linux v4.0-3843-gbb0fd7ab0986 Josh Boyer
2015-04-15 16:33 ` Josh Boyer
2015-04-15 19:07 ` Wolfram Sang
2015-04-15 19:07   ` Wolfram Sang

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.