| Summary: | Linux kernel 6.2.8 breaks sys-fs/zfs-kmod-2.1.9 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Adrien Dessemond <admnd> |
| Component: | Current packages | Assignee: | Georgy Yakovlev <gyakovlev> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | sam |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: |
https://github.com/openzfs/zfs/issues/14658 https://bugs.gentoo.org/show_bug.cgi?id=902821 |
||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
config/kernel-generic_io_acct.m4 patched for Linux 6.2.8 compatibility
blkdev_compat.h patched for Linux 6.2.8 compatibility All-in-one version of the previously patches |
||
|
Description
Adrien Dessemond
2023-03-26 12:06:17 UTC
A working solution exists here => https://github.com/CachyOS/zfs/commit/00e580bca282bf30913fcf5832fc58191cf0ff32?diff=unified So far no issues while running with Linux 6.2.8 + ZFS 2.1.9 :) Will post the individual patches in comments below. Created attachment 859039 [details, diff]
config/kernel-generic_io_acct.m4 patched for Linux 6.2.8 compatibility
Created attachment 859041 [details, diff]
blkdev_compat.h patched for Linux 6.2.8 compatibility
Created attachment 859043 [details, diff]
All-in-one version of the previously patches
we don't officially support 6.2 with our ebuild. or policy is to strictly adhere to META/release notes supported release to avoid confusion and backport only exceptional patches/cases, like when between kernel releases when old is kernel is gone and new is broken to prevent kernel downgrades. users are free to specify ZFS_KERNEL_COMPAT_OVERRIDE=6.2 and patch it for newer kernel compat. this will work with gentoo-sources and dist-kernel patch is staged for 2.1.10 https://github.com/openzfs/zfs/pull/14677 Linux 6.2 kernel series have been removed several weeks ago. Issue is obsolete. |