* arc supports mpu gap filling now. * these tests can be used for any arch which supports mpu gap filling. Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
11 lines
392 B
YAML
11 lines
392 B
YAML
tests:
|
|
kernel.memory_protection.userspace:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
tags: kernel security userspace ignore_faults
|
|
min_ram: 36
|
|
kernel.memory_protection.userspace.gap_filling:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
|
extra_args: CONFIG_MPU_GAP_FILLING=y
|
|
tags: kernel security userspace ignore_faults
|
|
min_ram: 36
|