Re: [Devel] [PATCH VZ9] drivers/vhost: drivers/vhost: Fix uninitialized variable in vhost_work_queue()

2024-07-17 Thread Denis V. Lunev
On 7/15/24 15:49, Alexander Ivanov wrote: Set the index variable to zero before passing its pointer to xa_find(). Fixes: 17ad03ac78b9 ("drivers/vhost: fix missing rcu_read_lock in vhost_work_queue") https://virtuozzo.atlassian.net/browse/PSBM-157296 Signed-off-by: Alexander Ivanov --- driver

Re: [Devel] [PATCH VZ9] drivers/vhost: drivers/vhost: Fix uninitialized variable in vhost_work_queue()

2024-07-17 Thread Denis V. Lunev
On 7/16/24 04:39, Pavel Tikhomirov wrote: Nice catch! On 7/15/24 21:49, Alexander Ivanov wrote: Set the index variable to zero before passing its pointer to xa_find(). Fixes: 17ad03ac78b9 ("drivers/vhost: fix missing rcu_read_lock in vhost_work_queue") https://virtuozzo.atlassian.net/browse/