]> Git Repo - linux.git/commit
selftests/bpf: Fix d_path test
authorJiri Olsa <[email protected]>
Thu, 31 Aug 2023 14:11:03 +0000 (16:11 +0200)
committerDaniel Borkmann <[email protected]>
Thu, 31 Aug 2023 15:18:53 +0000 (17:18 +0200)
commitd11ae1b16b0a57fac524cad8e277a20ec62600d1
tree7d047679e8e50a0f7f8f3a7f5fd373fe2f03853d
parent121fd33bf2d99007f8fe2a155c291a30baca3f52
selftests/bpf: Fix d_path test

Recent commit [1] broke d_path test, because now filp_close is not called
directly from sys_close, but eventually later when the file is finally
released.

As suggested by Hou Tao we don't need to re-hook the bpf program, but just
instead we can use sys_close_range to trigger filp_close synchronously.

  [1] 021a160abf62 ("fs: use __fput_sync in close(2)")

Suggested-by: Hou Tao <[email protected]>
Signed-off-by: Jiri Olsa <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
tools/testing/selftests/bpf/prog_tests/d_path.c
This page took 0.049578 seconds and 4 git commands to generate.