-
Notifications
You must be signed in to change notification settings - Fork 116
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
Module compression #3416
Merged
Merged
Module compression #3416
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alexgg
reviewed
Apr 24, 2024
jakogut
force-pushed
the
module-compression
branch
from
April 25, 2024 15:07
4baf968
to
7b84cfe
Compare
jakogut
force-pushed
the
module-compression
branch
2 times, most recently
from
April 25, 2024 19:02
76d12f7
to
b3fc955
Compare
@resin-jenkins retest this please |
1 similar comment
@resin-jenkins retest this please |
jakogut
force-pushed
the
module-compression
branch
from
May 17, 2024 15:57
b3fc955
to
9d4e17e
Compare
alexgg
force-pushed
the
module-compression
branch
from
May 20, 2024 08:36
9d4e17e
to
7d35c66
Compare
jakogut
force-pushed
the
module-compression
branch
from
May 22, 2024 14:17
7d35c66
to
7b77201
Compare
jakogut
force-pushed
the
module-compression
branch
from
June 5, 2024 01:46
7b77201
to
75a49e8
Compare
jakogut
force-pushed
the
module-compression
branch
from
June 14, 2024 01:10
75a49e8
to
fea54ca
Compare
@resin-jenkins retest this please |
jakogut
force-pushed
the
module-compression
branch
2 times, most recently
from
June 19, 2024 16:16
0078ca4
to
8a30c70
Compare
@resin-jenkins retest this please |
5 similar comments
@resin-jenkins retest this please |
@resin-jenkins retest this please |
@resin-jenkins retest this please |
@resin-jenkins retest this please |
@resin-jenkins retest this please |
jakogut
force-pushed
the
module-compression
branch
from
July 1, 2024 15:56
8a30c70
to
da381ff
Compare
jakogut
had a problem deploying
to
bm.balena-dev.com
July 15, 2024 16:44
— with
GitHub Actions
Failure
jakogut
temporarily deployed
to
bm.balena-dev.com
July 15, 2024 16:44
— with
GitHub Actions
Inactive
jakogut
had a problem deploying
to
bm.balena-dev.com
July 15, 2024 16:48
— with
GitHub Actions
Failure
jakogut
temporarily deployed
to
bm.balena-dev.com
July 15, 2024 16:48
— with
GitHub Actions
Inactive
jakogut
temporarily deployed
to
bm.balena-dev.com
July 15, 2024 16:48
— with
GitHub Actions
Inactive
jakogut
temporarily deployed
to
bm.balena-dev.com
July 15, 2024 16:52
— with
GitHub Actions
Inactive
jakogut
temporarily deployed
to
bm.balena-dev.com
July 15, 2024 16:52
— with
GitHub Actions
Inactive
jakogut
temporarily deployed
to
bm.balena-dev.com
July 15, 2024 16:52
— with
GitHub Actions
Inactive
floion
approved these changes
Jul 16, 2024
@resin-jenkins test this please |
Enable zstd support for kmod to allow modprobe to load compressed modules. Change-type: patch Signed-off-by: Joseph Kogut <joseph@balena.io>
Change-type: patch Signed-off-by: Joseph Kogut <joseph@balena.io>
Enable zstandard module compression in kernels > v5.13, as this feature was introduced in commit c3d7ef377eb25, first published in that release. Change-type: major Signed-off-by: Joseph Kogut <joseph@balena.io>
This class is no longer necessary, as the kernel is configured to use module compression and in-kernel decompression when available. Change-type: patch Signed-off-by: Joseph Kogut <joseph@balena.io>
jakogut
force-pushed
the
module-compression
branch
from
July 17, 2024 23:00
451650f
to
fbb35d5
Compare
jakogut
had a problem deploying
to
balena-cloud.com
July 17, 2024 23:53
— with
GitHub Actions
Failure
jakogut
had a problem deploying
to
balena-cloud.com
July 17, 2024 23:53
— with
GitHub Actions
Failure
jakogut
had a problem deploying
to
balena-cloud.com
July 17, 2024 23:53
— with
GitHub Actions
Failure
jakogut
had a problem deploying
to
balena-cloud.com
July 17, 2024 23:53
— with
GitHub Actions
Failure
jakogut
had a problem deploying
to
balena-cloud.com
July 17, 2024 23:53
— with
GitHub Actions
Failure
jakogut
had a problem deploying
to
balena-cloud.com
July 17, 2024 23:53
— with
GitHub Actions
Failure
@resin-jenkins retest this please |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable module compression in the kernel's configuration when supported, as well as in-kernel decompression for a more seamless user experience when loading modules from containers.
Contributor checklist
Change-type
present on at least one commitSigned-off-by
is presentReviewer Guidelines