Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Wed, 15 Oct 2025 10:50:49 +0800 you wrote:
Recently, I noticed a selftest failure in my local environment. The test_parse_test_list_file writes some data to /tmp/bpf_arg_parsing_test.XXXXXX and parse_test_list_file() will read the data back. However, after writing data to that file, we forget to call fsync() and it's causing testing failure in my laptop. This patch helps fix it by adding the missing fsync() call.
[...]
Here is the summary with links: - [v2] selftests: arg_parsing: Ensure data is flushed to disk before reading. https://git.kernel.org/bpf/bpf-next/c/27aab47b347e
You are awesome, thank you!