From: patchwork-bot+netdevbpf@kernel.org
To: Xing Guo <higuoxing@gmail.com>
Cc: alexei.starovoitov@gmail.com, andrii.nakryiko@gmail.com,
andrii@kernel.org, ast@kernel.org, bpf@vger.kernel.org,
linux-kselftest@vger.kernel.org, olsajiri@gmail.com,
sveiss@meta.com
Subject: Re: [PATCH v2] selftests: arg_parsing: Ensure data is flushed to disk before reading.
Date: Wed, 15 Oct 2025 16:10:06 +0000 [thread overview]
Message-ID: <176054460627.940684.18292912943742394253.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251015025049.9492-1-higuoxing@gmail.com>
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2025-10-15 16:10 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-14 8:03 [PATCH] selftests: arg_parsing: Ensure data is flushed to disk before reading Xing Guo
2025-10-14 12:39 ` Jiri Olsa
2025-10-14 20:53 ` Andrii Nakryiko
2025-10-15 2:43 ` [PATCH v2] " Xing Guo
2025-10-15 2:45 ` Alexei Starovoitov
2025-10-15 2:50 ` Xing Guo
2025-10-15 16:10 ` patchwork-bot+netdevbpf [this message]
2025-10-15 16:20 ` Andrii Nakryiko
2025-10-16 2:28 ` [PATCH v3] " Xing Guo
2025-10-16 2:32 ` [PATCH v2] " Xing Guo
2025-10-16 2:37 ` [PATCH bpf v4] " Xing Guo
2025-10-16 3:19 ` [PATCH bpf v5] " Xing Guo
2025-10-16 3:53 ` [PATCH bpf v6] " Xing Guo
2025-10-16 16:36 ` Andrii Nakryiko
2025-10-20 8:59 ` strace log before the fix, with fsync fix and with fclose fix Xing Guo
2025-10-20 16:28 ` Alexei Starovoitov
2025-10-20 20:12 ` Andrii Nakryiko
2025-10-21 22:14 ` Dominique Martinet
2025-10-16 16:40 ` [PATCH bpf v6] selftests: arg_parsing: Ensure data is flushed to disk before reading patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=176054460627.940684.18292912943742394253.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexei.starovoitov@gmail.com \
--cc=andrii.nakryiko@gmail.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=higuoxing@gmail.com \
--cc=linux-kselftest@vger.kernel.org \
--cc=olsajiri@gmail.com \
--cc=sveiss@meta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox