From: Joel Fernandes (Google) Date: Sat, 23 Jun 2018 04:40:55 +0000 (-0700) Subject: doc: Fix broken RCU-requirements link to LKML archive X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a5a2889544997d3909480d6d27e2559875226532;p=linux.git doc: Fix broken RCU-requirements link to LKML archive Two of the Requirements.html LKML links are broken. This patch changes them to use the archive from lore.kernel.org, which works fine. Signed-off-by: Joel Fernandes (Google) Signed-off-by: Paul E. McKenney --- diff --git a/Documentation/RCU/Design/Requirements/Requirements.html b/Documentation/RCU/Design/Requirements/Requirements.html index 089a8e8faac19..51f39f65002d4 100644 --- a/Documentation/RCU/Design/Requirements/Requirements.html +++ b/Documentation/RCU/Design/Requirements/Requirements.html @@ -2269,10 +2269,10 @@ Thankfully, RCU update-side primitives, including The name notwithstanding, some Linux-kernel architectures can have nested NMIs, which RCU must handle correctly. Andy Lutomirski -surprised me +surprised me with this requirement; he also kindly surprised me with -an algorithm +an algorithm that meets this requirement.