Re: [PATCH v8 1/5] Add KUnit Struct to Current Task

2020-06-09 Thread Shuah Khan
On 6/5/20 10:03 PM, David Gow wrote: From: Patricia Alfonso In order to integrate debugging tools like KASAN into the KUnit framework, add KUnit struct to the current task to keep track of the current KUnit test. Signed-off-by: Patricia Alfonso Reviewed-by: Brendan Higgins Signed-off-by:

[PATCH v8 1/5] Add KUnit Struct to Current Task

2020-06-05 Thread David Gow
From: Patricia Alfonso In order to integrate debugging tools like KASAN into the KUnit framework, add KUnit struct to the current task to keep track of the current KUnit test. Signed-off-by: Patricia Alfonso Reviewed-by: Brendan Higgins Signed-off-by: David Gow --- include/linux/sched.h | 4