LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices


Reply
  Search this Thread
Old 04-03-2021, 09:44 AM   #1
Fred4321
LQ Newbie
 
Registered: Apr 2021
Location: Germany close to Heidelberg
Posts: 2

Rep: Reputation: Disabled
Kernel Ring Buffer: <3>rc_kthread_mem_user_copy: 8


Hi community,

I've a strange news every two seconds, I got a message which is

<3>rc_kthread_mem_user_copy: 8

I'm running OpenSuse Tumbleweed with latest updates and Kernel
Linux lnx 5.11.6-1-default #1 SMP Thu Mar 11 16:11:36 UTC 2021 (7358b30) x86_64 x86_64 x86_64 GNU/Linux

I've no clue where to look to eliminate this message. If anyone has any hint to me where to dig in?



The first occurrence is here

[ 4.872317] scsi 1:1:0:0: Attached scsi generic sg2 type 5
[ 4.917606] sda: sda1
[ 4.917915] sd 1:0:0:0: [sda] Attached SCSI disk
[ 9.931925] sr 1:1:0:0: [sr0] scsi-1 drive
[ 9.931928] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 9.960556] <3>rc_kthread_mem_user_copy: 8
[ 9.960570] sr 1:1:0:0: Attached scsi CD-ROM sr0
[ 9.960755] <3>rc_kthread_mem_user_copy: 8
[ 9.971744] <3>rc_kthread_mem_user_copy: 8

Than it is ongoing

[ 2504.648228] <3>rc_kthread_mem_user_copy: 8
[ 2506.664209] <3>rc_kthread_mem_user_copy: 8
[ 2508.680536] <3>rc_kthread_mem_user_copy: 8
[ 2510.696566] <3>rc_kthread_mem_user_copy: 8
[ 2512.712150] <3>rc_kthread_mem_user_copy: 8
[ 2514.728105] <3>rc_kthread_mem_user_copy: 8
[ 2516.744457] <3>rc_kthread_mem_user_copy: 8
[ 2518.760429] <3>rc_kthread_mem_user_copy: 8
[ 2520.776053] <3>rc_kthread_mem_user_copy: 8
[ 2522.792166] <3>rc_kthread_mem_user_copy: 8
[ 2524.808351] <3>rc_kthread_mem_user_copy: 8
[ 2526.824323] <3>rc_kthread_mem_user_copy: 8

Thanks in advance, Fred

Last edited by Fred4321; 04-03-2021 at 09:48 AM.
 
Old 04-08-2021, 09:15 AM   #2
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,155

Rep: Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266
It does not look like a standard kernel message, although kthread is a kernel feature. Do you have a non-standard module loaded? Is the kernel built with any staging drivers or experimental features?
 
Old 04-08-2021, 01:46 PM   #3
Fred4321
LQ Newbie
 
Registered: Apr 2021
Location: Germany close to Heidelberg
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thank you for your message, indeed I use an the AMD-RAID controller to use two SSDs as RAID0. With each kernel update I've to recompile the module.
How and where can I figure out to avoid this message, might it be an option or is is included in the source code?

This is how it looks like:


lnx:~/raid/driver_sdk # modinfo rcraid
filename: /lib/modules/5.11.6-1-default/kernel/drivers/scsi/rcraid.ko
license: Proprietary
description: AMD-RAID controller
author: AMD, Inc.
suserelease: openSUSE Tumbleweed
srcversion: B5CE6EB619B833ADEBAC63A
alias: pci:v00001022d00007916sv*sd*bc*sc*i*
alias: pci:v00001022d000043BDsv*sd*bc*sc*i*
alias: pci:v00001022d00007905sv*sd*bc*sc*i*
depends:
retpoline: Y
name: rcraid
vermagic: 5.11.6-1-default SMP mod_unload modversions
parm: TwoTripWriteRate:min write rate (kb/s) to bypass cache (int)
parm: OneTripWriteRate:min write rate (kb/s) to bypass cache (int)
parm: WriteBypassThreshold:min write size (kb) to bypass cache (int)
parm: ActiveRaid5FlushesLimit:Active Raid5 Flushes Limit (int)
parm: ForcePhysAddr:force all memory references to use physical addresses (int)
parm: DoSmarto SMART polling (uint)
parm: SmartPollInterval:SMART poll interval in seconds (uint)
parm: debug:debug print level (int)
parm: cmd_q_depth:total command queue depth (int)
parm: tag_q_depth:individual tagged command queue depth (int)
parm: max_xfer:max sectors per transfer (int)
parm: use_swl:Specify SWL chipsets (int)
parm: rc_adapter_count:Specify number of spanned adapters (int)
parm: rc_suspend_delay:suspend delay (int)
 
Old 04-10-2021, 08:14 AM   #4
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,155

Rep: Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266
I avoid motherboard RAID because of the low performance, incompatibility with tools like smartctl, and loss of data if the motherboard fails. md or dm is preferable.

The message doesn't look like an error. Maybe logging is set too high. Try

cat /proc/sys/kernel/printk
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What Kernel Ring Buffer Contains? Nishant Desai Linux - Kernel 4 02-07-2011 01:47 PM
DMA Ring buffer vahu002 Linux - Networking 0 12-08-2010 11:09 AM
Determining kernel ring buffer size anon255 Linux - General 1 03-07-2007 04:00 PM
What is the difference between the free buffer and buffer in the buffer hash queue? Swagata Linux - Enterprise 0 05-25-2006 11:57 PM
kernel's ring buffer sixth_sense Linux - General 1 04-01-2004 02:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel

All times are GMT -5. The time now is 09:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration