On 26.06.25 01:10, Florian Fainelli wrote:
Include the GDB scripts file under scripts/gdb/linux/ that deal with memory mamagenement code under the MEMORY MANAGEMENT subsystem since they parses internal data structures that depend upon that subsystem. Signed-off-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx> --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index cad5d613cab0..52b37196d024 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15812,6 +15812,10 @@ F: include/linux/mmu_notifier.h F: include/linux/pagewalk.h F: include/trace/events/ksm.h F: mm/ +F: scripts/gdb/linux/mm.py +F: scripts/gdb/linux/page_owner.py +F: scripts/gdb/linux/pgtable.py +F: scripts/gdb/linux/slab.py
Probably they should go to the corresponding sub-sections. At least slab.py? -- Cheers, David / dhildenb