This document discusses Ksplice, a technology that allows patching of the Linux kernel without requiring a reboot. Ksplice works by comparing the old and new object code of the kernel, generating a delta patch, and using address redirection to load the new code without interrupting running processes. It was developed at MIT and later acquired by Oracle. While promising for high availability systems, questions remain around its licensing and whether it infringes any patents.