search for: patchable_start

Displaying 2 results from an estimated 2 matches for "patchable_start".

2007 Apr 19
1
[RFC, PATCH 2/5] Paravirt_ops patch bugs.patch
Failing to patch because not enough space is available for a call or jump or because the site clobbers do not allow the target clobbers to fit is a fatal error; it means the kernel can not be properly virtualized. In patch_insns, we just keep a warning instead; it may not be fatal, as they paravirt-ops backend may just be trying to insert a greedy but not necessary inline function.
2007 Apr 19
1
[RFC, PATCH 2/5] Paravirt_ops patch bugs.patch
Failing to patch because not enough space is available for a call or jump or because the site clobbers do not allow the target clobbers to fit is a fatal error; it means the kernel can not be properly virtualized. In patch_insns, we just keep a warning instead; it may not be fatal, as they paravirt-ops backend may just be trying to insert a greedy but not necessary inline function.