Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching

Pull livepatch update from Jiri Kosina:
"This is just a small documentation update (as the work on the hybrid
model is still underway)"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching:
Documentation/livepatch: Fix stale link to gmame

+1 -1
+1 -1
Documentation/livepatch/livepatch.txt
··· 87 87 The aim is to define a so-called consistency model. It attempts to define 88 88 conditions when the new implementation could be used so that the system 89 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 92 The current consistency model is very simple. It guarantees that either 93 93 the old or the new function is called. But various functions get redirected