All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] rcu: Improve task-state reporting readability
@ 2026-06-12  2:34 Kunwu Chan
  2026-06-12  2:34 ` [PATCH v2 1/3] rcu: Use task_state_to_char() in stall-warning prints Kunwu Chan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kunwu Chan @ 2026-06-12  2:34 UTC (permalink / raw)
  To: paulmck, frederic, neeraj.upadhyay, joelagnelf, josh, boqun,
	urezki, rostedt, mathieu.desnoyers, jiangshanlai, qiang.zhang,
	dave
  Cc: rcu, linux-kernel, Kunwu Chan

From: Kunwu Chan <kunwu.chan@gmail.com>

This series replaces raw hexadecimal task-state values with
task_state_to_char() output in RCU-related diagnostic messages.

---
Changes in v2:
- Split the original patch into three commits, one per file.
- No code changes.

v1:
https://lore.kernel.org/rcu/442e80e0-4f91-421c-ab68-d26e0a031472@paulmck-laptop/

Based on: linux-rcu repo (dev branch)
URL: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
base-commit: 85bf11e84 ("smp: Make CSD lock acquisition atomic for debug mode")

Kunwu Chan (3):
  rcu: Use task_state_to_char() in stall-warning prints
  rcutorture: Use task_state_to_char() for task-state reporting
  hazptrtorture: Use task_state_to_char() for task-state reporting

 kernel/rcu/hazptrtorture.c |  4 ++--
 kernel/rcu/rcutorture.c    |  4 ++--
 kernel/rcu/tree_stall.h    | 12 ++++++------
 3 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-06-12  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-12  2:34 [PATCH v2 0/3] rcu: Improve task-state reporting readability Kunwu Chan
2026-06-12  2:34 ` [PATCH v2 1/3] rcu: Use task_state_to_char() in stall-warning prints Kunwu Chan
2026-06-12  2:34 ` [PATCH v2 2/3] rcutorture: Use task_state_to_char() for task-state reporting Kunwu Chan
2026-06-12  2:34 ` [PATCH v2 3/3] hazptrtorture: " Kunwu Chan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.