diff options
author | Petr Mladek <pmladek@suse.com> | 2016-12-06 10:09:49 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-12-09 07:41:46 -0500 |
commit | 59024954a1e7e26b62680e1f2b5725249a6c09f7 (patch) | |
tree | 70353bec23a8e795440ebdf3105886259f265bfd /Documentation/livepatch | |
parent | ddc4e6d232d6b625a5686ec1aafe42b9e0109a4c (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 <john.donnelly@canonical.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/livepatch')
-rw-r--r-- | Documentation/livepatch/livepatch.txt | 2 |
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. | |||
87 | The aim is to define a so-called consistency model. It attempts to define | 87 | The aim is to define a so-called consistency model. It attempts to define |
88 | conditions when the new implementation could be used so that the system | 88 | conditions when the new implementation could be used so that the system |
89 | stays consistent. The theory is not yet finished. See the discussion at | 89 | stays consistent. The theory is not yet finished. See the discussion at |
90 | http://thread.gmane.org/gmane.linux.kernel/1823033/focus=1828189 | 90 | https://lkml.kernel.org/r/20141107140458.GA21774@suse.cz |
91 | 91 | ||
92 | The current consistency model is very simple. It guarantees that either | 92 | The current consistency model is very simple. It guarantees that either |
93 | the old or the new function is called. But various functions get redirected | 93 | the old or the new function is called. But various functions get redirected |