FreeBSD Bugzilla – Attachment 187144 Details for
Bug 222898
[iscsi]: panic: page fault - system crashes while working as iSCSI target
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
r315520
r315520.diff (text/plain), 945 bytes, created by
Edward Tomasz Napierala
on 2017-10-13 16:52:27 UTC
(
hide
)
Description:
r315520
Filename:
MIME Type:
Creator:
Edward Tomasz Napierala
Created:
2017-10-13 16:52:27 UTC
Size:
945 bytes
patch
obsolete
>Index: sys/cam/ctl/ctl_frontend_iscsi.c >=================================================================== >--- sys/cam/ctl/ctl_frontend_iscsi.c (revision 315519) >+++ sys/cam/ctl/ctl_frontend_iscsi.c (revision 315520) >@@ -2974,7 +2974,6 @@ > > request = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; > cs = PDU_SESSION(request); >- refcount_release(&cs->cs_outstanding_ctl_pdus); > > switch (request->ip_bhs->bhs_opcode & ~ISCSI_BHS_OPCODE_IMMEDIATE) { > case ISCSI_BHS_OPCODE_SCSI_COMMAND: >@@ -2987,4 +2986,6 @@ > panic("cfiscsi_done called with wrong opcode 0x%x", > request->ip_bhs->bhs_opcode); > } >+ >+ refcount_release(&cs->cs_outstanding_ctl_pdus); > } >Index: . >=================================================================== >--- . (revision 315519) >+++ . (revision 315520) > >Property changes on: . >___________________________________________________________________ >Modified: svn:mergeinfo >## -0,0 +0,1 ## > Merged /head:r311283
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 Raw
Actions:
View
Attachments on
bug 222898
: 187144 |
187767