Re: [PATCH v10 tip 5/9] tracing: allow BPF programs to call bpf_trace_printk()
From: Ingo Molnar <hidden>
Date: 2015-03-23 12:08:08
Also in:
linux-api, lkml
From: Ingo Molnar <hidden>
Date: 2015-03-23 12:08:08
Also in:
linux-api, lkml
* David Laight [off-list ref] wrote:
From: Alexei Starovoitovquoted
Debugging of BPF programs needs some form of printk from the program, so let programs call limited trace_printk() with %d %u %x %p modifiers only.Should anyone be allowed to use BPF programs to determine the kernel addresses of any items? Looks as though it is leaking kernel addresses to userspace. Note that the problem is with the arguments, not the format string.
All of these are privileged operations - inherent if you are trying to debug the kernel. Thanks, Ingo