linux59-tkg: Add back fsync patchset.

Thanks to @terencode for his restore futex_key patch 🐸 ❤️
This commit is contained in:
Tk-Glitch
2020-10-12 19:39:36 +02:00
parent 07c93cdc11
commit 7ca2ea2607
5 changed files with 1416 additions and 12 deletions

View File

@@ -101,6 +101,9 @@ _acs_override=""
# Set to "true" to add back missing symbol for AES-NI/AVX support on ZFS - https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/kernel/export_kernel_fpu_functions.patch - Kernel default is "false"
_zfsfix="true"
# Set to "true" to enable support for fsync, an experimental replacement for esync found in Valve Proton 4.11+ - https://steamcommunity.com/games/221410/announcements/detail/2957094910196249305
_fsync=""
# A selection of patches from Zen/Liquorix kernel and additional tweaks for a better gaming experience (ZENIFY) - Default is "true"
_zenify="true"