All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masao Fukuchi <fukuchi.masao@jp.fujitsu.com>
To: "Moore, Eric Dean" <Emoore@lsil.com>
Cc: Christoph Hellwig <hch@lst.de>, linux-scsi@vger.kernel.org
Subject: Re: [PATCH] fix dma mapping leak in fusion
Date: Fri, 20 Aug 2004 12:05:15 +0900	[thread overview]
Message-ID: <200408200305.AA03495@fukuchi.jp.fujitsu.com> (raw)
In-Reply-To: <0E3FA95632D6D047BA649F95DAB60E5704DE6953@exa-atlanta>

Eric,

I applyed your patch and tested it, but the patch didn't work well.
I didn't met Oops. 
But after read command finishing with fail, keyboard and mouse click 
didn't work.
And also I couldn't login from other server.

The message was almost same as Fusion MPT driver 3.01.15.

Masao Fukuchi

Moore, Eric Dean wrote:
>Here is a patch to apply against 3.01.15. It will have a small
>fix in mptscsih_abort which should work with Christoph's suggestion
>of removing the "is the device is offline" check in 
>mptscsih_flush_running_cmds.  Pls test and let me know if you still 
>hit the oops.
>
>Eric
>
>
>On Thursday, August 19, 2004 7:15 AM, Masao Fukuchi wrote:
>> 
>> I tried fusion MPT driver 3.01.15 and I didn't met Oops.
>> (Eric fixed Oops problem by Fusion MPT driver 3.01.04)
>> 
>> Masao Fukuchi
>> 
>> Message:
>>  18:19:01 kernel: mptscsih: ioc3: >> Attempting task abort! 
>> (sc=e00000007c205080)
>>  18:19:01 kernel: mptscsih: ioc3: >> Attempting target reset! 
>> (sc=e00000007c205080)
>>  18:19:01 kernel: mptscsih: ioc3: >> Attempting bus reset! 
>> (sc=e00000007c205080)
>>  18:19:03 kernel: mptbase: Initiating ioc3 recovery
>>  18:19:28 kernel: mptscsih: ioc3: >> Attempting task abort! 
>> (sc=e00000007c205080)
>>  18:19:28 kernel: mptscsih: ioc3: >> Attempting host reset! 
>> (sc=e00000007c205080)
>>  18:19:28 kernel: mptbase: Initiating ioc3 recovery
>>  18:19:52 kernel: mptscsih: ioc3: >> Attempting task abort! 
>> (sc=e00000007c205080)
>>  18:19:52 kernel: scsi: Device offlined - not ready after 
>> error recovery: host 3 channel 0 id 1 lun 0
>>  18:19:52 kernel: scsi3 (1:0): rejecting I/O to offline device
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 0
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 1
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 2
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 3
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 4
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 5
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 6
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 7
>>  18:19:52 kernel: scsi3 (1:0): rejecting I/O to offline device
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 0
>>  18:19:52 kernel: Buffer I/O error on device sdb, logical block 1
>>  18:19:54 kernel: mptbase: Initiating ioc3 recovery
>> 
>> 
>> Christoph Hellwig wrote:
>> >On Thu, Aug 19, 2004 at 12:01:11PM +0900, Masao Fukuchi wrote:
>> >> Hi Christoph,
>> >> 
>> >> I applyed attached patch into latest fusion MPT driver(3.01.15) and
>> >> tested it, but I still met Oops.
>> >> Then I also applyed your latest patch(it gets rid of the 
>> fusion pendingQ
>> >> in favour of using the scsi midlayer queuing), but I met 
>> Oops again.
>> >
>> >Can you try the patch Eric posted instead?
>> >
>> >-
>> >To unsubscribe from this list: send the line "unsubscribe 
>> linux-scsi" in
>> >the body of a message to majordomo@vger.kernel.org
>> >More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> 
>

  reply	other threads:[~2004-08-20  3:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-19 14:47 [PATCH] fix dma mapping leak in fusion Moore, Eric Dean
2004-08-20  3:05 ` Masao Fukuchi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-08-31 14:42 Moore, Eric Dean
2004-08-30 22:29 Moore, Eric Dean
2004-08-31 12:56 ` Luben Tuikov
2004-08-31 13:14   ` Luben Tuikov
2004-08-23 15:56 Moore, Eric Dean
2004-08-28 19:02 ` Christoph Hellwig
2004-08-20 15:01 Moore, Eric Dean
2004-08-23  1:41 ` Masao Fukuchi
2004-08-17 16:42 Moore, Eric Dean
2004-08-17 16:46 ` Christoph Hellwig
2004-08-17 17:17   ` Christoph Hellwig
2004-08-17 18:18 ` Luben Tuikov
2004-08-17 16:16 Christoph Hellwig
2004-08-19  3:01 ` Masao Fukuchi
2004-08-19 10:14   ` Christoph Hellwig
2004-08-19 13:14     ` Masao Fukuchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200408200305.AA03495@fukuchi.jp.fujitsu.com \
    --to=fukuchi.masao@jp.fujitsu.com \
    --cc=Emoore@lsil.com \
    --cc=hch@lst.de \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.