FreeBSD Bugzilla – Attachment 167329 Details for
Bug 207432
panic: nvme_ctrlr_intx_handler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for bug 207432
nvme_intx.patch (text/plain), 423 bytes, created by
Jim Harris
on 2016-02-23 15:46:49 UTC
(
hide
)
Description:
Patch for bug 207432
Filename:
MIME Type:
Creator:
Jim Harris
Created:
2016-02-23 15:46:49 UTC
Size:
423 bytes
patch
obsolete
>Index: sys/dev/nvme/nvme_ctrlr.c >=================================================================== >--- sys/dev/nvme/nvme_ctrlr.c (revision 295664) >+++ sys/dev/nvme/nvme_ctrlr.c (working copy) >@@ -810,7 +810,7 @@ > > nvme_qpair_process_completions(&ctrlr->adminq); > >- if (ctrlr->ioq[0].cpl) >+ if (ctrlr->ioq && ctrlr->ioq[0].cpl) > nvme_qpair_process_completions(&ctrlr->ioq[0]); > > nvme_mmio_write_4(ctrlr, intmc, 1);
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 207432
: 167329