Loading
livepatch: Check calltrace of idle tasks
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9R2TB -------------------------------- for_each_process_thread() only include init_task and its descendant, but not include idle tasks. Idle tasks also require calltraces checking. Signed-off-by:Zheng Yejian <zhengyejian1@huawei.com>