public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Xu Du <xudu@redhat.com>
Cc: davem@davemloft.net, edumazet@google.com, pabeni@redhat.com,
	horms@kernel.org, shuah@kernel.org, netdev@vger.kernel.org,
	linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v5 3/7] selftest: tun: Refactor tun_delete to use tuntap_helpers
Date: Mon, 19 Jan 2026 09:09:16 -0800	[thread overview]
Message-ID: <20260119090916.1fe303a4@kernel.org> (raw)
In-Reply-To: <58c5767a8a82352fb784d8d51ec844055b6d7ff2.1768800198.git.xudu@redhat.com>

On Mon, 19 Jan 2026 13:40:00 +0800 Xu Du wrote:
>  # YNL files, must be before "include ..lib.mk"
>  YNL_GEN_FILES := busy_poller
> -YNL_GEN_PROGS := netlink-dumps
> +YNL_GEN_PROGS := \
> +	netlink-dumps \
> +	tun \
>  TEST_GEN_FILES += $(YNL_GEN_FILES)

You're missing the terminating comment:

# end of TEST_GEN_PROGS

so the \ at the end makes the next line a part of YNL_GEN_PROGS.

Please try running this series thru:
https://github.com/linux-netdev/nipa/tree/main?tab=readme-ov-file#running-locally

Since it's a selftest-only series you can use:

  --disable-test patch/build_32bit patch/build_allmodconfig_warn \
                 patch/build_clang patch/build_clang_rust

to skip kernel builds which take rather long time.
-- 
pw-bot: cr

  reply	other threads:[~2026-01-19 17:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-19  5:39 [PATCH net-next v5 0/7] selftest: Extend tun/virtio coverage for GSO over UDP tunnel Xu Du
2026-01-19  5:39 ` [PATCH net-next v5 1/7] selftest: tun: Format tun.c existing code Xu Du
2026-01-19  5:39 ` [PATCH net-next v5 2/7] selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testing Xu Du
2026-01-19  5:40 ` [PATCH net-next v5 3/7] selftest: tun: Refactor tun_delete to use tuntap_helpers Xu Du
2026-01-19 17:09   ` Jakub Kicinski [this message]
2026-01-20  1:32     ` Xu Du
2026-01-19  5:40 ` [PATCH net-next v5 4/7] selftest: tun: Add helpers for GSO over UDP tunnel Xu Du
2026-01-19  5:40 ` [PATCH net-next v5 5/7] selftest: tun: Add test for sending gso packet into tun Xu Du
2026-01-19  5:40 ` [PATCH net-next v5 6/7] selftest: tun: Add test for receiving gso packet from tun Xu Du
2026-01-19  5:40 ` [PATCH net-next v5 7/7] selftest: tun: Add test data for success and failure paths Xu Du

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=20260119090916.1fe303a4@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=shuah@kernel.org \
    --cc=xudu@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