From 71db69869e82cce9af00f8660c6e867936b19212 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 4 May 2020 09:21:34 +0200 Subject: sys/linux: mark some ioctls as disabled Mark ioctls we disable in init.go as disabled. Update #477 Update #502 --- sys/linux/init_test.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/linux/init_test.go') diff --git a/sys/linux/init_test.go b/sys/linux/init_test.go index ba6dd9462..df0622ba3 100644 --- a/sys/linux/init_test.go +++ b/sys/linux/init_test.go @@ -131,9 +131,5 @@ syz_open_dev$tty1(0xc, 0x4, 0x4) syz_open_dev$tty1(0xc, 0x4, 0x1) `, }, - { - In: `ioctl$TIOCSSERIAL(0x0, 0x541f, 0x0)`, - Out: `ioctl$TIOCSSERIAL(0x0, 0x541e, 0x0)`, - }, }) } -- cgit mrf-deployment