mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
* 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:
parent
7e53d1062f
commit
8eaf87a94d
|
@ -4924,6 +4924,13 @@ let
|
|||
patch = ../os-specific/linux/kernel/sec_perm-2.6.24.patch;
|
||||
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 =
|
||||
lib.optional (getConfig ["kernel" "no_irqbalance"] false) "# CONFIG_IRQBALANCE is not set" ++
|
||||
|
|
Loading…
Reference in a new issue