Skip to content

Commit

Permalink
Revert "printk: Filter out libperfmgr informations"
Browse files Browse the repository at this point in the history
Since we re-enabled sched tune
This reverts commit b24a184.

Signed-off-by: Santhosh <santhosh.user.why.red@gmail.com>
  • Loading branch information
user-why-red committed Jun 11, 2024
1 parent 10b1632 commit d2b6f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/printk/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ static ssize_t devkmsg_write(struct kiocb *iocb, struct iov_iter *from)

if (strstr(line, "healthd") || strstr(line, "logd") ||
strstr(line, "DM_DEV_STATUS") || strstr(line, "Untracked pid") ||
strstr(line, "usb_gadget") || strstr(line, "LibBpfLoader") || strstr(line, "libperfmgr"))
strstr(line, "usb_gadget") || strstr(line, "LibBpfLoader"))
return len;

printk_emit(facility, level, NULL, 0, "%s", line);
Expand Down

0 comments on commit d2b6f9a

Please sign in to comment.