From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH] cciss: initialize struct scsi_req To: Christoph Hellwig Cc: Meelis Roos , Bart Van Assche , linux-block@vger.kernel.org References: <20170706173220.22129-1-hch@lst.de> From: Jens Axboe Message-ID: <479ad66b-f715-5554-b08b-df25e29793e1@kernel.dk> Date: Thu, 6 Jul 2017 12:24:04 -0600 MIME-Version: 1.0 In-Reply-To: <20170706173220.22129-1-hch@lst.de> Content-Type: text/plain; charset=utf-8 List-ID: On 07/06/2017 11:32 AM, Christoph Hellwig wrote: > The changes in "block: Make most scsi_req_init() calls implicit" mean > that every driver that supports the generic scsi ioctls needs to > call scsi_req_init on newly allocated requests, but that commit didn't > add the call to the ccіss driver. Fix that to avoid crashes when > udev issues SG_IO commands. Applied, thanks. -- Jens Axboe