https://bugzilla.kernel.org/show_bug.cgi?id=206579 --- Comment #47 from muncrief (rmuncrief@xxxxxxxxxxxxxxx) --- Created attachment 288009 --> https://bugzilla.kernel.org/attachment.cgi?id=288009&action=edit dmesg output with latest patches from Comment 46 I'm glad to see people are still working on this bug, but unfortunately the patches from Comment 46 don't change anything on my system. I still get the same warning messages numerous times about the "is running" bit. And it still comes from this same instruction in svm.c : ``` WARN_ON(entry & AVIC_PHYSICAL_ID_ENTRY_IS_RUNNING_MASK); ``` I'm running 5.6-rc6, and the first patch was already in the code, so I just added the trace patch for completeness. Then I rebooted and immediately ran my VM and have attached the full dmesg output just in case there's something unusual going on in my system that you might recognize. Let me know if there's anything else I can do to help. I'd given up on this bug because the several fixes I tried didn't work, and then I didn't see any activity here so I began to wonder if the warnings were unimportant. But as I said before they sure make the dmesg output look alarming, and it would be nice to get rid of them even if they aren't significant. I guess I could just comment out the line if worse comes to worse though. -- You are receiving this mail because: You are watching the assignee of the bug.