We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with kernel > 5.10 i have this message repeated from boot every 2 seconds:
[ 57.879023] <3>rc_kthread_mem_user_copy: 8 [ 59.927038] <3>rc_kthread_mem_user_copy: 8 [ 61.975021] <3>rc_kthread_mem_user_copy: 8 [ 64.023022] <3>rc_kthread_mem_user_copy: 8
i watched the code, it seems there is a problem with kernel function copy_to_user, but i don't understand the cause...
any suggestion? could it corrupt the filesystem?
thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
with kernel > 5.10 i have this message repeated from boot every 2 seconds:
[ 57.879023] <3>rc_kthread_mem_user_copy: 8
[ 59.927038] <3>rc_kthread_mem_user_copy: 8
[ 61.975021] <3>rc_kthread_mem_user_copy: 8
[ 64.023022] <3>rc_kthread_mem_user_copy: 8
i watched the code, it seems there is a problem with kernel function copy_to_user, but i don't understand the cause...
any suggestion? could it corrupt the filesystem?
thank you
The text was updated successfully, but these errors were encountered: