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]
Date:   Tue, 19 Oct 2021 13:09:32 +0100
From:   Will Deacon <will@...nel.org>
To:     Vincent Whitchurch <vincent.whitchurch@...s.com>
Cc:     Catalin Marinas <catalin.marinas@....com>, kernel@...s.com,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: ptdump: Allow dumping user page tables

On Fri, Oct 01, 2021 at 04:56:03PM +0200, Vincent Whitchurch wrote:
> Add a user_page_tables debugfs file (similar to kernel_page_tables) to
> dump out the userspace page tables for the current process.  This
> provides details which are not available via pagemap (such as the memory
> type) and is useful when, for example, debugging ->mmap()
> implementations.
> 
> Signed-off-by: Vincent Whitchurch <vincent.whitchurch@...s.com>
> ---
>  arch/arm64/mm/ptdump.c | 15 ++++++++++++++-
>  1 file changed, 14 insertions(+), 1 deletion(-)

How does this serialise with things like task exit?

Will

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ