Re: [PATCH] selftests/eeh: Skip ahci adapters

2020-04-06 Thread Michael Ellerman
On Thu, 2020-03-26 at 06:11:44 UTC, Michael Ellerman wrote: > The ahci driver doesn't support error recovery, and if your root > filesystem is attached to it the eeh-basic.sh test will likely kill > your machine. > > So skip any device we see using the ahci driver. > > Signed-off-by: Michael Elle

[PATCH] selftests/eeh: Skip ahci adapters

2020-03-25 Thread Michael Ellerman
The ahci driver doesn't support error recovery, and if your root filesystem is attached to it the eeh-basic.sh test will likely kill your machine. So skip any device we see using the ahci driver. Signed-off-by: Michael Ellerman --- tools/testing/selftests/powerpc/eeh/eeh-basic.sh | 5 + 1 f