Re: [PATCH RFC] kselftest: devices: Add test to detect missing devices

2024-08-02 Thread Nícolas F . R . A . Prado
On Thu, Aug 01, 2024 at 10:04:36PM +, Bird, Tim wrote: > > > > -Original Message- > > From: Nícolas F. R. A. Prado > > On Thu, Aug 01, 2024 at 02:13:05PM -0600, Shuah Khan wrote: > > > On 8/1/24 13:15, Nícolas F. R. A. Prado wrote: > > > > On Wed, Jul 31, 2024 at 05:19:45PM -0600, Sh

RE: [PATCH RFC] kselftest: devices: Add test to detect missing devices

2024-08-01 Thread Bird, Tim
> -Original Message- > From: Nícolas F. R. A. Prado > On Thu, Aug 01, 2024 at 02:13:05PM -0600, Shuah Khan wrote: > > On 8/1/24 13:15, Nícolas F. R. A. Prado wrote: > > > On Wed, Jul 31, 2024 at 05:19:45PM -0600, Shuah Khan wrote: > > > > On 7/24/24 15:40, Nícolas F. R. A. Prado wrote: >

Re: [PATCH RFC] kselftest: devices: Add test to detect missing devices

2024-08-01 Thread Shuah Khan
On 8/1/24 15:03, Nícolas F. R. A. Prado wrote: On Thu, Aug 01, 2024 at 02:13:05PM -0600, Shuah Khan wrote: On 8/1/24 13:15, Nícolas F. R. A. Prado wrote: On Wed, Jul 31, 2024 at 05:19:45PM -0600, Shuah Khan wrote: On 7/24/24 15:40, Nícolas F. R. A. Prado wrote: Introduce a new test to identif

Re: [PATCH RFC] kselftest: devices: Add test to detect missing devices

2024-08-01 Thread Nícolas F . R . A . Prado
On Thu, Aug 01, 2024 at 02:13:05PM -0600, Shuah Khan wrote: > On 8/1/24 13:15, Nícolas F. R. A. Prado wrote: > > On Wed, Jul 31, 2024 at 05:19:45PM -0600, Shuah Khan wrote: > > > On 7/24/24 15:40, Nícolas F. R. A. Prado wrote: > > > > Introduce a new test to identify regressions causing devices to

Re: [PATCH RFC] kselftest: devices: Add test to detect missing devices

2024-08-01 Thread Shuah Khan
On 8/1/24 13:15, Nícolas F. R. A. Prado wrote: On Wed, Jul 31, 2024 at 05:19:45PM -0600, Shuah Khan wrote: On 7/24/24 15:40, Nícolas F. R. A. Prado wrote: Introduce a new test to identify regressions causing devices to go missing on the system. For each bus and class on the system the test che

Re: [PATCH RFC] kselftest: devices: Add test to detect missing devices

2024-08-01 Thread Nícolas F . R . A . Prado
On Wed, Jul 31, 2024 at 05:19:45PM -0600, Shuah Khan wrote: > On 7/24/24 15:40, Nícolas F. R. A. Prado wrote: > > Introduce a new test to identify regressions causing devices to go > > missing on the system. > > > > For each bus and class on the system the test checks the number of > > devices pre

Re: [PATCH RFC] kselftest: devices: Add test to detect missing devices

2024-07-31 Thread Shuah Khan
On 7/24/24 15:40, Nícolas F. R. A. Prado wrote: Introduce a new test to identify regressions causing devices to go missing on the system. For each bus and class on the system the test checks the number of devices present against a reference file, which needs to have been generated by the program

[PATCH RFC] kselftest: devices: Add test to detect missing devices

2024-07-24 Thread Nícolas F . R . A . Prado
Introduce a new test to identify regressions causing devices to go missing on the system. For each bus and class on the system the test checks the number of devices present against a reference file, which needs to have been generated by the program at a previous point on a known-good kernel, and i