KernelTestFramework / ktf

Kernel Test Framework
BSD 2-Clause "Simplified" License
140 stars 18 forks source link

dump_pagetables: Avoid incorrect BUG_ON condition. #337

Closed sktt closed 9 months ago

sktt commented 9 months ago

The recursion should stop at level 0, since at this level table is not a page table anymore. This would otherwise trigger a panic when dumping page tables.