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: d2e74263ac4d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 865f7a14b497
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 7, 2019

  1. Revert "openafs: fix build against linux_hardened"

    This reverts commit 4bb0a71.
    
    Can be reveted once randstruct actually works
    joachifm committed Jan 7, 2019
    Copy the full SHA
    a4f5174 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "linux-hardened: Disable GCC_PLUGIN_RANDSTRUCT""

    This reverts commit c68e8b0.
    
    RANDSTRUCT currently fails to work with out-of-tree modules, as
    evinced by
    c68e8b0#commitcomment-31850284
    and #53522.
    
    Specifically, loading out-of-tree modules results in modsym version
    mismatches, as in
       spl: version magic '4.20.0 SMP mod_unload modversions RANDSTRUCT_PLUGIN
    from the issue above.
    
    A working hypothesis is that the randstruct seed is not carried over when
    building out-of-tree modules but more investigation is needed here.
    
    Closes #53522
    joachifm committed Jan 7, 2019
    Copy the full SHA
    865f7a1 View commit details
    Browse the repository at this point in the history