lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87cyiukehs.fsf@trenco.lwn.net>
Date: Sat, 16 Nov 2024 15:20:15 -0700
From: Jonathan Corbet <corbet@....net>
To: Pasha Tatashin <pasha.tatashin@...een.com>, pasha.tatashin@...een.com,
 linux-kernel@...r.kernel.org, linux-mm@...ck.org,
 linux-doc@...r.kernel.org, linux-fsdevel@...r.kernel.org,
 cgroups@...r.kernel.org, linux-kselftest@...r.kernel.org,
 akpm@...ux-foundation.org, derek.kiernan@....com, dragan.cvetic@....com,
 arnd@...db.de, gregkh@...uxfoundation.org, viro@...iv.linux.org.uk,
 brauner@...nel.org, jack@...e.cz, tj@...nel.org, hannes@...xchg.org,
 mhocko@...nel.org, roman.gushchin@...ux.dev, shakeel.butt@...ux.dev,
 muchun.song@...ux.dev, Liam.Howlett@...cle.com,
 lorenzo.stoakes@...cle.com, vbabka@...e.cz, jannh@...gle.com,
 shuah@...nel.org, vegard.nossum@...cle.com, vattunuru@...vell.com,
 schalla@...vell.com, david@...hat.com, willy@...radead.org,
 osalvador@...e.de, usama.anjum@...labora.com, andrii@...nel.org,
 ryan.roberts@....com, peterx@...hat.com, oleg@...hat.com,
 tandersen@...flix.com, rientjes@...gle.com, gthelen@...gle.com
Subject: Re: [RFCv1 4/6] misc/page_detective: Introduce Page Detective

Pasha Tatashin <pasha.tatashin@...een.com> writes:

> Page Detective is a kernel debugging tool that provides detailed
> information about the usage and mapping of physical memory pages.
>
> It operates through the Linux debugfs interface, providing access
> to both virtual and physical address inquiries. The output, presented
> via kernel log messages (accessible with dmesg), will help
> administrators and developers understand how specific pages are
> utilized by the system.
>
> This tool can be used to investigate various memory-related issues,
> such as checksum failures during live migration, filesystem journal
> failures, general segfaults, or other corruptions.
>
> Signed-off-by: Pasha Tatashin <pasha.tatashin@...een.com>
> ---
>  Documentation/misc-devices/index.rst          |   1 +
>  Documentation/misc-devices/page_detective.rst |  78 ++

This seems like a strange place to bury this document - who will look
for it here?  Even if it is truly implemented as a misc device (I didn't
look), the documentation would belong either in the admin guide or with
the MM docs, it seems to me...?

Thanks,

jon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ