From: Kunwu Chan <[email protected]> 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

