Skip to content

Commit

Permalink
linux-3.10: fix build by upstream patch
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored and vcunat committed Sep 28, 2016
1 parent 7c7e88b commit ff5cf3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pkgs/os-specific/linux/kernel/patches.nix
Expand Up @@ -139,4 +139,13 @@ rec {
};

cpu-cgroup-v2 = import ./cpu-cgroup-v2-patches;

lguest_entry-linkage =
{ name = "lguest-asmlinkage.patch";
patch = fetchpatch {
url = "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git"
+ "/patch/drivers/lguest/x86/core.c?id=cdd77e87eae52";
sha256 = "04xlx6al10cw039av6jkby7gx64zayj8m1k9iza40sw0fydcfqhc";
};
};
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -10674,7 +10674,7 @@ in
};

linux_3_10 = callPackage ../os-specific/linux/kernel/linux-3.10.nix {
kernelPatches = with kernelPatches; [ bridge_stp_helper ]
kernelPatches = with kernelPatches; [ bridge_stp_helper lguest_entry-linkage ]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
kernelPatches.mips_fpu_sigill
Expand Down

0 comments on commit ff5cf3a

Please sign in to comment.