From e739dc7d6cc89c7e170c8a5f8d73bb471499225d Mon Sep 17 00:00:00 2001 From: Ludovic Stordeur Date: Mon, 11 Jul 2011 13:59:58 +0000 Subject: [PATCH] Applied CIFS timeout patch to other kernels Linux-2.6.{25,27,28} are now compiled with the CIFS timeout patch, allowing them to be used with "VM Testing". svn path=/nixpkgs/trunk/; revision=27714 --- pkgs/top-level/all-packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 2925e3e49534..424332feba01 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5059,6 +5059,7 @@ let [ kernelPatches.fbcondecor_2_6_25 kernelPatches.sec_perm_2_6_24 kernelPatches.glibc_getline + kernelPatches.cifs_timeout_2_6_25 ]; }; @@ -5068,6 +5069,7 @@ let kernelPatches = [ kernelPatches.fbcondecor_2_6_27 kernelPatches.sec_perm_2_6_24 + kernelPatches.cifs_timeout_2_6_25 ]; }; @@ -5079,6 +5081,7 @@ let kernelPatches.sec_perm_2_6_24 kernelPatches.ext4_softlockups_2_6_28 kernelPatches.glibc_getline + kernelPatches.cifs_timeout_2_6_25 ]; };