Skip to content

tetragon: Load properly on kernels without module support#4834

Draft
olsajiri wants to merge 1 commit intomainfrom
pr/olsajiri/modules
Draft

tetragon: Load properly on kernels without module support#4834
olsajiri wants to merge 1 commit intomainfrom
pr/olsajiri/modules

Conversation

@olsajiri
Copy link
Copy Markdown
Contributor

@olsajiri olsajiri commented Apr 8, 2026

Make sure we load on kernels without module support.

The 'struct load_info' is internal modules struct available only if there's module support compiled in (CONFIG_MODULES).

Fixes: #4802

Make sure we load on kernels without module support.

The 'struct load_info' is internal modules struct available only
if there's module support compiled in (CONFIG_MODULES).

Fixes: #4802
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
@olsajiri olsajiri force-pushed the pr/olsajiri/modules branch from fe15e54 to 2d04575 Compare April 8, 2026 20:45
@olsajiri olsajiri added the release-note/minor This PR introduces a minor user-visible change label Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note/minor This PR introduces a minor user-visible change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for kernels without module support

1 participant