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

kernel-balena: do not use cache for signed kernel modules #3138

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexgg
Copy link
Contributor

@alexgg alexgg commented May 12, 2023

On parallel builds that share a state cache there are mismatches between a signed kernel and modules. Avoid using the cache when building signed modules to avoid this mismatch.

Change-type: patch


Contributor checklist

Reviewer Guidelines

  • When submitting a review, please pick:
    • 'Approve' if this change would be acceptable in the codebase (even if there are minor or cosmetic tweaks that could be improved).
    • 'Request Changes' if this change would not be acceptable in our codebase (e.g. bugs, changes that will make development harder in future, security/performance issues, etc).
    • 'Comment' if you don't feel you have enough information to decide either way (e.g. if you have major questions, or you don't understand the context of the change sufficiently to fully review yourself, but want to make a comment)

@alexgg alexgg marked this pull request as draft May 12, 2023 09:13
@alexgg alexgg force-pushed the alexgg/signed-kernel-modules branch from 6041a5f to a6663af Compare August 1, 2023 09:29
@alexgg alexgg force-pushed the alexgg/signed-kernel-modules branch from a6663af to 3ca3468 Compare August 8, 2023 11:29
@alexgg alexgg force-pushed the alexgg/signed-kernel-modules branch from 3ca3468 to d673766 Compare February 24, 2024 11:23
On parallel builds that share a state cache there are mismatches between
a signed kernel and modules. Avoid using the cache when building signed
modules to avoid this mismatch.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
@alexgg alexgg force-pushed the alexgg/signed-kernel-modules branch from 8d0325a to ff3d13e Compare April 29, 2024 10:36
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.

None yet

1 participant