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

linux/kernel: backport symbol GPLification fix from 5.19 so NixOS installer can build #192668

Merged
merged 1 commit into from Jan 6, 2023
Merged

Commits on Sep 23, 2022

  1. linux/kernel: backport symbol GPLification fix from 5.19

    Linux has a few PowerPC-specific symbols which are marked as GPL exports; these
    symbols wound up being exposed in Linux 5.12 and are needed by OpenZFS.  The
    symbol licensing was fixed in mainline 5.19; this commit backports the fix to
    all previous affected kernels.
    
    This commit is required in order to build the NixOS ISO for PowerPC64.
    Adam Joseph committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    9eb1946 View commit details
    Browse the repository at this point in the history