On Wed, 6 Apr 2022 21:33:56 +0100, Pavel Begunkov wrote: > io_uring deals with file reference loops by registering all fixed files > in the SCM/GC infrastrucure. However, only a small subset of all file > types can keep long-term references to other files and those that don't > are not interesting for the garbage collector as they can't be in a > reference loop. They neither can be directly recycled by GC nor affect > loop searching. > > [...] Applied, thanks! [1/1] io_uring: don't scm-account for non af_unix sockets commit: 181440ea22d834719489d2a33289f2834a333687 Best regards, -- Jens Axboe