Re: [PATCH v2 0/7] vhost: ensure virtqueue access status is checked

2023-10-25 Thread Maxime Coquelin
On 10/20/23 10:47, Maxime Coquelin wrote: Li Feng initially reported segmentation fault in rte_vhost_vring_call() because of not checking the virtqueue metadata can be accessed. This should be achieved by checking the access_ok status field of the virtqueue. This series also takes the opport

Re: [PATCH v2 0/7] vhost: ensure virtqueue access status is checked

2023-10-25 Thread David Marchand
On Fri, Oct 20, 2023 at 10:48 AM Maxime Coquelin wrote: > > Li Feng initially reported segmentation fault in rte_vhost_vring_call() > because of not checking the virtqueue metadata can be accessed. > > This should be achieved by checking the access_ok status field of > the virtqueue. > > This seri

Re: [PATCH v2 0/7] vhost: ensure virtqueue access status is checked

2023-10-23 Thread David Marchand
On Fri, Oct 20, 2023 at 10:48 AM Maxime Coquelin wrote: > > Li Feng initially reported segmentation fault in rte_vhost_vring_call() > because of not checking the virtqueue metadata can be accessed. > > This should be achieved by checking the access_ok status field of > the virtqueue. > > This seri

[PATCH v2 0/7] vhost: ensure virtqueue access status is checked

2023-10-20 Thread Maxime Coquelin
Li Feng initially reported segmentation fault in rte_vhost_vring_call() because of not checking the virtqueue metadata can be accessed. This should be achieved by checking the access_ok status field of the virtqueue. This series also takes the opportunity to fix the other APIs. This is split in m