mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 09:43:06 +00:00
vmtest.config: enable more options for fsrefs.py tests
CONFIG_UPROBE_EVENTS was called CONFIG_UPROBE_EVENT before Linux 4.11. Also enable CONFIG_DNOTIFY, CONFIG_FANOTIFY, and CONFIG_PERF_EVENTS explicitly for the future. Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
8aa998035a
commit
d0e748d286
@ -39,7 +39,7 @@ SUPPORTED_KERNEL_VERSIONS = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
KERNEL_ORG_COMPILER_VERSION = "12.2.0"
|
KERNEL_ORG_COMPILER_VERSION = "12.2.0"
|
||||||
VMTEST_KERNEL_VERSION = 25
|
VMTEST_KERNEL_VERSION = 26
|
||||||
|
|
||||||
|
|
||||||
BASE_KCONFIG = """
|
BASE_KCONFIG = """
|
||||||
@ -153,8 +153,15 @@ CONFIG_READ_ONLY_THP_FOR_FS=y
|
|||||||
# For tools/fsrefs.py tests.
|
# For tools/fsrefs.py tests.
|
||||||
CONFIG_BINFMT_MISC=m
|
CONFIG_BINFMT_MISC=m
|
||||||
CONFIG_BLK_DEV_LOOP=m
|
CONFIG_BLK_DEV_LOOP=m
|
||||||
|
CONFIG_DNOTIFY=y
|
||||||
|
CONFIG_FANOTIFY=y
|
||||||
CONFIG_INOTIFY_USER=y
|
CONFIG_INOTIFY_USER=y
|
||||||
|
CONFIG_PERF_EVENTS=y
|
||||||
CONFIG_SWAP=y
|
CONFIG_SWAP=y
|
||||||
|
# We need to try two names here because of Linux kernel commit 6b0b7551428e
|
||||||
|
# ("perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTS") (in
|
||||||
|
# v4.11).
|
||||||
|
CONFIG_UPROBE_EVENT=y
|
||||||
CONFIG_UPROBE_EVENTS=y
|
CONFIG_UPROBE_EVENTS=y
|
||||||
CONFIG_USER_NS=y
|
CONFIG_USER_NS=y
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user