Message ID | 20200915035828.570483-2-davidgow@google.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 393824f650fabf6ea32bb09bea7acbc3a062dac8 |
Headers | show |
Series | KASAN-KUnit Integration | expand |
diff --git a/include/linux/sched.h b/include/linux/sched.h index afe01e232935..9df9416c5a40 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1203,6 +1203,10 @@ struct task_struct { #endif #endif +#if IS_ENABLED(CONFIG_KUNIT) + struct kunit *kunit_test; +#endif + #ifdef CONFIG_FUNCTION_GRAPH_TRACER /* Index of current stored address in ret_stack: */ int curr_ret_stack;