Re: [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
"David Hildenbrand (Arm)" <[email protected]> Mon, 3 Aug 2026 11:39:18 +0200
| Newsgroups | org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/26 18:48, Lorenzo Stoakes (ARM) wrote: > This is potentially useful debugging information and matches the existing > page offset provided. > > Use the raw __linear_anon_page_index() function so as to always output this > value regardless of whether the mapping is file-backed or not. > > Signed-off-by: Lorenzo Stoakes (ARM) <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David