Bug ID 1224285
Summary 6.9 broke pidfd
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Kernel
Assignee kernel-bugs@opensuse.org
Reporter jslaby@suse.com
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:K/lsof/standard/x86_64
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:K/util-linux/standard/x86_64

commit cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b
Author: Christian Brauner <brauner@kernel.org>
Date:   Mon Feb 12 16:32:38 2024 +0100

    pidfd: add pidfs


Without the commit, lsof shows:
systemd      ... 59 [pidfd:899]


With the commit:
systemd      ... 1187 pidfd


For util-linux, its test fail with:

> [  125s] --- tests/expected/lsfd/column-name-pidfd    2024-05-06 07:20:54.655845940 +0000
> [  125s] +++ tests/output/lsfd/column-name-pidfd    2024-05-15 01:04:15.406666666 +0000
> [  125s] @@ -1,2 +1,2 @@
> [  125s] -3 anon_inode:[pidfd] pid=1 comm= nspid=1
> [  125s] +3 pidfd:[INODENUM] pidfd:[INODENUM]
> [  125s]  pidfd:ASSOC,KNAME,NAME: 0
> [  125s]          lsfd: NAME and KNAME column: [02] pidfd             ... FAILED (lsfd/column-name-pidfd)

And:
> [  125s] --- tests/expected/lsfd/column-type-pidfd    2024-05-06 07:20:54.655845940 +0000
> [  125s] +++ tests/output/lsfd/column-type-pidfd    2024-05-15 01:04:15.573333333 +0000
> [  125s] @@ -1,2 +1,2 @@
> [  125s] -3 UNKN pidfd
> [  125s] +3 REG REG
> [  125s]  pidfd:ASSOC,STTYPE,TYPE: 0
> [  125s]          lsfd: TYPE and STTYPE column: [02] pidfd            ... FAILED (lsfd/column-type-pidfd)


You are receiving this mail because: