From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCHv2] libata: fixup oops in ata_eh_link_report() Date: Mon, 19 Jan 2015 20:26:15 +0300 Message-ID: <54BD3E37.8060306@cogentembedded.com> References: <1421682938-14073-1-git-send-email-hare@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1421682938-14073-1-git-send-email-hare@suse.de> Sender: linux-scsi-owner@vger.kernel.org To: Hannes Reinecke , James Bottomley Cc: Christoph Hellwig , linux-scsi@vger.kernel.org, linux-ide@vger.kernel.org, Tejun Heo , Sergey Senozhatsky List-Id: linux-ide@vger.kernel.org Hello. On 01/19/2015 06:55 PM, Hannes Reinecke wrote: > We should only try to evaluate the cdb if this is an ATAPI > device, for any other device the 'cdb' field and the cdb_len > has no meaning. > Fixes: cbba5b0ee4c6c2fc8b78a21d0900099d480cf2e9 According to Documentation/SubmittingPatches, 12 digits is enough and, more importantly, that commit's summary line needs to be specified enclosed in parens and double quotes. > Reported-by: Sergey Senozhatsky > Signed-off-by: Hannes Reinecke > Reviewed-by: Tejun Heo > Tested-by: Sergey Senozhatsky MBR, Sergei