All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: "Marc Suñé" <marcdevel@gmail.com>
Cc: willemdebruijn.kernel@gmail.com, pabeni@redhat.com,
	netdev@vger.kernel.org, dborkman@kernel.org,
	vadim.fedorenko@linux.dev
Subject: Re: [PATCH net-next v4 2/4] selftests/net: add no ARP b/mcast,null poison test
Date: Tue, 10 Feb 2026 18:11:06 -0800	[thread overview]
Message-ID: <20260210181106.0f4a305a@kernel.org> (raw)
In-Reply-To: <19761bd8088ea7bab2b8c37461aa77be08082fc4.1770399836.git.marcdevel@gmail.com>

On Sat,  7 Feb 2026 21:40:34 +0100 Marc Suñé wrote:
> diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
> index afdea6d95bde..c6d571bf72be 100644
> --- a/tools/testing/selftests/net/Makefile
> +++ b/tools/testing/selftests/net/Makefile
> @@ -11,6 +11,7 @@ TEST_PROGS := \
>  	amt.sh \
>  	arp_ndisc_evict_nocarrier.sh \
>  	arp_ndisc_untracked_subnets.sh \
> +	arp_no_invalid_sha_poision.sh \
>  	bareudp.sh \
>  	big_tcp.sh \
>  	bind_bhash.sh \

Not sure why but we get:

# selftests: net: arp_no_invalid_sha_poision.sh
# Warning: file arp_no_invalid_sha_poision.sh is missing!
not ok 1 selftests: net: arp_no_invalid_sha_poision.sh

When we run 
	make TARGETS=net run_tests

The word "poison" is misspelled but both in the file name and makefile.
I guess there's another typo somewhere.

  reply	other threads:[~2026-02-11  2:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-07 20:40 [PATCH net-next v4 0/4] discard ARP/NDP b/mcast/null announce (poison) Marc Suñé
2026-02-07 20:40 ` [PATCH net-next v4 1/4] arp: discard invalid sha addr (b/mcast ARP poison) Marc Suñé
2026-02-07 20:40 ` [PATCH net-next v4 2/4] selftests/net: add no ARP b/mcast,null poison test Marc Suñé
2026-02-11  2:11   ` Jakub Kicinski [this message]
2026-02-11 18:29     ` Marc Sune
2026-02-11 18:49       ` Jakub Kicinski
2026-02-07 20:40 ` [PATCH net-next v4 3/4] neigh: discard invalid lladdr (b/mcast poison) Marc Suñé
2026-02-07 20:40 ` [PATCH net-next v4 4/4] selftests/net: add no NDP b/mcast,null poison test Marc Suñé
2026-02-11  2:11   ` Jakub Kicinski

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=20260210181106.0f4a305a@kernel.org \
    --to=kuba@kernel.org \
    --cc=dborkman@kernel.org \
    --cc=marcdevel@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vadim.fedorenko@linux.dev \
    --cc=willemdebruijn.kernel@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.