Jiri Slaby

Results 23 comments of Jiri Slaby

Likely, see also: https://lore.kernel.org/all/20240515-anklopfen-ausgleichen-0d7c220b16f4@brauner/ which did not help. It should mimic the original `anon_inode:[pidfd]`.

> Likely, see also: https://lore.kernel.org/all/20240515-anklopfen-ausgleichen-0d7c220b16f4@brauner/ which did not help. It should mimic the original `anon_inode:[pidfd]`. It does: ``` # ll /proc/984/fd total 0 lrwx------ 1 xslaby users 64 May 17...

> 3. Wait until linux 6.10 to change the string in procfs This is not enough, the complete fix: ```diff --- a/fs/libfs.c +++ b/fs/libfs.c @@ -2026,7 +2026,6 @@ static struct...