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]
Date: Mon, 5 Feb 2024 18:21:56 +0100
From: Matthieu Baerts <matttbe@...nel.org>
To: Jakub Kicinski <kuba@...nel.org>,
 "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
 "netdev-driver-reviewers@...r.kernel.org"
 <netdev-driver-reviewers@...r.kernel.org>
Subject: Re: [TEST] Wiki / instructions

Hi Jakub,

On 02/02/2024 18:31, Jakub Kicinski wrote:
> We added a wiki page to the nipa repo on how to run the tests locally:
> 
> https://github.com/linux-netdev/nipa/wiki/How-to-test-netdev-selftests

Thank you for this wiki page, and all the work with the CI infrastructure!

For the debug options, I see that you are using:

  kernel/configs/x86_debug.config

It looks like this is specific for the 'tip' tree:

  Debugging options for tip tree testing

I don't know if it is still maintained, e.g. it includes DEBUG_SLAB
option. But also, it enables options that are maybe not needed: GCOV?
X86_DEBUG_FPU?
Maybe it is better not to use this .config file, no?

For our CI validating MPTCP tests in a "debug" mode, we use
"debug.config" without "x86_debug.config". On top of that, we also
disable "SLUB_DEBUG_ON", because the impact on the perf is too
important, especially with slow environments. We think it is not worth
it for our case. You don't have the same hardware, but if you have perf
issues, don't hesitate to do the same ;)

> Also feel free to request membership in the linux-netdev org to be able
> to edit!

Linked to the discussion we had last week, I can describe which patches
are being tested if you think it can help others :)

Cheers,
Matt
-- 
Sponsored by the NGI0 Core fund.
(matttbe on GitHub)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ