readme: kpatch is an infrastructure, not a tool

This commit is contained in:
Josh Poimboeuf 2014-05-01 12:15:30 -05:00
parent c3f5766a69
commit c85467db04
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
kpatch: dynamic kernel patching
===============================
kpatch is a Linux dynamic kernel patching tool which allows you to patch a
running kernel without rebooting or restarting any processes. It enables
sysadmins to apply critical security patches to the kernel immediately, without
having to wait for long-running tasks to complete, users to log off, or
for scheduled reboot windows. It gives more control over uptime without
sacrificing security or stability.
kpatch is a Linux dynamic kernel patching infrastructure which allows you to
patch a running kernel without rebooting or restarting any processes. It
enables sysadmins to apply critical security patches to the kernel immediately,
without having to wait for long-running tasks to complete, for users to log
off, or for scheduled reboot windows. It gives more control over uptime
without sacrificing security or stability.
kpatch is currently in active development. For now, it should _not_ be used
in production environments.