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: <20240216062304.2c3428d9@kernel.org>
Date: Fri, 16 Feb 2024 06:23:04 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Jeremy Kerr <jk@...econstruct.com.au>
Cc: netdev@...r.kernel.org, Matt Johnston <matt@...econstruct.com.au>,
 "David S. Miller" <davem@...emloft.net>, Eric Dumazet
 <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Simon Horman
 <horms@...nel.org>, David Howells <dhowells@...hat.com>, Alexander Lobakin
 <aleksander.lobakin@...el.com>, Liang Chen <liangchen.linux@...il.com>,
 Johannes Berg <johannes.berg@...el.com>
Subject: Re: [PATCH net-next 10/11] net: mctp: tests: Test that outgoing
 skbs have flow data populated

On Fri, 16 Feb 2024 16:19:20 +0800 Jeremy Kerr wrote:
> +static void mctp_test_packet_flow(struct kunit *test)
> +{
> +	kunit_skip(test, "Requires CONFIG_MCTP_FLOWS=y");
> +}
> +
> +static void mctp_test_fragment_flow(struct kunit *test)
> +{
> +	kunit_skip(test, "Requires CONFIG_MCTP_FLOWS=y");
> +}

These two get skipped when running:

./tools/testing/kunit/kunit.py run --alltests

Is it possible to make all-test include the right config option
automatically, so they can run?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ