[ovs-dev] [PATCH ovn] Lock pinctrl_mutex for pinctrl_wait

2022-06-03 Thread Ihar Hrachyshka
The function is called from main thread, and wait_* subprocedures access data structures that are managed by pinctrl thread, so make sure the access to them is guarded. Signed-off-by: Ihar Hrachyshka --- controller/pinctrl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controller/pinctr

Re: [ovs-dev] [PATCH ovn] Lock pinctrl_mutex for pinctrl_wait

2022-06-09 Thread Mark Michelson
Thanks Ihar, I pushed this change to main, branch-22.06, branch-22.03, and branch-21.12. On 6/3/22 16:24, Ihar Hrachyshka wrote: The function is called from main thread, and wait_* subprocedures access data structures that are managed by pinctrl thread, so make sure the access to them is guarde