meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming:kernel:modules [2025/10/19 21:43] niziakprogramming:kernel:modules [2025/10/19 21:46] (current) niziak
Line 19: Line 19:
 </file> </file>
  
 +[[https://elixir.bootlin.com/linux/v6.17.2/source/include/linux/module.h#L394|include/linux/module.h]]
 <file c include/linux/module.h> <file c include/linux/module.h>
 struct module { struct module {
Line 211: Line 212:
 } ____cacheline_aligned __randomize_layout; } ____cacheline_aligned __randomize_layout;
 </file> </file>
 +
 +Reason:
 +module was compiled using older version of SDK generated by Yocto. Regeneration SDK and reinstall it on host helps.
 +