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: <20251229145542-059157e7-1864-4407-8734-0a32589f9b0b@linutronix.de>
Date: Mon, 29 Dec 2025 14:57:25 +0100
From: Thomas Weißschuh <thomas.weissschuh@...utronix.de>
To: Nícolas F. R. A. Prado <nfraprado@...labora.com>
Cc: Shuah Khan <shuah@...nel.org>, 
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Bjorn Helgaas <bhelgaas@...gle.com>, kernelci@...ts.linux.dev, 
	kernel@...labora.com, Tim Bird <Tim.Bird@...y.com>, linux-pci@...r.kernel.org, 
	David Gow <davidgow@...gle.com>, linux-kselftest@...r.kernel.org, 
	Rob Herring <robh+dt@...nel.org>, Doug Anderson <dianders@...omium.org>, linux-usb@...r.kernel.org, 
	Saravana Kannan <saravanak@...gle.com>, Dan Carpenter <dan.carpenter@...aro.org>, 
	Guenter Roeck <groeck@...omium.org>, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 1/3] kselftest: Add test to verify probe of devices
 from discoverable buses

On Mon, Jan 22, 2024 at 03:53:21PM -0300, Nícolas F. R. A. Prado wrote:
> Add a new test to verify that a list of expected devices from
> discoverable buses (ie USB, PCI) have been successfully instantiated and
> probed by a driver.
> 
> The per-platform list of expected devices is selected from the ones
> under the boards/ directory based on the DT compatible or the DMI IDs.
> 
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@...labora.com>
> ---
>  tools/testing/selftests/Makefile                   |   1 +
>  tools/testing/selftests/devices/Makefile           |   4 +

>  tools/testing/selftests/devices/ksft.py            |  90 ++++++

This seems to be a copy of tools/testing/selftests/kselftest/ksft.py.
Instead of copying the file, try to use it from the standard location.

>  .../selftests/devices/test_discoverable_devices.py | 318 +++++++++++++++++++++
>  4 files changed, 413 insertions(+)

(...)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ