[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251117172628.784c23a4@kernel.org>
Date: Mon, 17 Nov 2025 17:26:28 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Kuniyuki Iwashima <kuniyu@...gle.com>
Cc: "David S . Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Simon Horman
<horms@...nel.org>, Aaron Conole <aconole@...heb.org>, Kuniyuki Iwashima
<kuni1840@...il.com>, netdev@...r.kernel.org
Subject: Re: [PATCH v1 net 2/2] selftest: af_unix: Add test for SO_PEEK_OFF.
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
Powered by blists - more mailing lists