public inbox for netdev@vger.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 4/4] selftests/net: add no NDP b/mcast,null poison test
Date: Tue, 10 Feb 2026 18:11:16 -0800	[thread overview]
Message-ID: <20260210181116.1dea39bf@kernel.org> (raw)
In-Reply-To: <67615bd24a429899f500a248bb2a0bd261d71c84.1770399836.git.marcdevel@gmail.com>

On Sat,  7 Feb 2026 21:40:36 +0100 Marc Suñé wrote:
> @@ -171,6 +172,7 @@ TEST_GEN_PROGS := \
>  	epoll_busy_poll \
>  	icmp_rfc4884 \
>  	ipv6_fragmentation \
> +	ndisc_send \

This needs to go to TEST_GEN_FILES, _PROGS are tests in the kselftest
makefile framework (somewhat confusingly). If we add it here ksft
tries to run it which fails:

# selftests: net: ndisc_send
# 0.01 [+0.01] Usage: ./ndisc_send <iface> <mac_dst> <mac_src> <dst_ip> <src_ip> <target_ip> <op> <lladr>
not ok 1 selftests: net: ndisc_send # exit=255

      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
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 [this message]

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=20260210181116.1dea39bf@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox