Bug 206847
Summary: | drivers/char/random.c commit breaks syslog-ng and metalog kernel.log logging | ||
---|---|---|---|
Product: | Drivers | Reporter: | 0strodamus |
Component: | Console/Framebuffers | Assignee: | James Simmons (jsimmons) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | polynomial-c, sergey.senozhatsky |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.5.6+ and 5.4.22+ | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
output from lscpu
output from lscpu |
Description
0strodamus
2020-03-13 23:24:24 UTC
Created attachment 288369 [details]
output from lscpu
I have the exact same issue with "dmesg --follow" (haven't checked my /var/log/kern.log being affected).
Reverting the mentioned commit also fixes this for me.
I am having this issue on a machine with AMD Opteron CPUs running Gentoo Linux with sysvinit/openrc. I do _not_ have this issue on my Notebook with Intel Core i7 CPU running the same Gentoo Linux sysvinit/openrc combination.
I had a talk in IRC with another user being affected by this and we happen to have the same AMD CPU family and Model on our affected systems. Attached is my CPU information.
Created attachment 288399 [details]
output from lscpu
Adding output from lscpu from my system. Since my initial report, I have additionally successfully tested reversing this patch with kernel versions up to 5.6.3.
Commit ab6f762f0f53162 5.7-rc1 (Linus' HEAD) should fix the problem. -ss Thanks! I applied commit ab6f762f0f53162 to 5.6.4 and verified that this fixes the problem. |