Re: [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

2025-04-05 Thread Cindy Lu
On Tue, Mar 4, 2025 at 1:33 AM Michael S. Tsirkin wrote: > > On Mon, Mar 03, 2025 at 01:52:06PM +0800, Jason Wang wrote: > > On Sun, Mar 2, 2025 at 10:34 PM Cindy Lu wrote: > > > > > > Introduce a new config knob `CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL`, > > > to control the availability of the `VH

Re: [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

2025-03-27 Thread Cindy Lu
On Mon, Mar 3, 2025 at 5:12 PM Stefano Garzarella wrote: > > On Mon, Mar 03, 2025 at 01:52:06PM +0800, Jason Wang wrote: > >On Sun, Mar 2, 2025 at 10:34 PM Cindy Lu wrote: > >> > >> Introduce a new config knob `CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL`, > >> to control the availability of the `VHOST_

Re: [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

2025-03-21 Thread Michael S. Tsirkin
On Mon, Mar 03, 2025 at 01:52:06PM +0800, Jason Wang wrote: > On Sun, Mar 2, 2025 at 10:34 PM Cindy Lu wrote: > > > > Introduce a new config knob `CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL`, > > to control the availability of the `VHOST_FORK_FROM_OWNER` ioctl. > > When CONFIG_VHOST_ENABLE_FORK_OWNER_IO

Re: [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

2025-03-20 Thread Cindy Lu
Ping :) On Mon, Mar 10, 2025 at 12:54 PM Jason Wang wrote: > > On Tue, Mar 4, 2025 at 1:33 AM Michael S. Tsirkin wrote: > > > > On Mon, Mar 03, 2025 at 01:52:06PM +0800, Jason Wang wrote: > > > On Sun, Mar 2, 2025 at 10:34 PM Cindy Lu wrote: > > > > > > > > Introduce a new config knob `CONFIG_V

Re: [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

2025-03-09 Thread Jason Wang
On Tue, Mar 4, 2025 at 1:33 AM Michael S. Tsirkin wrote: > > On Mon, Mar 03, 2025 at 01:52:06PM +0800, Jason Wang wrote: > > On Sun, Mar 2, 2025 at 10:34 PM Cindy Lu wrote: > > > > > > Introduce a new config knob `CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL`, > > > to control the availability of the `VH

Re: [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

2025-03-03 Thread Michael S. Tsirkin
On Mon, Mar 03, 2025 at 01:52:06PM +0800, Jason Wang wrote: > On Sun, Mar 2, 2025 at 10:34 PM Cindy Lu wrote: > > > > Introduce a new config knob `CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL`, > > to control the availability of the `VHOST_FORK_FROM_OWNER` ioctl. > > When CONFIG_VHOST_ENABLE_FORK_OWNER_IO

Re: [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

2025-03-03 Thread Stefano Garzarella
On Mon, Mar 03, 2025 at 01:52:06PM +0800, Jason Wang wrote: On Sun, Mar 2, 2025 at 10:34 PM Cindy Lu wrote: Introduce a new config knob `CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL`, to control the availability of the `VHOST_FORK_FROM_OWNER` ioctl. When CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL is set to

Re: [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

2025-03-02 Thread Jason Wang
On Sun, Mar 2, 2025 at 10:34 PM Cindy Lu wrote: > > Introduce a new config knob `CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL`, > to control the availability of the `VHOST_FORK_FROM_OWNER` ioctl. > When CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL is set to n, the ioctl > is disabled, and any attempt to use it wi

[PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

2025-03-02 Thread Cindy Lu
Introduce a new config knob `CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL`, to control the availability of the `VHOST_FORK_FROM_OWNER` ioctl. When CONFIG_VHOST_ENABLE_FORK_OWNER_IOCTL is set to n, the ioctl is disabled, and any attempt to use it will result in failure. Signed-off-by: Cindy Lu --- driver