lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260119090916.1fe303a4@kernel.org>
Date: Mon, 19 Jan 2026 09:09:16 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Xu Du <xudu@...hat.com>
Cc: davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com,
 horms@...nel.org, shuah@...nel.org, netdev@...r.kernel.org,
 linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v5 3/7] selftest: tun: Refactor tun_delete to
 use tuntap_helpers

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ