meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| programming:kernel:modules [2025/10/19 21:43] – niziak | programming:kernel:modules [2025/10/19 21:46] (current) – niziak | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| </ | </ | ||
| + | [[https:// | ||
| <file c include/ | <file c include/ | ||
| struct module { | struct module { | ||
| Line 211: | Line 212: | ||
| } ____cacheline_aligned __randomize_layout; | } ____cacheline_aligned __randomize_layout; | ||
| </ | </ | ||
| + | |||
| + | Reason: | ||
| + | module was compiled using older version of SDK generated by Yocto. Regeneration SDK and reinstall it on host helps. | ||
| + | |||