The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] Add __counted_by_ptr attribute to struct stack_trace
@ 2026-08-23 12:35 Bill Wendling
  2026-08-23 12:35 ` [PATCH 1/2] stacktrace: " Bill Wendling
  2026-08-23 12:35 ` [PATCH 2/2] lib/tests: Add KUnit test for struct stack_trace __counted_by_ptr attribute Bill Wendling
  0 siblings, 2 replies; 7+ messages in thread
From: Bill Wendling @ 2026-08-23 12:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: Bill Wendling

Bill Wendling (2):
  stacktrace: Add __counted_by_ptr attribute to struct stack_trace
  lib/tests: Add KUnit test for struct stack_trace __counted_by_ptr attribute

 include/linux/stacktrace.h   |  2 +-
 lib/Kconfig.debug            | 10 +++++++
 lib/kunit/.kunitconfig       |  1 +
 lib/tests/Makefile           |  1 +
 lib/tests/stacktrace_kunit.c | 51 ++++++++++++++++++++++++++++++++++++
 5 files changed, 64 insertions(+), 1 deletion(-)
 create mode 100644 lib/tests/stacktrace_kunit.c

-- 
2.55.0.860.g4b6b3295ed-goog


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

end of thread, other threads:[~2026-08-25  5:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-23 12:35 [PATCH 0/2] Add __counted_by_ptr attribute to struct stack_trace Bill Wendling
2026-08-23 12:35 ` [PATCH 1/2] stacktrace: " Bill Wendling
2026-08-24 19:12   ` Gustavo A. R. Silva
2026-08-23 12:35 ` [PATCH 2/2] lib/tests: Add KUnit test for struct stack_trace __counted_by_ptr attribute Bill Wendling
2026-08-23 15:11   ` Kuan-Wei Chiu
2026-08-24  6:41   ` Thomas Weißschuh
2026-08-25  5:07   ` David Gow

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