On 7/11/23 10:43, Thomas Huth wrote:
On 11/07/2023 10.07, Nico Boehr wrote:
Quoting Thomas Huth (2023-07-10 16:38:22)
On 10/07/2023 10.36, Nico Boehr wrote:
Quoting Thomas Huth (2023-07-06 12:48:50)
[...]
Does this patch series depend on some other patches that are not
upstream
yet? I just tried to run the test, but I'm only getting:
lib/s390x/sclp.c:122: assert failed: read_info
Any ideas what could be wrong?
Yep, as you guessed this depends on:
Fixing infinite loop on SCLP READ SCP INFO error
https://lore.kernel.org/all/20230601164537.31769-1-pmorel@xxxxxxxxxxxxx/
Ok, that fixes the assertion, but now I get a test failure:
ABORT: READ_SCP_INFO failed
What else could I be missing?
Argh, I forgot that you need this fixup to the patch:
https://lore.kernel.org/all/269afffb-2d56-3b2f-9d83-485d0d29fab5@xxxxxxxxxxxxx/
If that doesn't work, let me know, so I can try and reproduce it here.
Thank you very much, removing that line fixed the problem, indeed.
Both topology tests are passing now on my z15 LPAR.
Tested-by: Thomas Huth <thuth@xxxxxxxxxx>
Thanks,
Pierre