From ccb0ddb24cf5265db202d43a6b7edbcb451d3b5a Mon Sep 17 00:00:00 2001 From: Berk Cem Goksel Date: Thu, 26 Feb 2026 00:13:51 +0300 Subject: sys/linux: add missing void arg in old broken seeds --- sys/linux/test/vusb_rtl8150 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/test/vusb_rtl8150') diff --git a/sys/linux/test/vusb_rtl8150 b/sys/linux/test/vusb_rtl8150 index 6f8accf7c..458fa07b6 100644 --- a/sys/linux/test/vusb_rtl8150 +++ b/sys/linux/test/vusb_rtl8150 @@ -4,7 +4,7 @@ # Ensure that we pass driver-specific basic usb interface and endpoint checks during initial probe() stages. -r0 = syz_usb_connect$rtl8150(0x3, 0x3f, &(0x7f00000003c0)={{0x12, 0x1, 0x110, 0xff, 0xff, 0x0, 0x40, 0xbda, 0x8150, 0x40, 0x1, 0x2, 0x3, 0x1, [{{0x9, 0x2, 0x2d, 0x1, 0x1, 0x5, 0x80, 0x0, {{0x9, 0x4, 0x0, 0x7f, 0x3, 0xff, 0x11, 0x1, 0x5, "", {{0x9, 0x5, 0x81, 0x2, 0x40, 0x6, 0x9, 0x4, ""}, {0x9, 0x5, 0x2, 0x2, 0x20, 0x2, 0x57, 0x6e, ""}, {0x9, 0x5, 0x83, 0x3, 0x240, 0x3, 0x82, 0x8, ""}}}}}}]}}, 0x0) +r0 = syz_usb_connect$rtl8150(0x3, 0x3f, &(0x7f00000003c0)={{0x12, 0x1, 0x110, 0xff, 0xff, 0x0, 0x40, 0xbda, 0x8150, 0x40, 0x1, 0x2, 0x3, 0x1, [{{0x9, 0x2, 0x2d, 0x1, 0x1, 0x5, 0x80, 0x0, "", {{0x9, 0x4, 0x0, 0x7f, 0x3, 0xff, 0x11, 0x1, 0x5, "", {{0x9, 0x5, 0x81, 0x2, 0x40, 0x6, 0x9, 0x4, ""}, {0x9, 0x5, 0x2, 0x2, 0x20, 0x2, 0x57, 0x6e, ""}, {0x9, 0x5, 0x83, 0x3, 0x240, 0x3, 0x82, 0x8, ""}}}}}}]}}, 0x0) # During probe, rtl8150_reset() requires reading/writing registers via usb_control_msg(), see: # https://elixir.bootlin.com/linux/v6.16/source/drivers/net/usb/rtl8150.c#L316 -- cgit mrf-deployment