Frogging-Family / linux-tkg

linux-tkg custom kernels
GNU General Public License v2.0
1.34k stars 169 forks source link

CacULE patch is skipped when building on Fedora #437

Closed VioletRoses closed 2 years ago

VioletRoses commented 2 years ago

While building kernel 5.16.9, I selected the CacULE scheduler which downloaded fine but then I caught this in the output: Skipping patch cacule-5.16.patch... (unavailable for this kernel version)

It also didn't provide any configuration options for CacULE, so it seems like the patch is just being skipped for no reason? I tried this again on Arch and it worked perfectly fine.

AdelKS commented 2 years ago

Hello, there are two cacule patches (depending on the kernel version) and only one needs to be applied, the code applies both knowing that one of them won't be available (because we're lazy):

 -> Skipping patch cacule-5.16.patch...
         (unavailable for this kernel version)
 -> Applying cacule patch

So everything is alright (provided that you see the second line, which I think you do)