On Thu, Dec 7, 2023 at 1:26 AM Juergen Gross <jgr...@suse.com> wrote:
>
> In tools/libs/evtchn/minios.c there are assert()s for the current
> thread being the main thread when binding an event channel.
>
> As Mini-OS is supporting multiple threads, there is no real reason
> why the binding shouldn't be allowed to happen in any other thread.
>
> Drop the assert()s and replace them with proper locking of the
> port_list.
>
> Signed-off-by: Juergen Gross <jgr...@suse.com>

Reviewed-by: Jason Andryuk <jandr...@gmail.com>

Thank you for doing this.

-Jason

Reply via email to