[Bug 261338] [PATCH] kernel panic "bad pte" under heavy CPU load on 12.2 and 12.3 (i386)

[email protected] Wed, 19 Jan 2022 16:44:35 +0000
Newsgroups gmane.os.freebsd.devel.threading
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261338

--- Comment #2 from Andriy Gapon <[email protected]> ---
That's strange.
In i386 pmap.c there is a single call to smp_masked_invlpg (from the stack in
the screenshot). It's in pmap_invalidate_page() and there are sched_pin() and
sched_unpin() calls around the smp_masked_invlpg() call.

-- 
You are receiving this mail because:
You are the assignee for the bug.