From c85467db042d43d07589f258cdc55b7b11c454e2 Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Thu, 1 May 2014 12:15:30 -0500 Subject: [PATCH] readme: kpatch is an infrastructure, not a tool --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2d09925..7b3839c 100644 --- a/README.md +++ b/README.md @@ -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.