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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e9b6c41ee850
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 996b65cfbad9
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on May 8, 2017

  1. linux_hardened: compile with stackprotector-strong

    Default is regular, which we need to unset for kconfig to accept the new
    value.
    joachifm committed May 8, 2017

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    42c58cd View commit details
  2. linux_hardened: move to 4.11

    Note that DEBUG_RODATA has been split into STRICT_KERNEL_RWX &
    STRICT_MODULE_RWX, which are on by default (non-optional).
    joachifm committed May 8, 2017
    Copy the full SHA
    a7ecdff View commit details
  3. Copy the full SHA
    1816e2b View commit details
  4. linux_hardened: enable structleak plugin

    A port of the PaX structleak plugin.  Note that this version of structleak
    seems to cover less ground than the PaX original (only marked structs are
    zeroed). [1]
    
    [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c61f13eaa1ee17728c41370100d2d45c254ce76f
    joachifm committed May 8, 2017
    Copy the full SHA
    996b65c View commit details
Loading