-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] exfat-nofuse: fix compile error on kernel 4.18+ #7702
Conversation
please just bump the version and do some basic rw test there as well. for master branch, picking patches for out of tree modules is not necessary. |
Perhaps it's time for another look at sdfat which is more "active" in that regard? |
@diizzyy The sdfat driver doesn't support 4.18+, either. And of course I did some rw test, I already have an exFAT USB flash drive attached to it |
22f8c4f
to
fda1433
Compare
@dengqf6 |
The sdfat kernel driver is the successor of exfat. You should use sdfat and it shouldn't be that hard to get it working on a newer kernel. |
Switched to https://github.com/AndyLavr/exfat-nofuse Signed-off-by: Deng Qingfang <[email protected]>
Switched to https://github.com/AndyLavr/exfat-nofuse |
Looks like the dorimanx/exfat-nofuse repo hasn't been updated for a few months. It will take me a while to evaluate switching to another fork. the maintenance work of building out of tree module against different kernel versions is very big. If this package goes in that direction too far, I may propose to drop it from OpenWrt. Right now a few dozen patches should be fine. As for the |
#6238 ? |
Sorry, it seems to me the AndyLavr/exfat-nofuse fork has its own goal of fitting with its own forked dragon kernel, not geared/maintained for use in OpenWrt or other distro. I cannot find any targets in OpenWrt trunk switched to 4.19 yet, as such I tend to close this pull request for now. The plan would be keep picking minor patches from dorimanx/exfat-nofuse so that the package at least compiles and works out of box in the near future. Then at some point when it's clear that the module is really abandoned upstream, I will propose to just drop it here. |
OK, let's carry a patch like Arch Linux did.. |
As @diizzyy mentioned here dorimanx/exfat-nofuse#102 (comment), https://github.com/coolshou/exfat seems like another option |
Switched to https://github.com/AndyLavr/exfat-nofuse
Maintainer: @yousong @diizzyy
Compile tested: mvebu kernel 4.19.10; ramip kernel 4.14.88
Run tested: mvebu kernel 4.19.10