On Sun, 24 May 2020 at 06:21, Philippe Mathieu-Daudé wrote:
>
> On 5/22/20 6:07 PM, Robert Foley wrote:
> > From: "Emilio G. Cota"
> >
> > Instead of open-coding it.
>
> Please use a full sentence (repeating the patch subject):
>
> "Convert queued work to a QSIMPLEQ instead of open-coding it."
>
On 5/22/20 6:07 PM, Robert Foley wrote:
> From: "Emilio G. Cota"
>
> Instead of open-coding it.
Please use a full sentence (repeating the patch subject):
"Convert queued work to a QSIMPLEQ instead of open-coding it."
(Not all email clients display the subject preceding the content).
Otherwise
From: "Emilio G. Cota"
Instead of open-coding it.
While at it, make sure that all accesses to the list are
performed while holding the list's lock.
Reviewed-by: Richard Henderson
Reviewed-by: Alex Bennée
Signed-off-by: Emilio G. Cota
Signed-off-by: Robert Foley
---
cpus-common.c |