Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion io/iommu/amd/iommu_v2pgmode_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ def check_kernelconf_5lvl(self):
if os.path.exists(config_file):
return check_kernelconf(config_file, "CONFIG_X86_5LEVEL")

self.cancel("Kernel config not found in '/boot/' and '/lib/modules/<uname -r>/build/'")
self.log.info("Kernel config not found in '/boot/' and '/lib/modules/<uname -r>/build/'."
"Using VA bits in /proc/cpuinfo to derive cpu page table level")
return False

def test(self):
Expand Down
Loading