FreeBSD Bugzilla – Attachment 231161 Details for
Bug 261338
[PATCH] kernel panic "bad pte" under heavy CPU load on 12.2 and 12.3 (i386)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
mp_x86.c.patch (text/plain), 323 bytes, created by
Dmitry K.
on 2022-01-19 16:16:00 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Dmitry K.
Created:
2022-01-19 16:16:00 UTC
Size:
323 bytes
patch
obsolete
>--- mp_x86.c 2022-01-16 19:12:21.525876000 +0700 >+++ mp_x86.c 2022-01-16 21:45:33.099074000 +0700 >@@ -1676,7 +1676,7 @@ > if (kdb_active || panicstr != NULL || !smp_started) > goto local_cb; > >- KASSERT(curthread->td_pinned > 0, ("curthread not pinned")); >+ sched_pin(); > > /* > * Check for other cpus. Return if none.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261338
:
231160
|
231161
|
231173
|
231174
|
231245