13/04/2018 17:33, Tan, Jianfeng:
>
> On 4/13/2018 7:54 PM, Anatoly Burakov wrote:
> > Previously, we were adding synchronous requests to request list, we
> > were doing it after checking if request existed. However, we only
> > removed the request from the request list if we have succeeded in
> > sending the request. In case of failed request send, we left an
> > invalid pointer in the request list.
> >
> > Fix this by only adding request to the list once we succeed in
> > sending it.
> >
> > Fixes: 783b6e54971d ("eal: add synchronous multi-process communication")
> > Cc: [email protected]
> >
> > Signed-off-by: Anatoly Burakov <[email protected]>
>
> Nice catch.
>
> Acked-by: Jianfeng Tan <[email protected]>
Series applied, thanks