From d325e69c3c47d3dd54537cd1daa45347398a1d3f Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Tue, 15 Jul 2014 11:26:03 -0500 Subject: [PATCH] update supported kernel version Some of the kernel APIs that are used by the core kernel module where updated in 3.9 and are incompatible with previous kernel versions. Update the README to reflect this. Fixes #257 Signed-off-by: Seth Jennings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 546bce2..a172774 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,7 @@ We do have plans to implement something like that. **Q. What kernels are supported?** -kpatch needs gcc >= 4.8 and Linux >= 3.7 for use of the -mfentry flag. +kpatch needs gcc >= 4.8 and Linux >= 3.9 for use of the -mfentry flag. **Q. Is it possible to remove a patch?**