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: 797d8709b564
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e670094109dc
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 12, 2020

  1. rl-2003: remove section on intel GPU workaround

    According to my analysis the last critical fix went into v5.4.23, I have
    confirmed this by running WebGL over night and haven't seen a single
    i915 GPU hang. Lets remove the notes from the release notes.
    
    (cherry picked from commit da764d2)
    Emantor authored and worldofpeace committed Apr 12, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e670094 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 nixos/doc/manual/release-notes/rl-2003.xml
2 changes: 0 additions & 2 deletions nixos/doc/manual/release-notes/rl-2003.xml
Original file line number Diff line number Diff line change
@@ -41,8 +41,6 @@
<listitem>
<para>
Linux kernel is updated to branch 5.4 by default (from 4.19).
Users of Intel GPUs may prefer to explicitly set branch to 4.19 to avoid some regressions.
<programlisting>boot.kernelPackages = pkgs.linuxPackages_4_19;</programlisting>
</para>
</listitem>
<listitem>