lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 05 Mar 2008 14:46:23 -0500
From:	Jeff Garzik <jeff@...zik.org>
To:	Roel Kluin <12o3l@...cali.nl>
CC:	linux-scsi@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mvsas: fill in error info record bits

Roel Kluin wrote:
> Jeff Garzik wrote:
>> This describes the first dword of struct mvs_err_info, two-dword error
>> information record that is returned when RXQ_ERR bit is asserted.
>>
>> These bits are necessary for proper error handling.
>>
>> Signed-off-by: Jeff Garzik <jgarzik@...hat.com>
>> ---
>> diff --git a/drivers/scsi/mvsas.c b/drivers/scsi/mvsas.c
>> index d4a6ac3..ec4dda0 100644
>> --- a/drivers/scsi/mvsas.c
>> +++ b/drivers/scsi/mvsas.c
>> @@ -511,7 +511,35 @@ enum status_buffer {
>>  };
>>  
>>  enum error_info_rec {
>> -	CMD_ISS_STPD	=  (1U << 31),	/* Cmd Issue Stopped */
>> +	CMD_ISS_STPD	= (1U << 31),	/* Cmd Issue Stopped */
>> +	CMD_PI_ERR	= (1U << 30),	/* Protection info error.  see flags2 */
>> +	RSP_OVER	= (1U << 29),	/* rsp buffer overflow */
>> +	RETRY_LIM	= (1U << 28),	/* FIS/frame retry limit exceeded */
>> +	UNK_FIS		= (1U << 27),	/* unknown FIS */
>> +	DMA_TERM	= (1U << 26),	/* DMA terminate primitive rx'd */
>> +	SYNC_ERR	= (1U << 25),	/* SYNC rx'd during frame xmit */
>> +	TFILE_ERR	= (1U << 24),	/* SATA taskfile Error bit set */
>> +	R_ERR		= (1U << 23),	/* SATA returned R_ERR prim */
>> +	RD_OFS		= (1U << 20),	/* Read DATA frame invalid offset *?
> 
> there is a question mark instead of a slash in the line above.

definitely a mistake


> also I noted 1U << 22 to 1U << 21 were missing. was that intended?

yes, intended

	Jeff


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ