1
0
Fork 0

Merging upstream version 4.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 06:38:13 +01:00
parent d98b081a3d
commit dfe7ded19c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
48 changed files with 181 additions and 105 deletions

View file

@ -36,7 +36,7 @@ clean_up_test()
pkill -9 fio
kill -9 $pid
sleep 1
sleep 2
if ps $pid | tail -1 | awk '{print $3}' | grep D; then
die "thread that is writing sysfs is stuck in D state, deadlock is triggered"