linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix GDB command error
@ 2024-06-19  7:49 Kuan-Ying Lee
  2024-06-19  7:49 ` [PATCH 1/6] scripts/gdb: redefine MAX_ORDER sanely Kuan-Ying Lee
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kuan-Ying Lee @ 2024-06-19  7:49 UTC (permalink / raw)
  To: kuan-ying.lee, Andrew Morton; +Cc: linux-mm

This patchset fix some GDB command errors.

1. Since memory layout of AARCH64 has been changed,
   we need to modify the layout in GDB scripts as well.

2. Fix pool_index naming of stackdepot.

The patchset is based on next-20240618.

Kuan-Ying Lee (6):
  scripts/gdb: redefine MAX_ORDER sanely
  scripts/gdb: rework module VA range
  scripts/gdb: change the layout of vmemmap
  scripts/gdb: set vabits_actual based on TCR_EL1
  scripts/gdb: change VA_BITS_MIN when we use 16K page
  scripts/gdb: rename pool_index to pool_index_plus_1

 scripts/gdb/linux/mm.py         | 23 ++++++++++++++---------
 scripts/gdb/linux/stackdepot.py |  8 ++++++--
 2 files changed, 20 insertions(+), 11 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-19  7:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-19  7:49 [PATCH 0/6] Fix GDB command error Kuan-Ying Lee
2024-06-19  7:49 ` [PATCH 1/6] scripts/gdb: redefine MAX_ORDER sanely Kuan-Ying Lee
2024-06-19  7:49 ` [PATCH 2/6] scripts/gdb: rework module VA range Kuan-Ying Lee
2024-06-19  7:49 ` [PATCH 3/6] scripts/gdb: change the layout of vmemmap Kuan-Ying Lee
2024-06-19  7:49 ` [PATCH 5/6] scripts/gdb: change VA_BITS_MIN when we use 16K page Kuan-Ying Lee
2024-06-19  7:49 ` [PATCH 6/6] scripts/gdb: rename pool_index to pool_index_plus_1 Kuan-Ying Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox