Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2021 18:31:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 259440] iSCSI initiator: Review for robustness (was: panic: isc->receive_pdu != NULL)
Message-ID:  <bug-259440-227-apZyNCkESs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259440-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259440-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259440

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |emaste@freebsd.org

--- Comment #4 from Ed Maste <emaste@freebsd.org> ---
(In reply to John Baldwin from comment #3)
> I do think one panic I've seen is that there might be some cases (bad hea=
der
> CRC?) where it can try to abort the connection without freeing the curren=
t WIP
> PDU but due to data already in flight on the socket it tries to process a=
nother
> PDU and trips over the WIP PDU.  In fact, I think that's the panic you got
> here.

Yes this is the panic we encountered and I believe your proposed patch will
solve it. Since you're confident in the initiator's robustness via review or
testing I think there's nothing to do for this PR beyond the patch.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259440-227-apZyNCkESs>