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

Module compression #3416

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Module compression #3416

wants to merge 3 commits into from

Commits on May 22, 2024

  1. kmod: enable zstd

    Enable zstd support for kmod to allow modprobe to load compressed
    modules.
    
    Change-type: patch
    Signed-off-by: Joseph Kogut <joseph@balena.io>
    jakogut committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0f86010 View commit details
    Browse the repository at this point in the history
  2. kernel-balena: enable zstd module compression

    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>
    jakogut committed May 22, 2024
    Configuration menu
    Copy the full SHA
    80d3e3d View commit details
    Browse the repository at this point in the history
  3. common: remove module compression bbclass

    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 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7b77201 View commit details
    Browse the repository at this point in the history