mbox series

[net,0/2] selftests/bpf: fix ima_setup.sh missing issue

Message ID 20220512071819.199873-1-liuhangbin@gmail.com (mailing list archive)
Headers show
Series selftests/bpf: fix ima_setup.sh missing issue | expand

Message

Hangbin Liu May 12, 2022, 7:18 a.m. UTC
The ima_setup.sh is needed by test_progs test_ima. But the file is
missed if we build test_progs separately or installed bpf test to
another folder. This patch set fixed the issue in 2 different
scenarios.

Hangbin Liu (2):
  selftests/bpf: Fix build error with ima_setup.sh
  selftests/bpf: add missed ima_setup.sh in Makefile

 tools/testing/selftests/bpf/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Comments

Alexei Starovoitov May 12, 2022, 2:02 p.m. UTC | #1
On Thu, May 12, 2022 at 12:18 AM Hangbin Liu <liuhangbin@gmail.com> wrote:
>
> The ima_setup.sh is needed by test_progs test_ima. But the file is
> missed if we build test_progs separately or installed bpf test to
> another folder. This patch set fixed the issue in 2 different
> scenarios.

Patch subject is incorrect.
Please use [PATCH bpf-next].