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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20230113200356.d30a23872521f0cf24ed996c@linux-foundation.org>
Date:   Fri, 13 Jan 2023 20:03:56 -0800
From:   Andrew Morton <akpm@...ux-foundation.org>
To:     Dmitrii Bundin <dmitrii.bundin.a@...il.com>
Cc:     gregkh@...uxfoundation.org, jan.kiszka@...mens.com,
        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 v5] scripts/gdb: add mm introspection utils

On Fri, 13 Jan 2023 20:51:51 +0300 Dmitrii Bundin <dmitrii.bundin.a@...il.com> wrote:

> Changes in v5: https://lore.kernel.org/all/20230102171014.31408-1-dmitrii.bundin.a@gmail.com/
>     - Added SPDX line

Almost.

--- a/scripts/gdb/linux/mm.py~scripts-gdb-add-mm-introspection-utils-v5
+++ a/scripts/gdb/linux/mm.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # gdb helper commands and functions for Linux kernel debugging
 #
@@ -6,8 +7,6 @@
 # Authors:
 #  Dmitrii Bundin <dmitrii.bundin.a@...il.com>
 #
-# This work is licensed under the terms of the GNU GPL version 2.
-#
 
 import gdb
 
--- a/scripts/gdb/vmlinux-gdb.py~scripts-gdb-add-mm-introspection-utils-v5
+++ a/scripts/gdb/vmlinux-gdb.py
@@ -37,3 +37,4 @@ else:
     import linux.clk
     import linux.genpd
     import linux.device
+    import linux.mm
_

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ