You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@KrzysztofHajdamowicz#17026 posted to add support for 6.14. Once that kernel is released and support on master looks good, we'll likely backport it for a 2.2.x release. In the meantime, it's a very small amount of change, so if you're in the mood to test, you might like to apply those two patches yourself to 2.2.7 and give them a try.
System information
Describe the problem you're observing
OpenZFS 2.2.7 does not compile with kernel 6.14-rc1
Describe how to reproduce the problem
Issue appears when compiling kernel 6.14- there was no issue with kernel 6.13.
To try it at your own:
git submodule init && git submodule update
cd submodules/ubuntu-kernel && git remote add github https://github.com/KrzysztofHajdamowicz/mirror_ubuntu-kernels.git
cd submodules/ubuntu-kernel && git checkout github/build
upstream
submodule that point to openzfs/zfs repo)make
6.14 (and even 6.13) is too new to be mentioned as supported in release notes but FIY some code changes will be needed in the future 🙂
The text was updated successfully, but these errors were encountered: