[COMMON] lib: dss: disable to output kworker information
authorHosung Kim <hosung0.kim@samsung.com>
Tue, 19 Jun 2018 05:38:33 +0000 (14:38 +0900)
committerYoungmin Nam <youngmin.nam@samsung.com>
Fri, 29 Jun 2018 09:17:14 +0000 (18:17 +0900)
DSS doesn't support to output kworker information anymore
for security and stablity.

Change-Id: If65dc702dba81b56d71af276b6f8d405a895d118
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
lib/debug-snapshot-utils.c

index ba6f8529366db97cdcb4b169750e2cc2343ab033..74399e57ade9bc2407ed16abfbd93ddf547c0ca8 100644 (file)
@@ -499,7 +499,6 @@ static void dbg_snapshot_dump_one_task_info(struct task_struct *tsk, bool is_mai
        if (tsk->state == TASK_RUNNING
                        || tsk->state == TASK_UNINTERRUPTIBLE
                        || tsk->mm == NULL) {
-               print_worker_info(KERN_INFO, tsk);
                show_stack(tsk, NULL);
                pr_info("\n");
        }