Eric Naim
Eric Naim
> I dont know if there is a specific reason that in LTS it is set to =m and stable set to =y in cachyos? I'm not sure either actually....
It was changed in https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/merge_requests/8 by Arch and linux-lts config wasn't adapted. Can you port these changes to your PR? Thanks.
I don't really mind removing these because as you've said, these options are hardly ever touched and can be enabled/disabled on runtime. It would be nice to get some comments...
> * `_cc_harder` - We and pretty much all other kernels except stock have been using O3 by default for years and haven't seen any major regressions. There are many...
I think another contender for droppage is `_tickrate`. Reasonings are as follows: 1. `NO_HZ_FULL` without any extra configuration behaves exactly like `NO_HZ_IDLE`[1]. Users need to explicitly mark which CPUs to...
Can you try ``` echo "options snd_hda_intel model=alc298-samsung-amp-v2-4-amps" | sudo tee /etc/modprobe.d/99-audio-fix.conf ```