Re: [PATCH v2 4/7] signal: sigprocmask: narrow the scope of->siglock

From: Matt Fleming
Date: Fri Apr 22 2011 - 08:31:25 EST


On Mon, 18 Apr 2011 15:45:38 +0200
Oleg Nesterov <oleg@xxxxxxxxxx> wrote:

> No functional changes, preparation to simplify the review of the next change.
>
> 1. We can read current->block lockless, nobody else can ever change this mask.
>
> 2. Calculate the resulting sigset_t outside of ->siglock into the temporary
> variable, then take ->siglock and change ->blocked.
>
> Also, kill the stale comment about BKL.
>
> Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx>

Thanks for that updated comment about not being able to change
->blocked from irq context!

Reviewed-by: Matt Fleming <matt.fleming@xxxxxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/