From 3025ce1dae317db456b65fce93461cfd58fdb7c4 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Tue, 15 Jul 2014 11:38:20 -0500 Subject: [PATCH] remove mentry mention in kernel version requirement There are more reasons besides mentry support for 3.9 being the minimum supported kernel version. There are also API changes that happened in 3.9 that make the core module incompatible with previous versions. Rather than spelling all that out, just simply state the minimum version. Signed-off-by: Seth Jennings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a172774..6f50d6e 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.9 for use of the -mfentry flag. +kpatch needs gcc >= 4.8 and Linux >= 3.9. **Q. Is it possible to remove a patch?**