public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] checkstack: bug fix and minor improvements
@ 2023-11-20 18:37 Heiko Carstens
  2023-11-20 18:37 ` [PATCH 1/3] checkstack: fix printed address Heiko Carstens
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Heiko Carstens @ 2023-11-20 18:37 UTC (permalink / raw)
  To: Andrew Morton, Masahiro Yamada
  Cc: Vaneet Narang, Maninder Singh, linux-kernel

While trying to use the checkstack script to print the stack usage of all
functions, I noticed that this is not possible without changing it. In
addition the current output contains a bug, and the output can be improved.

Therefore fix the bug and improve the script a bit.

Heiko Carstens (3):
  checkstack: fix printed address
  checkstack: sort output by size and function name
  checkstack: allow to pass MINSTACKSIZE parameter

 Makefile              |  6 ++++--
 scripts/checkstack.pl | 27 +++++++++++++++++++--------
 2 files changed, 23 insertions(+), 10 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-11-20 18:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20 18:37 [PATCH 0/3] checkstack: bug fix and minor improvements Heiko Carstens
2023-11-20 18:37 ` [PATCH 1/3] checkstack: fix printed address Heiko Carstens
2023-11-20 18:37 ` [PATCH 2/3] checkstack: sort output by size and function name Heiko Carstens
2023-11-20 18:37 ` [PATCH 3/3] checkstack: allow to pass MINSTACKSIZE parameter Heiko Carstens

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