Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b120adbf2244
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 86fa61033a96
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 27, 2020

  1. makeModulesClosure: fixup firmware extraction

    After a recent upgrade of modinfo, its output is now incorrect for
    builtin modules. This commit filters out the output until a fix is made
    available upstream
    baloo committed Aug 27, 2020
    Copy the full SHA
    ee8572d View commit details
    Browse the repository at this point in the history
  2. makeModulesClosuse: read modules from corrent kernel version

    Before this commit, the firmware information would be loaded from the
    currently running kernel, not from the kernel to be loaded.
    
    This commit ensures the correct kernel version and modules are read.
    baloo committed Aug 27, 2020
    Copy the full SHA
    70bc1a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Merge pull request #96008 from baloo/baloo/bugfixes/make-modules-clos…

    …ure_firmware
    
    makeModulesClosure: fixup firmware extraction
    lheckemann committed Aug 28, 2020
    Copy the full SHA
    86fa610 View commit details
    Browse the repository at this point in the history