Hacker News new | ask | show | jobs
by Piskvorrr 1578 days ago
Not really, no. But you'd have to get the source and build the kernel module for the specific kernel it runs on. There are mechanisms to do this, such as DKMS (e.g. Virtualbox does this: it provides its kernel modules' code, OS/user provides kernel source, magic happens and sometimes it even works on the first try); having the module code always present in kernel source (even if it doesn't get built) is more convenient for building, but less convenient for kernel maintainers.
1 comments

That's what I thought; I run zfs-dkms on my server, and I just assumed that other filesystems could do the same.
Pretty much any kernel module could go this way, yes. The discussion on LKML seems to be focused on "should WE maintain this code?"