From: SeongJae Park Date: Mon, 6 Jan 2020 20:08:01 +0000 (+0100) Subject: doc/RCU/rcu: Use https instead of http if possible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=06a649b314b3e579cfe1c50112c30e3127a36dba;p=linux.git doc/RCU/rcu: Use https instead of http if possible Signed-off-by: SeongJae Park Signed-off-by: Paul E. McKenney --- diff --git a/Documentation/RCU/rcu.rst b/Documentation/RCU/rcu.rst index 2a830c51477e9..0e03c6ef3147a 100644 --- a/Documentation/RCU/rcu.rst +++ b/Documentation/RCU/rcu.rst @@ -79,7 +79,7 @@ Frequently Asked Questions Of these, one was allowed to lapse by the assignee, and the others have been contributed to the Linux kernel under GPL. There are now also LGPL implementations of user-level RCU - available (http://liburcu.org/). + available (https://liburcu.org/). - I hear that RCU needs work in order to support realtime kernels?