From 28b24332d95f2f7df44ec7e7a5e0025bcadc6277 Mon Sep 17 00:00:00 2001 From: Alon Zahavi Date: Tue, 28 Nov 2023 11:15:26 +0000 Subject: sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem support Add new pseudo-syscall for creating a socket in init netns and connecting to NVMe-oF/TCP server on 127.0.0.1:4420. Also add descriptions for NVMe-oF/TCP. --- sys/linux/test/nvme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/linux/test/nvme (limited to 'sys/linux/test/nvme') diff --git a/sys/linux/test/nvme b/sys/linux/test/nvme new file mode 100644 index 000000000..65fbb2d4d --- /dev/null +++ b/sys/linux/test/nvme @@ -0,0 +1,6 @@ +# requires: arch=amd64 + +# This connects to an NVMe server on 127.0.0.1:4420 and then close the connection + +r0 = syz_socket_connect_nvme_tcp() +close(r0) \ No newline at end of file -- cgit mrf-deployment