mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 09:43:06 +00:00
vmtest.config: enable config options for upcoming tool
Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
586ca27436
commit
45a2f32379
@ -39,7 +39,7 @@ SUPPORTED_KERNEL_VERSIONS = (
|
||||
)
|
||||
|
||||
KERNEL_ORG_COMPILER_VERSION = "12.2.0"
|
||||
VMTEST_KERNEL_VERSION = 23
|
||||
VMTEST_KERNEL_VERSION = 24
|
||||
|
||||
|
||||
BASE_KCONFIG = """
|
||||
@ -68,6 +68,7 @@ CONFIG_PROC_FS=y
|
||||
CONFIG_SYSFS=y
|
||||
CONFIG_TMPFS=y
|
||||
CONFIG_TMPFS_XATTR=y
|
||||
CONFIG_VIRTIO_BLK=y
|
||||
CONFIG_VIRTIO_CONSOLE=y
|
||||
CONFIG_VIRTIO_PCI=y
|
||||
CONFIG_HW_RANDOM=m
|
||||
@ -99,9 +100,6 @@ CONFIG_CRYPTO_SHA256=y
|
||||
# So that we can trigger a crash with /proc/sysrq-trigger.
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
|
||||
# For block tests.
|
||||
CONFIG_BLK_DEV_LOOP=m
|
||||
|
||||
# For BPF tests.
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_BPF_JIT=y
|
||||
@ -151,6 +149,13 @@ CONFIG_DUMMY=m
|
||||
# To enable CONFIG_XARRAY_MULTI for xarray tests.
|
||||
CONFIG_TRANSPARENT_HUGEPAGE=y
|
||||
CONFIG_READ_ONLY_THP_FOR_FS=y
|
||||
|
||||
# For tools/fsrefs.py tests.
|
||||
CONFIG_BLK_DEV_LOOP=m
|
||||
CONFIG_BINFMT_MISC=m
|
||||
CONFIG_INOTIFY_USER=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
"""
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user