Re: [PATCH v3] locking/qspinlock: Fix inaccessible URL of MCS lock paper

From: Will Deacon
Date: Tue Jan 07 2020 - 13:04:52 EST


On Tue, Jan 07, 2020 at 12:49:14PM -0500, Waiman Long wrote:
> It turns out that the URL of the MCS lock paper listed in the source
> code is no longer accessible. I did got question about where the paper
> was. This patch updates the URL to BZ 206115 which contains a copy of
> the paper from
>
> https://www.cs.rochester.edu/u/scott/papers/1991_TOCS_synch.pdf
>
> Signed-off-by: Waiman Long <longman@xxxxxxxxxx>
> ---
> kernel/locking/qspinlock.c | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)

Thanks!

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will