Re: [PATCH 0/3] staging: vchiq: fix completion routines & semaphores

From: Arnd Bergmann
Date: Wed Dec 12 2018 - 17:11:39 EST


On Wed, Dec 12, 2018 at 7:54 PM Nicolas Saenz Julienne
<nsaenzjulienne@xxxxxxx> wrote:
>
> As pointed out by Arnd Bergman[1] there where some issues on how I
> converted semaphores to completion routines. I wasn't aware of a
> macro override happening in vchiq_killable.h, which was changing
> down_interruptible()'s meaning.
>
> This patch changes all completions so they use the proper APIs and gets
> rid of vchiq_killable.h. I took into account Arnd's commit to avoid
> merge conflicts.
>

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>

Thanks for the follow-up!

Arnd