Re: Recovering initiator connection when target (IET) is restarted - root over iscsi

2017-08-16 Thread The Lee-Man
On Monday, August 7, 2017 at 2:35:26 PM UTC-7, Bob Marris wrote: > > I'm running my initiator's root partition via open-iscsi to an IET target. > > I'm testing failure scenarios, and in the event of a target reboot (or > daemon restart) my initiator seems to hang. I was hoping it would be able

Re: [RFC PATCH 1/6] bsg: fix kernel panic resulting from missing allocation of a reply-buffer

2017-08-16 Thread Christoph Hellwig
On Mon, Aug 14, 2017 at 06:32:17PM +0200, Benjamin Block wrote: > > - blk_end_request_all(rq, BLK_STS_OK); > > - > > put_device(job->dev); /* release reference for the request */ > > > > kfree(job->request_payload.sg_list); > > kfree(job->reply_payload.sg_list); > > - kfree(job);