On Wed, Aug 14, 2024 at 09:25:35PM +0200, Thomas Gleixner wrote: > On Wed, Aug 14 2024 at 15:46, Kirill A. Shutemov wrote: > > Calculation of 'next' virtual address doesn't protect against wrapping > > to zero. It can result in page table corruption and hang. The > > problematic case is possible if user sets high x86_mapping_info::offset. > > So this should have a Fixes tag, right? Well, I guess we can add Fixes: e4630fdd4763 ("x86/power/64: Always create temporary identity mapping correctly") but the bug is not triggirable with current upstream code. It only wraps to zero if you touch top PGD entry. There's no such users in upstream. Only hibernate_64.c uses x86_mapping_info::offset and it works on direct mapping range which is not top PGD entry. -- Kiryl Shutsemau / Kirill A. Shutemov