KernelTestFramework / ktf

Kernel Test Framework
BSD 2-Clause "Simplified" License
139 stars 19 forks source link

dump_pagetables: Avoid incorrect BUG_ON condition. #337

Closed sktt closed 1 year ago

sktt commented 1 year 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.