On Wed, Dec 18, 2019 at 06:04:42PM -0800, Alexei Starovoitov wrote: > Fix two issues in test_attach_probe: > 1. it was not able to parse /proc/self/maps beyond the first line, > since %s means parse string until white space. > 2. offset has to be accounted for otherwise uprobed address is incorrect. > > Fixes: 1e8611bbdfc9 ("selftests/bpf: add kprobe/uprobe selftests") > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> Applied, thanks!