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 <sjenning@redhat.com>
This commit is contained in:
Seth Jennings 2014-07-15 11:26:03 -05:00
parent f8813be8ef
commit d325e69c3c

View File

@ -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?**