[PATCH 3/3] tools/lib/lockdep: add dummy task_struct state member

2018-08-13 Thread Sasha Levin
Commit 8cc05c71ba5f ("locking/lockdep: Move sanity check to inside lockdep_print_held_locks()") added accesses to the task_struct's state member. Add dummy userspace declaration. Signed-off-by: Sasha Levin --- tools/include/linux/lockdep.h | 3 +++ 1 file changed, 3 insertions(+) diff --git

[PATCH 3/3] tools/lib/lockdep: add dummy task_struct state member

2018-08-13 Thread Sasha Levin
Commit 8cc05c71ba5f ("locking/lockdep: Move sanity check to inside lockdep_print_held_locks()") added accesses to the task_struct's state member. Add dummy userspace declaration. Signed-off-by: Sasha Levin --- tools/include/linux/lockdep.h | 3 +++ 1 file changed, 3 insertions(+) diff --git