On Tue, Jun 18, 2019 at 11:13 AM Michal Rostecki <mrostecki@xxxxxxxxxxxx> wrote: > > ibumad example was implementing the bpf_debug macro which is exactly the > same as the bpf_printk macro available in bpf_helpers.h. This change > makes use of bpf_printk instead of bpf_debug. > > Signed-off-by: Michal Rostecki <mrostecki@xxxxxxxxxxxx> > --- Acked-by: Andrii Nakryiko <andriin@xxxxxx> > samples/bpf/ibumad_kern.c | 18 ++++++------------ > 1 file changed, 6 insertions(+), 12 deletions(-) > <snip>