Created attachment 359476 [details] screenshot Kernel panic in KVM guest. Seems it happen in the initramfs stage. I can't get output from the serial console, so here is a screenshot.
Initramfs generated by dracut and utilize systemd as init. No problems on my two physical machines (but with different kernel config). I'll try to reproduce this panic in KVM guest on my local system, where I able to get the full console output.
Created attachment 359512 [details] console.log
(In reply to Alexander Tsoy from comment #1) > No problems on my two physical machines (but with different kernel config) CONFIG_PAX_REFCOUNT is enabled on theese machines, but I can reproduce this problem only in KVM guests.
(In reply to Alexander Tsoy from comment #3) > (In reply to Alexander Tsoy from comment #1) > > No problems on my two physical machines (but with different kernel config) > > CONFIG_PAX_REFCOUNT is enabled on theese machines, but I can reproduce this > problem only in KVM guests. I've heard some other reports of problems in kvm. I'm passing this upstream.
this percpu refcount code looks pretty dumb that manages to trigger signed overflows left and right due to: #define PCPU_COUNT_BIAS (1U << 31) i'll see what i can do about it.
should be fixed in the latest patch.
Fixed in hardened-sources-3.11.2
(In reply to Alexander Tsoy from comment #7) > Fixed in hardened-sources-3.11.2 thanks, i'll make it the next stabilization candidate