Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dump_pagetables: Avoid incorrect BUG_ON condition. #337

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

sktt
Copy link
Contributor

@sktt sktt commented Nov 30, 2023

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.

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.

Signed-off-by: Johannes Wikner <[email protected]>
@sktt sktt requested a review from a team as a code owner November 30, 2023 17:26
@wipawel wipawel merged commit 4a91a77 into KernelTestFramework:mainline Nov 30, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants