Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* No stable driver/module api?
@ 2013-06-23 17:29 Per Strandh
  2013-06-23 18:13 ` Arnd Bergmann
  2013-06-23 22:58 ` Ezequiel Garcia
  0 siblings, 2 replies; 4+ messages in thread
From: Per Strandh @ 2013-06-23 17:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

I'm working for a company with arm-based embedded-linux products.
Both the hardware and software is developed by ourselves.




In a slightly simplified description our products is moduled
(1) Assembler bootloader in the first partition.
(2) Compressed kernel in the second partion
(3) Root file system in the third partition

The kernel is ported, configured and compiled for our own hardware.
We have selected kernel version 3.0 since it is a LTS track.

The Root file system holds one driver for our hardware.





I have now encountered one problem with this layout.
When upgrading the kernel, our driver in the root file system isn't
always compatible/loading.

When upgrading from 3.0.18 to 3.0.22 it worked out fine.
When upgrading from 3.0.22 to 3.0.23 the driver isn't loading.
When trying to load it if fails with the message:
- "disagrees about version of symbol module_layout"

We have configured the kernel with the option
 CONFIG_MODULE_FORCE_LOAD=y



Isn't the driver/module api stable within the 3.0 track?

Regards
/Per/

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

end of thread, other threads:[~2013-06-23 22:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-23 17:29 No stable driver/module api? Per Strandh
2013-06-23 18:13 ` Arnd Bergmann
2013-06-23 19:32   ` Russell King - ARM Linux
2013-06-23 22:58 ` Ezequiel Garcia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox