Use VM_RADIX_FORALL, and drop a use of vm_page_next(), in kcov_free().
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/kern/kern_kcov.c | ||
---|---|---|
410 | What is npages? Should it be &pages? |
Comment Actions
Pass an iterator pointer, not an iterator, as an argument to VM_FOR macros. Fix the iter argument used in kern_kcov.c.
Comment Actions
Closed with:
commit 4568f5a286a212fcceaf9a9bb90eabc104829f49
Author: Doug Moore <dougm@FreeBSD.org>
Date: Fri Apr 18 12:18:00 2025 -0500
but without proper Differential Revision label.