summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-02-02 12:12:11 -0500
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2019-02-02 12:18:16 -0500
commit196af4b359eb9dc9a9d59937c2f8058e5c247a23 (patch)
treede4b283014b38c4dba5ef53a1e69a2343f6a3ff9 /pkgs/os-specific/linux/kernel/patches.nix
parent3b698b537c506eeb1e50edc87bb990f84d6eccc7 (diff)
downloadnixpkgs-196af4b359eb9dc9a9d59937c2f8058e5c247a23.tar
nixpkgs-196af4b359eb9dc9a9d59937c2f8058e5c247a23.tar.gz
nixpkgs-196af4b359eb9dc9a9d59937c2f8058e5c247a23.tar.bz2
nixpkgs-196af4b359eb9dc9a9d59937c2f8058e5c247a23.tar.lz
nixpkgs-196af4b359eb9dc9a9d59937c2f8058e5c247a23.tar.xz
nixpkgs-196af4b359eb9dc9a9d59937c2f8058e5c247a23.tar.zst
nixpkgs-196af4b359eb9dc9a9d59937c2f8058e5c247a23.zip
Revert "linuxPackages_4_{19,20}: works around bug with overlayfs."
This reverts commit de86af48faa03a824917ac90f4776481c7ce9e54.

(Manual revert due to conflicts.)

See #54509

The patch is causing overlayfs to misbehave.
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 2ff0d5d2620..f09b9d6ea5b 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -58,14 +58,11 @@ rec {
     };
   };
 
-  # Reverts a change related to the overlayfs overhaul in 4.19
-  # https://github.com/NixOS/nixpkgs/issues/48828#issuecomment-445208626
-  revert-vfs-dont-open-real = rec {
-    name = "revert-vfs-dont-open-real";
+  raspberry_pi_wifi_fix = rec {
+    name = "raspberry-pi-wifi-fix";
     patch = fetchpatch {
-      name = name + ".patch";
-      url = https://github.com/samueldr/linux/commit/ee23fa215caaa8102f4ab411d39fcad5858147f2.patch;
-      sha256 = "0bp4jryihg1y2sl8zlj6w7vvnxj0kmb6xdy42hpvdv43kb6ngiaq";
+      url = https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/730522ae76aa57b89fa317c5084613d3d50cf3b8/core/linux-aarch64/0005-mmc-sdhci-iproc-handle-mmc_of_parse-errors-during-pr.patch;
+      sha256 = "0gbfycky28vbdjgys1z71wl5q073dmbrkvbnr6693jsda3qhp6za";
     };
   };
 }