Re: [PATCH 2.6.13-rc1 01/10] IOCHK interface for I/O error handling/detecting

2005-07-08 Thread Hidetoshi Seto
Benjamin Herrenschmidt wrote: On Thu, 2005-07-07 at 11:41 -0700, Greg KH wrote: How about the issue of tying this into the other pci error reporting infrastructure that is being worked on? The other infrastructure is for asynchronous reporting and recovery. We still need synchronous detection

Re: [PATCH 2.6.13-rc1 01/10] IOCHK interface for I/O error handling/detecting

2005-07-07 Thread Benjamin Herrenschmidt
On Thu, 2005-07-07 at 11:41 -0700, Greg KH wrote: > On Wed, Jul 06, 2005 at 01:53:06PM +0900, Hidetoshi Seto wrote: > > Hi all, > > > > The followings are updated version of patches I've posted to > > implement IOCHK interface for I/O error handling/detecting. > > > > The abstraction of patches h

Re: [PATCH 2.6.13-rc1 01/10] IOCHK interface for I/O error handling/detecting

2005-07-07 Thread Greg KH
On Wed, Jul 06, 2005 at 01:53:06PM +0900, Hidetoshi Seto wrote: > Hi all, > > The followings are updated version of patches I've posted to > implement IOCHK interface for I/O error handling/detecting. > > The abstraction of patches hasn't changed, so please refer > archives if you need, e.g.: htt

Re: [PATCH 2.6.13-rc1 01/10] IOCHK interface for I/O error handling/detecting

2005-07-06 Thread Hidetoshi Seto
YOSHIFUJI Hideaki wrote: Index: linux-2.6.13-rc1/lib/iomap.c === --- linux-2.6.13-rc1.orig/lib/iomap.c +++ linux-2.6.13-rc1/lib/iomap.c @@ -230,3 +230,9 @@ void pci_iounmap(struct pci_dev *dev, vo } EXPORT_SYMBOL(pci_iomap); EXPOR

Re: [PATCH 2.6.13-rc1 01/10] IOCHK interface for I/O error handling/detecting

2005-07-06 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Wed, 06 Jul 2005 13:53:06 +0900), Hidetoshi Seto <[EMAIL PROTECTED]> says: > Index: linux-2.6.13-rc1/lib/iomap.c > === > --- linux-2.6.13-rc1.orig/lib/iomap.c > +++ linux-2.6.13-rc1/lib/iomap.c > @@

[PATCH 2.6.13-rc1 01/10] IOCHK interface for I/O error handling/detecting

2005-07-05 Thread Hidetoshi Seto
Hi all, The followings are updated version of patches I've posted to implement IOCHK interface for I/O error handling/detecting. The abstraction of patches hasn't changed, so please refer archives if you need, e.g.: http://lwn.net/Articles/139240/ Tony, how do you think about applying my patche