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:	Fri, 23 Jan 2009 21:35:10 -0500
From:	Douglas Gilbert <dgilbert@...erlog.com>
To:	Grzegorz Nosek <root@...aldomain.pl>
CC:	linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org
Subject: Re: smartctl on aic94xx causes a kernel warning in libata

Grzegorz Nosek wrote:
> Hi,
> 
> This is a trivially reproducible (in my setup at least) WARN_ON that
> triggers whenever I run smartctl on a SATA disk connected via an aic94xx
> controller (Adaptec AIC-9410W SAS (Razor ASIC RAID)=20 (rev 09)).
> 
> The kernel is (as far as device drivers are concerned) vanilla
> 2.6.27.12.
> 
> Other than the warning and the fact that smartctl requires '-T
> permissive' to show the disk status, I can't see any negative effects.
> 
> (please keep cc'd)
> 
> Best regards,
>  Grzegorz Nosek
> 
> *** smartctl -a /dev/sdb (without -T permissive) ***
> 
> smartctl version 5.37 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
> Home page is http://smartmontools.sourceforge.net/
> 
> === START OF INFORMATION SECTION ===
> Device Model:     ST3500630NS
> Serial Number:    9QG93FV5
> Firmware Version: 3.AEK
> User Capacity:    500,107,862,016 bytes
> Device is:        Not in smartctl database [for details use: -P showall]
> ATA Version is:   7
> ATA Standard is:  Exact ATA specification draft version not indicated
> Local Time is:    Fri Jan 23 20:17:30 2009 CET
> SMART support is: Available - device has SMART capability.
> SMART support is: Enabled
> 
> Error SMART Status command failed
> Please get assistance from http://smartmontools.sourceforge.net/
> Values from ATA status return descriptor are:
>  00     09 0c 00 00 00 00 00 00  00 00 00 00 00 00
> A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

Putting my smartmontools hat on that SAT ATA status
return descriptor for an ATA SMART RETURN STATUS
command looks broken, most likely not correctly "wired"
as the payload is zeros. Using a LSI SAS controller
(which implements SAT in firmware) here is what the
response should look like:

Values from ATA Return Descriptor are:
  00     09 0c 00 00 00 00 00 00  00 4f 00 c2 00 50

assuming the disk is healthy. [And if it was unhealthy
then 4f -> f4 and c2 -> 2c (t13 dyslexic humour ?).]

To my knowledge that usage of the ATA SMART RETURN
status command is the only occasion when smartctl
needs to read the ATA registers _after_ command completion.

Doug Gilbert



--
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