FreeBSD Bugzilla – Attachment 241093 Details for
Bug 265484
Adding INVARIANTS to GENERIC 13.1 kernel causes panic in mrsas
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
diff (text/plain), 700 bytes, created by
Mark Johnston
on 2023-03-24 18:32:40 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Mark Johnston
Created:
2023-03-24 18:32:40 UTC
Size:
700 bytes
patch
obsolete
>diff --git a/sys/dev/mrsas/mrsas.c b/sys/dev/mrsas/mrsas.c >index 2f531bb44674..ab30ffbbaf98 100644 >--- a/sys/dev/mrsas/mrsas.c >+++ b/sys/dev/mrsas/mrsas.c >@@ -1723,11 +1723,13 @@ mrsas_complete_cmd(struct mrsas_softc *sc, u_int32_t MSIxIndex) > data_length = r1_cmd->io_request->DataLength; > sense = r1_cmd->sense; > } >+ mtx_lock(&sc->sim_lock); > r1_cmd->ccb_ptr = NULL; > if (r1_cmd->callout_owner) { > callout_stop(&r1_cmd->cm_callout); > r1_cmd->callout_owner = false; > } >+ mtx_unlock(&sc->sim_lock); > mrsas_release_mpt_cmd(r1_cmd); > mrsas_atomic_dec(&sc->fw_outstanding); > mrsas_map_mpt_cmd_status(cmd_mpt, cmd_mpt->ccb_ptr, status,
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 265484
:
235531
| 241093