projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d0e45
)
[COMMON] lib: dss: disable to output kworker information
author
Hosung Kim
<hosung0.kim@samsung.com>
Tue, 19 Jun 2018 05:38:33 +0000
(14:38 +0900)
committer
Youngmin 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
patch
|
blob
|
blame
|
history
diff --git
a/lib/debug-snapshot-utils.c
b/lib/debug-snapshot-utils.c
index ba6f8529366db97cdcb4b169750e2cc2343ab033..74399e57ade9bc2407ed16abfbd93ddf547c0ca8 100644
(file)
--- a/
lib/debug-snapshot-utils.c
+++ b/
lib/debug-snapshot-utils.c
@@
-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");
}