Re: [PATCH net-next v5 3/7] selftest: tun: Refactor tun_delete to use tuntap_helpers
From: Jakub Kicinski
Date: Mon Jan 19 2026 - 12:09:17 EST
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