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: 67504da51e83
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8fd3c7edddc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 12, 2020

  1. boot.initrd.luks: remove x86_64/i586 AES modules

    Commit 1d2c3279311e4f03fcf164e1366f2fda9f4bfccf in the upstream kernel
    repository removed support for the scalar x86_64 and i586 AES
    assembly implementations, since the generic AES implementation generated
    by the compiler is faster for both platforms. Remove the modules from
    the cryptoModules list. This causes a regression for kernel versions
    >=5.4 which include the removal. This should have no negative impact on
    AES performance on older kernels since the generic implementation should
    be faster there as well since the implementation was hardly touched from
    its initial submission.
    
    Fixes #84842
    Emantor committed Apr 12, 2020
    Copy the full SHA
    61da203 View commit details

Commits on Jul 11, 2020

  1. Merge pull request #85074 from Emantor/fix/boot_kernel_module

    boot.initrd.luks: remove x86_64/i586 AES modules
    fpletz authored Jul 11, 2020
    Copy the full SHA
    a8fd3c7 View commit details
Loading