Bug 206615

Summary: WARNING: CPU: 1 PID: 0 at net/sched/sch_generic.c:447 dev_watchdog+0x232/0x240
Product: Networking Reporter: Alec Ari (alec)
Component: OtherAssignee: Stephen Hemminger (stephen)
Status: NEW ---    
Severity: normal CC: nisalon_caje
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 5.4.19 Subsystem:
Regression: No Bisected commit-id:
Attachments: kernel panic on warn message

Description Alec Ari 2020-02-21 01:06:57 UTC
Created attachment 287525 [details]
kernel panic on warn message

Hi,

After a few hours/minutes/days (incredibly random) one of my servers keeps crashing (panic_on_warn is enabled for security purposes.)

I have tried adding `acpi=off` `pcie_aspm=off` and `nowatchdog` to the kernel params but nothing solves it for good. I disabled SMP in the BIOS as well, CPU is an AMD Athlon II X2 B28.

Panic trace attached, server is a minimal Slackware system, nothing fancy. This problem just started happening recently, server has been up for the past year with no issue.

Same problem occurs on kernel version 5.4.20 as well.

Thanks!

Alec
Comment 1 Alec Ari 2020-02-21 03:36:33 UTC
#206611 looks related:

https://bugzilla.kernel.org/show_bug.cgi?id=206611

Alec