Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] ioctl_pidfd06: Update kernel version
@ 2026-04-24  6:05 Petr Vorel
  2026-04-24  6:21 ` Li Wang
  2026-04-24  8:09 ` [LTP] " linuxtestproject.agent
  0 siblings, 2 replies; 10+ messages in thread
From: Petr Vorel @ 2026-04-24  6:05 UTC (permalink / raw)
  To: ltp

Kernel commit ab89060fbc92e ("pidfs: return -EREMOTE when PIDFD_GET_INFO
is called on another ns") from v7.0 was backported into stable/LTS
kernels v6.18.14 (7446125afb6d9) and v6.19.10 (2920abaf56c09).

Reported-by: Wei Gao <wegao@suse.com>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/kernel/syscalls/ioctl/ioctl_pidfd06.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/ioctl/ioctl_pidfd06.c b/testcases/kernel/syscalls/ioctl/ioctl_pidfd06.c
index 0f24d4741f..cc66d54cf4 100644
--- a/testcases/kernel/syscalls/ioctl/ioctl_pidfd06.c
+++ b/testcases/kernel/syscalls/ioctl/ioctl_pidfd06.c
@@ -54,7 +54,7 @@ static void setup(void)
 	if (!ioctl_pidfd_info_exit_supported())
 		tst_brk(TCONF, "PIDFD_INFO_EXIT is not supported by ioctl()");
 
-	if (tst_kvercmp(7, 0, 0) >= 0)
+	if (tst_kvercmp(6, 18, 14) >= 0)
 		err_nr = EREMOTE;
 }
 
-- 
2.53.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-04-24 10:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24  6:05 [LTP] [PATCH 1/1] ioctl_pidfd06: Update kernel version Petr Vorel
2026-04-24  6:21 ` Li Wang
2026-04-24  6:31   ` Petr Vorel
2026-04-24  7:07     ` Li Wang
2026-04-24  7:33       ` Jan Stancek via ltp
2026-04-24  8:03         ` Wei Gao via ltp
2026-04-24  9:59         ` Petr Vorel
2026-04-24  8:09 ` [LTP] " linuxtestproject.agent
2026-04-24 10:01   ` Petr Vorel
2026-04-24 10:02     ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox