From: Kuan-Ying Lee <Kuan-Ying.Lee@mediatek.com>
To: Matthias Brugger <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>
Cc: <casper.li@mediatek.com>, <chinwen.chang@mediatek.com>,
<qun-wei.lin@mediatek.com>, <linux-mm@kvack.org>,
<akpm@linux-foundation.org>,
Kuan-Ying Lee <Kuan-Ying.Lee@mediatek.com>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>
Subject: [PATCH 0/3] Fix GDB commands error
Date: Mon, 27 Nov 2023 15:04:00 +0800 [thread overview]
Message-ID: <20231127070404.4192-1-Kuan-Ying.Lee@mediatek.com> (raw)
This patchset fix some issues of gdb command.
Patch 1:
- Fix lx-ps command error
Patch 2:
- Fix stackdepot usage error
Patch 3:
- Remove exception handling
- Refine the printing format
---
This patchset is based on linux-next-20231127.
Kuan-Ying Lee (3):
scripts/gdb/tasks: Fix lx-ps command error
scripts/gdb/stackdepot: Rename pool_index_cached to pools_num
scripts/gdb: Remove exception handling and refine print format
scripts/gdb/linux/page_owner.py | 58 ++++++++++++++-------------------
scripts/gdb/linux/slab.py | 3 +-
scripts/gdb/linux/stackdepot.py | 6 ++--
scripts/gdb/linux/tasks.py | 12 +++----
4 files changed, 33 insertions(+), 46 deletions(-)
--
2.18.0
next reply other threads:[~2023-11-27 7:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-27 7:04 Kuan-Ying Lee [this message]
2023-11-27 7:04 ` [PATCH 1/3] scripts/gdb/tasks: Fix lx-ps command error Kuan-Ying Lee
2023-11-27 12:03 ` Oleg Nesterov
2023-11-28 11:45 ` Kuan-Ying Lee (李冠穎)
2023-11-27 7:04 ` [PATCH 2/3] scripts/gdb/stackdepot: Rename pool_index_cached to pools_num Kuan-Ying Lee
2023-11-27 7:04 ` [PATCH 3/3] scripts/gdb: Remove exception handling and refine print format Kuan-Ying Lee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231127070404.4192-1-Kuan-Ying.Lee@mediatek.com \
--to=kuan-ying.lee@mediatek.com \
--cc=akpm@linux-foundation.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=casper.li@mediatek.com \
--cc=chinwen.chang@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mm@kvack.org \
--cc=matthias.bgg@gmail.com \
--cc=qun-wei.lin@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox