Skip to content

Commit

Permalink
Documentation/livepatch: Fix stale link to gmame
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pmladek authored and Jiri Kosina committed Dec 9, 2016
1 parent ddc4e6d commit 5902495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/livepatch/livepatch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5902495

Please sign in to comment.