* Applied a patch that hopefully fixes the softlockups on our shiny

new servers.  Backported from 2.6.29.2.  Hopefully 2.6.28.10 will
  include this as well.  From http://patchwork.kernel.org/patch/19495/.

svn path=/nixpkgs/trunk/; revision=15390
This commit is contained in:
Eelco Dolstra 2009-04-29 12:09:37 +00:00
parent 7e53d1062f
commit 8eaf87a94d
1 changed files with 7 additions and 0 deletions

View File

@ -4924,6 +4924,13 @@ let
patch = ../os-specific/linux/kernel/sec_perm-2.6.24.patch; patch = ../os-specific/linux/kernel/sec_perm-2.6.24.patch;
features = { secPermPatch = true; }; features = { secPermPatch = true; };
} }
{ # http://patchwork.kernel.org/patch/19495/
name = "ext4-softlockups-fix";
patch = fetchurl {
url = http://patchwork.kernel.org/patch/19495/raw;
sha256 = "0vqcj9qs7jajlvmwm97z8cljr4vb277aqhsjqrakbxfdiwlhrzzf";
};
}
]; ];
extraConfig = extraConfig =
lib.optional (getConfig ["kernel" "no_irqbalance"] false) "# CONFIG_IRQBALANCE is not set" ++ lib.optional (getConfig ["kernel" "no_irqbalance"] false) "# CONFIG_IRQBALANCE is not set" ++