-
Notifications
You must be signed in to change notification settings - Fork 20
Arch 5.12 Not compiling: #9
Comments
Same Issue on kernel 5.14 on Manjaro |
This log isn't very useful since the compiler output is being hidden. |
I got a similar message on 5.19.1-3-MANJARO. |
And I got
error. We should replace |
LOL, but I missed this one #4 . Almost all solutions I wrote above is already founded. However, it is good to confirm that this method probably works on Arch or Manjaro. |
After I remove |
Hi, I tried to replace get_fs() and set_fs() with kernel_read() and kernel_write(), but I got these 3 errors:
Could you help me with this, please? Thanks a lot. |
ssize_t __kernel_read(struct file *file, void *buf, size_t count, loff_t *pos); This is not a drop in replacement the method signatures are not similar. It looks like you would call vfs_read(fp, buf, count, &pos); But I'm not sure what the implications of changing this line are, it's clear that other parts of the code would need to be udpated. |
@dextroza @Renari |
here is the log:
The text was updated successfully, but these errors were encountered: