On 8/1/16 11:35 PM, Tomoki Sekiyama wrote:
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 <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: David Ahern <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Masami Hiramatsu <[email protected]> --- Changes from v4: Removed 'Fixes:' tag and added related commits in the commit message
Acked-by: David Ahern <[email protected]>

