[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y8Bqg3vbQK53EtlH@kroah.com>
Date: Thu, 12 Jan 2023 21:16:03 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Dmitrii Bundin <dmitrii.bundin.a@...il.com>
Cc: jan.kiszka@...mens.com, akpm@...ux-foundation.org,
kbingham@...nel.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, mingo@...hat.com, rppt@...nel.org,
vbabka@...e.cz, x86@...nel.org
Subject: Re: [PATCH v4] scripts/gdb: add mm introspection utils
On Mon, Jan 02, 2023 at 08:10:14PM +0300, Dmitrii Bundin wrote:
> --- /dev/null
> +++ b/scripts/gdb/linux/mm.py
> @@ -0,0 +1,223 @@
> +#
> +# gdb helper commands and functions for Linux kernel debugging
> +#
> +# routines to introspect page table
> +#
> +# Authors:
> +# Dmitrii Bundin <dmitrii.bundin.a@...il.com>
> +#
> +# This work is licensed under the terms of the GNU GPL version 2.
Please use a SPDX line at the top of the file.
Powered by blists - more mailing lists