| From: Andrew Morton <akpm@linux-foundation.org> |
| Subject: scripts-gdb-create-linux-vfspy-for-vfs-related-gdb-helpers-fix |
| Date: Wed Apr 12 12:20:00 PM PDT 2023 |
| |
| add SPDX-License-Identifier |
| |
| Cc: Alexander Viro <viro@zeniv.linux.org.uk> |
| Cc: Antonio Borneo <antonio.borneo@foss.st.com> |
| Cc: Glenn Washburn <development@efficientek.com> |
| Cc: Jan Kiszka <jan.kiszka@siemens.com> |
| Cc: John Ogness <john.ogness@linutronix.de> |
| Cc: Kieran Bingham <kbingham@kernel.org> |
| Cc: Petr Mladek <pmladek@suse.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| scripts/gdb/linux/proc.py | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| --- a/scripts/gdb/linux/proc.py~scripts-gdb-create-linux-vfspy-for-vfs-related-gdb-helpers-fix |
| +++ a/scripts/gdb/linux/proc.py |
| @@ -1,3 +1,4 @@ |
| +# SPDX-License-Identifier: GPL-2.0 |
| # |
| # gdb helper commands and functions for Linux kernel debugging |
| # |
| _ |