On Thu, May 13, 2021 at 5:37 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > Convert test trace_printk to more aggressively validate and use rodata. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > tools/testing/selftests/bpf/prog_tests/trace_printk.c | 3 +++ > tools/testing/selftests/bpf/progs/trace_printk.c | 6 +++--- > 2 files changed, 6 insertions(+), 3 deletions(-) > [...]