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 plugin: properly generate Ubuntu kernel .config #4210

Merged
merged 1 commit into from
Aug 23, 2023

Commits on Aug 16, 2023

  1. kernel plugin: properly generate Ubuntu kernel .config

    Recent Ubuntu kernels (>= Jammy) are now using a new format to store
    their .config, called annotations [1].
    
    The kernel plugin is trying to assemble a .config using the old config
    chunks stored in `debian.<kernel>/config/*` that are not available
    anymore in the kernels that are using this new annotations model.
    
    Instead of trying to manually assemble the config we should rely on
    `debian/rules genconfigs` that is more portable across different Ubuntu
    kernels and releases.
    
    [ Thanks to Guo-Rong for fixing all the test case failures. ]
    
    [1] https://lists.ubuntu.com/archives/kernel-team/2023-June/140230.html
    
    Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
    Andrea Righi committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    989b49d View commit details
    Browse the repository at this point in the history