intel / intel/ethernet-linux-i40e

softlockup may occur when the dev_info operation is performed in the critical area of the RCU.

Open
#30 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
50
Forks
18
PR merge metrics
No merged PRs in 30d

Description

https://github.com/intel/ethernet-linux-i40e/blob/b439573f442c82b7d553484883ac9a51b107a0f7/src/i40e_debugfs.c#L294
When the kernel printk console level is set to 7 or higher, logs printed by dev_info are output to the console. The driver thread needs to obtain console_sem. A large number of logs may cause watchdog timeout (soft lockup).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.