Re: smartd broken in 3.9.0-rc4 : bisected

2013-03-28 Thread Gwendal Grignou
My mistake. In ata_cmd_ioctl(), we clean the results and remove CHECK_CONDITION when necessary. I did not update that code for the new Sense Key: if (cmd_result & SAM_STAT_CHECK_CONDITION) { struct scsi_sense_hdr sshdr;

Re: smartd broken in 3.9.0-rc4 : bisected

2013-03-28 Thread Ken Moffat
On Thu, Mar 28, 2013 at 01:01:48AM +, Ken Moffat wrote: Adding Cc:s, further details at the end. > Hi, > > just tested my first 3.9 kernel today. During boot, smartd (from > smartmontools-6.0) fails to start. Works fine in 3.8.4. > > In 3.8.4 I get messages like this : > > Mar 27

Re: smartd broken in 3.9.0-rc4 : bisected

2013-03-28 Thread Ken Moffat
On Thu, Mar 28, 2013 at 01:01:48AM +, Ken Moffat wrote: Adding Cc:s, further details at the end. Hi, just tested my first 3.9 kernel today. During boot, smartd (from smartmontools-6.0) fails to start. Works fine in 3.8.4. In 3.8.4 I get messages like this : Mar 27 22:02:02

Re: smartd broken in 3.9.0-rc4 : bisected

2013-03-28 Thread Gwendal Grignou
My mistake. In ata_cmd_ioctl(), we clean the results and remove CHECK_CONDITION when necessary. I did not update that code for the new Sense Key: if (cmd_result SAM_STAT_CHECK_CONDITION) { struct scsi_sense_hdr sshdr;