Closed CPestka closed 1 month ago
Unfortunately 6.8 is not a maintained stable kernel, so there's not much I can do with the report... If it hits in 6.1/6.6/6.10 or anything that's still a currently active kernel (see kernel.org), then we can do something about it.
Did you try and isolate which test actually caused this? It's the async ring exit that's throwing a warning after 60 seconds of trying to cancel IO. So unfortunately detached from the actual test case that caused this.
Unfortunately 6.8 is not a maintained stable kernel
Ah, my bad forgot about that. If I dont forget I check tomorrow if I can get it to trip on 6.10 or your tree.
Did you try and isolate which test actually caused this?
No, did not really get to that. It tripped twice in a row with a reboot in between and then just did not trip again, so I did not get to disabling parts of the tests. The bundle send/recv tests and the getsetsock-cmd tests always time out on the kernel I used though. Which on second thoguht is a bit odd. I just checked and at least the bundle feat is newer than 6.8, which i guess would mean that the test should have been skipped or gracefully reported that the feature is not supported. Have not looked yet at the actual test though.
Yep triggers for me on 6.8 as well, just tried the latest stable that was released. Have a good idea which commit fixed it, but doesn't really matter that much as 6.8 is dead anyway and no more releases will be made.
I do see the test failures you mention too. But at least we can fix those up :-)
Fixed up recvsend_bundle, socket-getsetsock-cmd.t is just correctly finding an issue in 6.8 that we fixed. So as far as failures go, that one should fail on 6.8 and so should linked-defer-close.
Closing this one.
Managed to trip this twice while running liburings tests. I think once on 206650ff72b6ea4d76921f9c91ebfffd9902e6a0 and once on cb02d22dba0c6005c877c14a2cd2574a4b95462c, but not entirely sure on that, could have also been both on either one. Reran the tests a bunch of times afterwards on both commits to narrow it down or to rerun it with debug symbols, but didnt manage to trip it again.... Let me know if you want the full dmesg, I have the full one of the second trip, but only a screenshot of the first.
Btw, is it fine to report this here or should stuff like this go to the mailing list?