[PATCH 4/7] Update ioctl_ptp test for linux v6.18 ioctl entries

Gleb Fotengauer-Malinovskiy glebfm at altlinux.org
Thu Jan 29 13:20:04 UTC 2026


* tests/ioctl_ptp.c (test_no_device): Update unknown ioctl numbers.
---
 tests/ioctl_ptp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ioctl_ptp.c b/tests/ioctl_ptp.c
index 71a1c4a26..3cf03bf88 100644
--- a/tests/ioctl_ptp.c
+++ b/tests/ioctl_ptp.c
@@ -101,7 +101,7 @@ test_no_device(void)
 	long rc;
 
 	/* unrecognized */
-	static const uint8_t unk_nums[] = { 0, 21, 22, 255 };
+	static const uint8_t unk_nums[] = { 0, 23, 24, 255 };
 
 	for (const uint8_t *p = unk_nums; p < ARRAY_END(unk_nums); p++) {
 		for (uint16_t sz = 0; sz < 1280; sz += 8) {
-- 
glebfm



More information about the Strace-devel mailing list