kernel: fix 9p issues

[tuomas: rename the patch from 9p-hacks to something slighly more
meaningful]
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
This commit is contained in:
Volth
2017-04-01 15:49:14 +03:00
committed by Tuomas Tynkkynen
parent d19384ca7e
commit ed41d50e9f
3 changed files with 96 additions and 0 deletions
@@ -52,6 +52,11 @@ rec {
patch = ./bridge-stp-helper.patch;
};
p9_fixes =
{ name = "p9-fixes";
patch = ./p9-fixes.patch;
};
no_xsave =
{ name = "no-xsave";
patch = ./no-xsave.patch;