Skip to content

Commit 045a64e

Browse files
UtsavBalar1231Forenche
authored andcommitted
printk: filter out some more spam
Change-Id: Ib59e3fc6ac0a9eb8eec4a9301b5497cccd96d690 Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com> Signed-off-by: Fiqri Ardyansyah <fiqri15072019@gmail.com> Signed-off-by: Forenche <prahul2003@gmail.com>
1 parent 4056822 commit 045a64e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

kernel/printk/printk.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,9 @@ static ssize_t devkmsg_write(struct kiocb *iocb, struct iov_iter *from)
813813
line = endp;
814814
if (strstr(line, "healthd") ||
815815
strstr(line, "cacert") ||
816+
strstr(line, "ueventd") ||
817+
strstr(line, "logd") ||
818+
strstr(line, "CSPL") ||
816819
strcmp(line, "CP: Couldn't") ||
817820
strncmp(line, "logd: Skipping", sizeof("logd: Skipping")))
818821
goto free;

0 commit comments

Comments
 (0)