linux514-tkg: fsync & futex2 rebased patchsets bringup

The updated collabora futex2-proton patchset is reportedly broken (newer api than proton?), so I have decided to rebase our 5.13 patch against 5.14 instead. Testing showed no issue with that approach.
This commit is contained in:
Tk-Glitch
2021-09-02 03:40:51 +02:00
parent b5da16cc45
commit c85b04f64e
4 changed files with 3178 additions and 949 deletions

View File

@@ -92,7 +92,7 @@ _set_kernel_version() {
done
#Default index corresponds to latest stable kernel
_default_index="1"
_default_index="0"
_prompt_from_array "${_kernel_fullver_list[@]}"
_version=${_supported_kernels[$_selected_index]}
fi