linux: update fpu patches for 5.3

At the moment we experience bad instabilities with linux 5.3:

https://github.com/zfsonlinux/zfs/issues/9346

as the zfs-native method of disabling the FPU is buggy.
This commit is contained in:
Jörg Thalheim
2019-10-03 11:13:28 +01:00
parent 1ba3f3f00f
commit 96097ab665
4 changed files with 57 additions and 6 deletions
+8 -2
View File
@@ -59,8 +59,14 @@
};
export_kernel_fpu_functions = {
name = "export_kernel_fpu_functions";
patch = ./export_kernel_fpu_functions.patch;
"4.14" = {
name = "export_kernel_fpu_functions";
patch = ./export_kernel_fpu_functions_4_14.patch;
};
"5.3" = {
name = "export_kernel_fpu_functions";
patch = ./export_kernel_fpu_functions_5_3.patch;
};
};
# patches from https://lkml.org/lkml/2019/7/15/1748