On Thu, May 21, 2020 at 9:14 PM Yauheni Kaliuta <yauheni.kaliuta@xxxxxxxxxx> wrote: > > test_align has been moved under test_progs. > > Fixes: 3b09d27cc93d ("selftests/bpf: Move test_align under > test_progs") > > Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@xxxxxxxxxx> > --- Fixes tag has to be on the single line, like this: Fixes: 3b09d27cc93d ("selftests/bpf: Move test_align under test_progs") Also no need for empty line between Fixes: and Signed-off-by: tags. With that fixed, please add my ack: Acked-by: Andrii Nakryiko <andriin@xxxxxx> > tools/testing/selftests/bpf/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile > index e716e931d0c9..09700db35c2d 100644 > --- a/tools/testing/selftests/bpf/Makefile > +++ b/tools/testing/selftests/bpf/Makefile > @@ -30,7 +30,7 @@ LDLIBS += -lcap -lelf -lz -lrt -lpthread > > # Order correspond to 'make run_tests' order > TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_lpm_map test_progs \ > - test_align test_verifier_log test_dev_cgroup test_tcpbpf_user \ > + test_verifier_log test_dev_cgroup test_tcpbpf_user \ > test_sock test_btf test_sockmap get_cgroup_id_user test_socket_cookie \ > test_cgroup_storage \ > test_netcnt test_tcpnotify_user test_sock_fields test_sysctl \ > -- > 2.26.2 >