Quote: "I, and others (see downstream report below), are encountering io_uring at times hanging on 6.6.59 LTS. If the process is killed, the process remains stuck in sleep uninterruptible ("D"). This failure can be fairly reliably reproduced via Node.js with `npm ci` in at least some projects; disabling that tool’s use of io_uring causes via its configuration causes it to succeed. I have identified what seems to be the problematic commit on linux-6.6.y (f4ce3b5)." Ref https://www.spinics.net/lists/io-uring/msg26073.html Bad commit: f4ce3b5d26ce149e77e6b8e8f2058aa80e5b034e Fix was backported to 6.6.60 I can also reproduce this reliably on two of my machines with node. It would be nice to either backport this to the currently stabilized version 6.6.58-r1, remove the stabilization from 6.6.58-r1 or stabilize 6.6.50 as soon as possible. See also: - https://github.com/nodejs/node/issues/55587 - https://github.com/libuv/libuv/issues/4598
PS: I was able to reproduce this on the currently stabilized version 6.6.58-r1 (amd64).
Fix available in kernels >= 6.1.116 and 6.6.60