Update TASK_STATE_TO_CHAR_STR macro to one from sched.h in the latest
kernel.
Related kernel commits:
- commit ad86622b478e ("wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide
EXIT_TRACE from user-space"):
'Z' and 'X' are swapped
- commit 80ed87c8a9ca ("sched/wait: Introduce TASK_NOLOAD and TASK_IDLE"):
Introduces new state 'N'
- commit 7dc603c9028e ("sched/fair: Fix PELT integrity for new tasks"):
Introduces new state 'n'
Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama.qu@xxxxxxxxxxx>
Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
Cc: David Ahern <dsahern@xxxxxxxxx>
Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
Cc: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
---
Changes from v4:
Removed 'Fixes:' tag and added related commits in the commit message