Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e017e41 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "tracing: do not leak kernel addresses"

parents 104882cc 57d73ba3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ static int t_show(struct seq_file *m, void *v)
	if (!*fmt)
		return 0;

	seq_printf(m, "0x%lx : \"", *(unsigned long *)fmt);
	seq_printf(m, "0x%lx : \"", 0L);

	/*
	 * Tabs and new lines need to be converted.