On 12.06.25 16:21, Mathias Krause wrote: > Commit 3563362ddfae ("target/i386: Introduce structures for mmu_translate") > accidentally modified CR2 for non-canonical address exceptions while these > should lead to a #GP / #SS instead -- without changing CR2. > > Fix that. > > A KUT test for this was submitted as [1]. > > [1] > https://lore.kernel.org/kvm/20250612141637.131314-1-mini...@grsecurity.net/ > > Fixes: 3563362ddfae ("target/i386: Introduce structures for mmu_translate") > Signed-off-by: Mathias Krause <mini...@grsecurity.net> > ---
Ping! Paolo, Richard, any take on the patch? It's a regression fix that can easily be verified with the KUT test failing after the commit mentioned in the Fixes tag and succeeding again with the below fix applied. Thanks, Mathias