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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user