setup.py: add 5.18 to vmtest kernels

The tiny flavor was failing due to a bug fixed in Linux kernel commit
c12cd77cb028 ("mm/vmalloc: fix spinning drain_vmap_work after reading
from /proc/vmcore") (in v5.18-rc3). Now that the fix is in, we can add
5.18 with no changes required.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2022-04-21 16:17:42 -07:00
parent 7f2d47f7bd
commit 2dada19ab9

View File

@ -130,6 +130,7 @@ class test(Command):
description = "run unit tests after in-place build"
KERNELS = [
"5.18",
"5.17",
"5.16",
"5.15",