Locietta / xanmod-kernel-WSL2

Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
GNU General Public License v2.0
83 stars 15 forks source link

Backport Upstream linux-msft-wsl Kernel Options #58

Closed 4-FLOSS-Free-Libre-Open-Source-Software closed 3 months ago

4-FLOSS-Free-Libre-Open-Source-Software commented 3 months ago

I tried to use kernel features that were present in the Microsoft WSL2-Linux-Kernel but found them missing in xanmod wsl2 kernel.

Can we backport kernel config from upstream to not missing out wsl2 default features and apply xanmod options on top of that?

https://github.com/microsoft/WSL2-Linux-Kernel/blob/linux-msft-wsl-5.15.y/arch/x86/configs/config-wsl https://github.com/microsoft/WSL2-Linux-Kernel/blob/linux-msft-wsl-6.1.y/arch/x86/configs/config-wsl

In the meantime, I build my own kernel with enabled CONFIG flags, works for me.

Locietta commented 3 months ago

Thanks for reporting. I will re-merge the config files.

4-FLOSS-Free-Libre-Open-Source-Software commented 3 months ago

Plan merging wsl2_defconfig with config-wsl 6.1.y or config-wsl 5.15.y ?

Locietta commented 3 months ago

With 5.15.y, as the 6.1.y config is not getting update for around a year.

4-FLOSS-Free-Libre-Open-Source-Software commented 3 months ago

Thanks for reporting. I will re-merge the config files.

Thanks, fixed by