Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc kernel module build fixes #2150

Merged

Conversation

douglas-raillard-arm
Copy link
Contributor

Misc kernel module build fixes

FEATURE

Use git clean to ensure the kernel tree is clean in order to avoid any
problem related to existing artifacts (this is unfortunately happening
with some Android kernels).

Note that this is only done inside an overlay so the actual tree passed
by the user is never modified.
FIX

CONCATENATE() macro has been recently moved from linux/kernel.h to
linux/args.h.
FIX

Instead of checking that CONFIG_IKCONFIG_PROC and CONFIG_IKHEADERS are
set, check if the files do exist. If the feature was enabled as a module
and the module loaded (which is the case on some Android setups), we
don't want to fail.
@douglas-raillard-arm douglas-raillard-arm changed the title Home pr90372 Misc kernel module build fixes Dec 13, 2023
@douglas-raillard-arm douglas-raillard-arm merged commit b72bc09 into ARM-software:main Dec 13, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant