Namhyung Kim
24fc631539
vhost: Fix ioctl # for VHOST_[GS]ET_FORK_FROM_OWNER
...
The VHOST_[GS]ET_FEATURES_ARRAY ioctl already took 0x83 and it would
result in a build error when the vhost uapi header is used for perf tool
build like below.
In file included from trace/beauty/ioctl.c:93:
tools/perf/trace/beauty/generated/ioctl/vhost_virtio_ioctl_array.c: In function ‘ioctl__scnprintf_vhost_virtio_cmd’:
tools/perf/trace/beauty/generated/ioctl/vhost_virtio_ioctl_array.c:36:18: error: initialized field overwritten [-Werror=override-init]
36 | [0x83] = "SET_FORK_FROM_OWNER",
| ^~~~~~~~~~~~~~~~~~~~~
tools/perf/trace/beauty/generated/ioctl/vhost_virtio_ioctl_array.c:36:18: note: (near initialization for ‘vhost_virtio_ioctl_cmds[131]’)
Fixes: 7d9896e9f6 ("vhost: Reintroduce kthread API and add mode selection")
Signed-off-by: Namhyung Kim <namhyung@kernel.org >
Message-Id: <20250819063958.833770-1-namhyung@kernel.org >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
Tested-by: Lei Yang <leiyang@redhat.com >
2025-08-26 03:38:19 -04:00
..
2021-09-13 14:51:10 -05:00
2024-04-15 13:42:38 +02:00
2025-02-08 15:16:29 +00:00
2025-07-02 08:10:26 -06:00
2025-07-03 09:25:01 +02:00
2025-07-25 18:40:01 +02:00
2025-08-16 08:47:38 +08:00
2024-07-29 01:19:51 +01:00
2021-06-16 17:47:53 +02:00
2025-04-02 18:23:31 -07:00
2022-04-29 14:38:03 -07:00
2022-11-23 19:55:22 +01:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:20:11 +01:00
2019-04-25 19:33:34 +02:00
2017-11-02 11:19:54 +01:00
2023-03-10 21:05:16 +01:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:19:54 +01:00
2023-05-30 16:42:00 -07:00
2024-08-30 08:22:36 +02:00
2024-02-16 12:42:59 +11:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:19:54 +01:00
2025-07-08 10:23:13 -04:00
2024-09-11 10:45:28 -06:00
2021-04-02 11:18:30 -06:00
2025-05-05 13:22:39 -06:00
2018-01-18 22:12:38 +01:00
2025-07-16 18:38:05 -07:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:19:54 +01:00
2025-02-05 16:17:59 -08:00
2024-07-11 15:33:28 +02:00
2025-07-22 01:13:03 +02:00
2025-02-19 11:10:54 +01:00
2025-07-04 19:21:53 -05:00
2022-05-15 18:31:28 -06:00
2020-10-29 18:39:43 -07:00
2019-10-09 22:31:14 -04:00
2020-12-04 12:06:15 +01:00
2024-05-24 10:36:55 +01:00
2019-07-16 19:23:23 -07:00
2019-09-25 17:51:39 -07:00
2021-11-26 16:48:59 +01:00
2022-06-28 21:26:05 +02:00
2025-03-05 12:00:03 -05:00
2025-06-12 14:00:18 +02:00
2025-02-05 13:22:04 +09:00
2024-10-05 13:22:04 +08:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:19:54 +01:00
2025-07-23 17:07:35 -07:00
2023-03-06 15:49:07 -06:00
2018-10-04 09:40:52 -07:00
2025-06-27 16:38:02 -07:00
2017-11-02 11:20:11 +01:00
2022-06-03 20:09:27 +08:00
2023-08-23 14:17:42 -07:00
2025-03-25 11:30:42 -07:00
2012-10-13 10:46:48 +01:00
2025-03-25 12:48:05 -04:00
2025-07-21 18:21:19 -07:00
2025-06-25 15:24:13 -07:00
2025-07-10 17:57:49 -07:00
2023-06-15 14:55:15 +02:00
2024-02-14 11:01:01 +00:00
2023-04-19 23:39:42 -04:00
2025-02-12 02:29:30 +00:00
2025-06-23 12:45:13 +02:00
2024-01-27 18:08:54 -08:00
2025-06-24 16:58:42 +02:00
2021-04-20 08:59:03 -06:00
2020-05-12 19:34:52 +03:00
2023-03-16 21:20:32 -07:00
2025-07-28 15:24:14 -07:00
2025-04-08 19:32:11 -07:00
2025-04-15 12:56:40 +02:00
2019-11-05 18:20:55 -08:00
2022-08-10 13:49:50 +01:00
2024-02-15 08:44:57 +01:00
2025-07-08 15:31:44 +02:00
2023-10-27 18:04:30 +08:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:20:11 +01:00
2021-01-22 09:58:57 +01:00
2025-07-14 09:15:58 +02:00
2017-11-02 11:20:11 +01:00
2021-06-03 15:31:34 -07:00
2025-04-17 19:04:50 -07:00
2021-07-29 15:06:50 +01:00
2017-11-02 11:20:11 +01:00
2022-09-15 09:08:09 +02:00
2025-04-17 19:04:50 -07:00
2025-07-08 10:59:42 +02:00
2022-08-18 20:37:35 -07:00
2025-07-08 18:07:26 +02:00
2025-07-10 14:48:29 +02:00
2017-11-02 11:19:54 +01:00
2022-06-28 21:26:05 +02:00
2025-06-10 14:41:14 -07:00
2024-12-05 10:01:09 +01:00
2025-08-05 13:51:10 -07:00
2025-06-20 11:52:06 +01:00
2025-07-30 08:23:04 -06:00
2017-11-02 11:19:54 +01:00
2025-07-18 17:33:08 -03:00
2022-06-28 21:26:05 +02:00
2024-12-05 10:01:09 +01:00
2020-09-15 09:57:45 -05:00
2021-10-05 06:54:16 -05:00
2024-12-05 10:01:28 +01:00
2025-07-25 13:06:19 -07:00
2017-11-02 11:19:54 +01:00
2024-06-01 07:28:21 +02:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:19:54 +01:00
2025-08-02 12:01:38 -07:00
2020-05-19 15:19:06 +01:00
2025-07-29 12:27:40 -04:00
2022-09-20 09:13:38 +02:00
2019-03-07 18:31:59 -08:00
2022-05-25 09:51:36 -07:00
2025-03-10 09:10:53 -04:00
2022-05-10 06:30:05 -06:00
2024-08-19 22:36:26 -04:00
2024-05-08 17:29:24 -04:00
2021-03-10 09:34:06 +01:00
2021-03-24 08:26:29 +01:00
2017-11-02 11:20:11 +01:00
2025-07-08 12:39:24 +02:00
2025-01-16 17:22:59 -08:00
2023-12-15 17:01:30 +01:00
2024-02-22 10:24:46 -08:00
2017-11-02 11:20:11 +01:00
2025-02-12 12:12:34 +01:00
2025-06-25 15:36:28 -07:00
2019-01-04 13:13:47 -08:00
2025-03-21 18:24:22 +00:00
2024-09-06 08:31:40 -06:00
2022-06-28 21:26:05 +02:00
2025-06-30 18:14:23 -07:00
2025-06-25 15:35:20 -07:00
2018-11-27 16:20:20 -08:00
2017-11-02 11:20:11 +01:00
2025-07-25 13:06:19 -07:00
2025-07-24 18:34:55 -07:00
2017-11-02 11:20:11 +01:00
2023-10-20 11:43:35 +01:00
2024-05-06 12:47:24 -04:00
2017-11-02 11:20:11 +01:00
2025-07-18 14:14:43 +02:00
2025-06-11 11:59:08 +02:00
2025-01-08 13:18:11 +01:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:19:54 +01:00
2021-01-04 11:42:26 -05:00
2025-07-07 14:30:39 -07:00
2017-11-02 11:19:54 +01:00
2025-07-14 14:58:13 -05:00
2017-11-02 11:19:54 +01:00
2025-07-24 16:51:46 -05:00
2025-05-22 11:03:41 +02:00
2025-08-20 15:30:36 +02:00
2019-10-02 20:32:27 -06:00
2017-11-02 11:20:11 +01:00
2025-06-24 15:50:06 +02:00
2025-07-23 17:52:07 -07:00
2019-01-22 10:21:45 +01:00
2012-10-13 10:46:48 +01:00
2017-11-02 11:20:11 +01:00
2020-12-21 17:36:48 -08:00
2017-11-02 11:20:11 +01:00
2025-07-29 20:21:54 -07:00
2024-07-05 17:45:47 -07:00
2024-09-08 18:40:33 +01:00
2025-07-07 08:39:33 +02:00
2024-07-19 20:22:48 +02:00
2020-08-04 20:16:37 -07:00
2022-05-09 14:00:07 +02:00
2025-06-18 09:21:58 +02:00
2017-11-02 11:19:54 +01:00
2017-11-02 11:20:11 +01:00
2023-01-06 19:28:01 -08:00
2022-12-27 12:52:12 +01:00
2022-03-23 19:58:40 +01:00
2017-11-02 11:19:54 +01:00
2023-03-09 11:31:44 +01:00
2024-12-18 17:00:29 -08:00
2024-10-22 08:16:40 -06:00
2019-11-15 14:38:29 +01:00
2023-10-10 08:51:10 +02:00
2024-01-27 18:15:24 -08:00
2019-11-15 14:38:29 +01:00
2024-08-20 11:38:23 +02:00
2025-07-14 18:41:42 -07:00
2022-06-01 16:48:05 -07:00
2019-04-19 14:07:40 -07:00
2025-05-07 14:25:30 -07:00
2025-02-28 11:51:32 -08:00
2022-06-28 21:26:05 +02:00
2020-01-15 11:00:39 -06:00
2023-12-02 01:17:48 +02:00
2017-11-02 11:20:11 +01:00
2025-07-25 13:06:19 -07:00
2025-05-20 22:49:39 -07:00
2025-04-24 18:21:04 -07:00
2024-04-03 14:03:09 +02:00
2021-01-07 16:17:32 +01:00
2025-06-19 14:28:22 +02:00
2017-11-02 11:19:54 +01:00
2019-12-18 18:07:33 +01:00
2025-05-21 13:41:03 +02:00
2022-04-06 13:48:02 +01:00
2020-09-18 13:58:37 -07:00
2024-07-03 16:40:45 -04:00
2022-06-27 15:56:10 +02:00
2025-06-30 20:13:42 -06:00
2022-08-31 09:07:53 +02:00
2023-12-29 11:58:24 -08:00
2017-11-02 11:20:11 +01:00
2019-11-15 14:38:29 +01:00
2023-03-23 17:25:46 +01:00
2025-06-18 09:21:58 +02:00
2017-12-18 16:12:21 +01:00
2020-07-10 13:45:32 +02:00
2024-01-27 18:08:54 -08:00
2017-11-02 11:19:54 +01:00
2025-08-05 15:41:14 -06:00
2025-07-08 18:05:23 +02:00
2025-08-26 03:38:19 -04:00
2025-07-11 19:27:30 +02:00
2024-10-05 13:22:04 +08:00
2020-09-10 11:39:22 +02:00
2025-03-28 04:53:51 +03:00
2020-08-05 11:08:40 -04:00
2025-07-08 18:05:47 +02:00
2021-08-26 22:28:03 +02:00
2025-05-27 10:27:54 -04:00
2021-09-05 16:23:09 -04:00
2025-06-24 17:12:59 -07:00
2024-10-09 12:16:18 +01:00
2019-07-25 11:05:10 +02:00
2017-11-02 11:19:54 +01:00
2025-08-01 10:42:22 +02:00
2017-11-02 11:20:11 +01:00
2019-08-01 21:49:46 +02:00
2020-05-19 15:19:06 +01:00
2025-05-27 09:06:19 +02:00
2023-05-28 19:07:48 -06:00
2017-11-02 11:19:54 +01:00