Skip to content

Commit

Permalink
vmtest.config: enable CONFIG_USER_NS for fsrefs.py tests
Browse files Browse the repository at this point in the history
I missed this option in commit 45a2f32 ("vmtest.config: enable
config options for upcoming tool"). Also alphabetize the options
properly.

Signed-off-by: Omar Sandoval <[email protected]>
  • Loading branch information
osandov committed Mar 4, 2024
1 parent 07ae81d commit 3cce4b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vmtest/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
)

KERNEL_ORG_COMPILER_VERSION = "12.2.0"
VMTEST_KERNEL_VERSION = 24
VMTEST_KERNEL_VERSION = 25


BASE_KCONFIG = """
Expand Down Expand Up @@ -151,11 +151,12 @@
CONFIG_READ_ONLY_THP_FOR_FS=y
# For tools/fsrefs.py tests.
CONFIG_BLK_DEV_LOOP=m
CONFIG_BINFMT_MISC=m
CONFIG_BLK_DEV_LOOP=m
CONFIG_INOTIFY_USER=y
CONFIG_SWAP=y
CONFIG_UPROBE_EVENTS=y
CONFIG_USER_NS=y
"""


Expand Down

0 comments on commit 3cce4b8

Please sign in to comment.