From: Jakub Kicinski <kuba@kernel.org>
To: Kuniyuki Iwashima <kuniyu@google.com>
Cc: "David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>, Simon Horman <horms@kernel.org>,
Aaron Conole <aconole@bytheb.org>,
Kuniyuki Iwashima <kuni1840@gmail.com>,
netdev@vger.kernel.org
Subject: Re: [PATCH v1 net 2/2] selftest: af_unix: Add test for SO_PEEK_OFF.
Date: Mon, 17 Nov 2025 17:26:28 -0800 [thread overview]
Message-ID: <20251117172628.784c23a4@kernel.org> (raw)
In-Reply-To: <20251117174740.3684604-3-kuniyu@google.com>
On Mon, 17 Nov 2025 17:47:11 +0000 Kuniyuki Iwashima wrote:
> diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore
> index 439101b518ee..8f9850a71f54 100644
> --- a/tools/testing/selftests/net/.gitignore
> +++ b/tools/testing/selftests/net/.gitignore
> @@ -45,6 +45,7 @@ skf_net_off
> socket
> so_incoming_cpu
> so_netns_cookie
> +so_peek_off
NIPA is complaining that we're missing the binary name in gitignore.
Probably not worth respinning for this but in the future let's start
using af_unix/.gitignore rather than the parent's .gitignore?
> so_txtime
> so_rcv_listener
> stress_reuseport_listen
> diff --git a/tools/testing/selftests/net/af_unix/Makefile b/tools/testing/selftests/net/af_unix/Makefile
> index de805cbbdf69..528d14c598bb 100644
> --- a/tools/testing/selftests/net/af_unix/Makefile
> +++ b/tools/testing/selftests/net/af_unix/Makefile
> @@ -6,6 +6,7 @@ TEST_GEN_PROGS := \
> scm_inq \
> scm_pidfd \
> scm_rights \
> + so_peek_off \
> unix_connect \
> # end of TEST_GEN_PROGS
next prev parent reply other threads:[~2025-11-18 1:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-17 17:47 [PATCH v1 net 0/2] af_unix: Fix SO_PEEK_OFF bug in unix_stream_read_generic() Kuniyuki Iwashima
2025-11-17 17:47 ` [PATCH v1 net 1/2] af_unix: Read sk_peek_offset() again after sleeping " Kuniyuki Iwashima
2025-11-17 17:47 ` [PATCH v1 net 2/2] selftest: af_unix: Add test for SO_PEEK_OFF Kuniyuki Iwashima
2025-11-17 23:09 ` Miao Wang
2025-11-18 4:10 ` Kuniyuki Iwashima
2025-11-18 1:26 ` Jakub Kicinski [this message]
2025-11-18 3:07 ` Kuniyuki Iwashima
2025-11-19 3:30 ` [PATCH v1 net 0/2] af_unix: Fix SO_PEEK_OFF bug in unix_stream_read_generic() 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=20251117172628.784c23a4@kernel.org \
--to=kuba@kernel.org \
--cc=aconole@bytheb.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuni1840@gmail.com \
--cc=kuniyu@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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;
as well as URLs for NNTP newsgroup(s).