Pannus
|
|
---|---|
Intro: what? |
Pannus solves a requirement of the OSDL's Carrier Grade Linux 3.2 specification, which enables Linux to patch process without eliminating process (named “live patch” in OSDL CGL requirement definition). This is very common function on teleco area, and realized by overwriting each function's entry point with "jmp" assembly code. Pannus is kernel patch, library and tools which enhance mmap function and add functionality of overwriting on-memory code. Whenever overwrite a on-memory code, pannus stops target process/kernel momentaly. Live patch module (the fix of buggy code) is ELF shared object type, and dynamically load it during process execution by administrator's instruction. |
Download |
Version 3.0 released! Version 3.0 supports kernel live patching, works only on x86_64 archtecture. There are different parts:
|
Documentation |
Check the README in the pannus tools archive;
it explains installation, simple usage. |
Mailing list |
Mailing list is available on sourceforge |
Bugs |
This is the first release of Live patching. So it may contain some bugs yet;in case you find any, or if you have any feature request, please let us know. |
The legal stuff |
© 2004-2006 NTT Corporation, distributed under the terms of the GNU Public License, v2.0 or later. |
Since Aug 06 2004, last update is Sep 21 2006 |