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 <sjenning@redhat.com>
This commit is contained in:
Seth Jennings 2014-07-15 11:38:20 -05:00
parent d325e69c3c
commit 3025ce1dae
1 changed files with 1 additions and 1 deletions

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.9 for use of the -mfentry flag.
kpatch needs gcc >= 4.8 and Linux >= 3.9.
**Q. Is it possible to remove a patch?**