aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <[email protected]>2016-12-06 16:09:49 +0100
committerJiri Kosina <[email protected]>2016-12-09 13:41:46 +0100
commit59024954a1e7e26b62680e1f2b5725249a6c09f7 (patch)
tree70353bec23a8e795440ebdf3105886259f265bfd
parentddc4e6d232d6b625a5686ec1aafe42b9e0109a4c (diff)
Documentation/livepatch: Fix stale link to gmame
gmame archive does not longer exist. Use the message id and generic redirector instead. Reported-by: John Donnelly <[email protected]> Signed-off-by: Petr Mladek <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r--Documentation/livepatch/livepatch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/livepatch/livepatch.txt b/Documentation/livepatch/livepatch.txt
index 6c43f6ebee8d..f5967316deb9 100644
--- a/Documentation/livepatch/livepatch.txt
+++ b/Documentation/livepatch/livepatch.txt
@@ -87,7 +87,7 @@ The theory about how to apply functions a safe way is rather complex.
The aim is to define a so-called consistency model. It attempts to define
conditions when the new implementation could be used so that the system
stays consistent. The theory is not yet finished. See the discussion at
-http://thread.gmane.org/gmane.linux.kernel/1823033/focus=1828189
+https://lkml.kernel.org/r/[email protected]
The current consistency model is very simple. It guarantees that either
the old or the new function is called. But various functions get redirected