Significance of "NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!"

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Significance of "NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!"

跳至解决方案
6,529 次查看
JohnKlug
Senior Contributor I

We see four occurrences of this error when the NXP based U-Blox Maya is set up for WiFi AP during Linux boot.  This goes away when hostapd is disabled during boot.

We also see it while doing an Ethernet ping when the i.MX6ULL is sprayed with freeze spray.  It does not occur when spraying the Ethernet phy, for instance.

These occurrences are very reproducible and both say handler #08.

We have not noticed any adverse consequences so far.

Is this anything to worry about?

We are using IMX kernel 5.15.87.

 

0 项奖励
回复
1 解答
6,500 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Dear @JohnKlug ,

 

1. About NXP Yocto bsp 

Just remind you NXP has not released Yocto bsp based on the kernel 5.15.87.

2. For the issue

It is the Kernel warning, I think it will not affect the normal operation of your system.

3. Trying to remove the message

Check your kernel confirguration, please!  and confirm if the option ,CONFIG_RCU_FAST_NO_HZ have been selected, if yes, remove it.

then try it again.

 

Thanks!

Regards,

weidong

在原帖中查看解决方案

0 项奖励
回复
2 回复数
6,501 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Dear @JohnKlug ,

 

1. About NXP Yocto bsp 

Just remind you NXP has not released Yocto bsp based on the kernel 5.15.87.

2. For the issue

It is the Kernel warning, I think it will not affect the normal operation of your system.

3. Trying to remove the message

Check your kernel confirguration, please!  and confirm if the option ,CONFIG_RCU_FAST_NO_HZ have been selected, if yes, remove it.

then try it again.

 

Thanks!

Regards,

weidong

0 项奖励
回复
6,485 次查看
JohnKlug
Senior Contributor I

1.  Kernel is from Yocto:
    Kirkstone 

From the text of the recipe:

 

1. Stable
tag: v5.15.87

2. NXP-specific
NXP-specific
tag: lf-5.15.71-2.2.0

 


3. From menuconfig:

 

Symbol: RCU_FAST_NO_HZ [=n]

 


So assuming the warning is not too frequent I will assume everything is normal as you suggest in #2.

0 项奖励
回复