https://bugzilla.kernel.org/show_bug.cgi?id=210695 Sean Christopherson (seanjc@xxxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |seanjc@xxxxxxxxxx --- Comment #1 from Sean Christopherson (seanjc@xxxxxxxxxx) --- Hrm, this is more than likely related to refactoring for the introduction of the TDP MMU. > kernel get_mmio_spte: detect reserved bits on spte, addr 0xfe013000, dump > hierarchy: > kernel ------ spte 0x80000b0e level 3. This SPTE looks odd/wrong, but unless I'm misreading things, there are no reserved bits set. > kernel ------ spte 0x49c0027 level 2. > kernel ------ spte 0x38001ffe0134d7 level 1. And this SPTE obviously has reserved bits set, but that's intentional and this should not trigger the warning as the SPTE should be recognized as an MMIO SPTE. I'll stare at this more tomorrow and play with things a bit to see if I can figure out what's broken. -- You are receiving this mail because: You are watching the assignee of the bug.