[Bug 261338] [PATCH] kernel panic "bad pte" under heavy CPU load on 12.2 and 12.3 (i386)
Date: Wed, 19 Jan 2022 17:32:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261338 --- Comment #3 from Dmitry K. <thedix@yandex.ru> --- Function smp_targeted_tlb_shootdown() has calls to sched_unpin(). So sched_pin() and sched_unpin() are not paired during multiple calls. Is it the problem? -- You are receiving this mail because: You are the assignee for the bug.