Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)

2000-12-15 Thread Stephen C. Tweedie
Hi, On Fri, Dec 08, 2000 at 01:06:33PM +0100, Andrea Arcangeli wrote: > On Mon, Dec 04, 2000 at 08:50:04PM +, Stephen C. Tweedie wrote: > > I have pushed another set of raw IO patches out, this time to fix a > This fix is missing: > > --- rawio-sct/mm/memory.c.~1~ Fri Dec 8 03:05:01 2000 >

Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)

2000-12-15 Thread Stephen C. Tweedie
Hi, On Fri, Dec 08, 2000 at 01:06:33PM +0100, Andrea Arcangeli wrote: On Mon, Dec 04, 2000 at 08:50:04PM +, Stephen C. Tweedie wrote: I have pushed another set of raw IO patches out, this time to fix a This fix is missing: --- rawio-sct/mm/memory.c.~1~ Fri Dec 8 03:05:01 2000 +++

Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)

2000-12-08 Thread Andrea Arcangeli
On Mon, Dec 04, 2000 at 08:50:04PM +, Stephen C. Tweedie wrote: > I have pushed another set of raw IO patches out, this time to fix a This fix is missing: --- rawio-sct/mm/memory.c.~1~ Fri Dec 8 03:05:01 2000 +++ rawio-sct/mm/memory.c Fri Dec 8 03:57:48 2000 @@ -455,7 +455,7 @@

Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)

2000-12-08 Thread Andrea Arcangeli
On Mon, Dec 04, 2000 at 08:50:04PM +, Stephen C. Tweedie wrote: I have pushed another set of raw IO patches out, this time to fix a This fix is missing: --- rawio-sct/mm/memory.c.~1~ Fri Dec 8 03:05:01 2000 +++ rawio-sct/mm/memory.c Fri Dec 8 03:57:48 2000 @@ -455,7 +455,7 @@

New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)

2000-12-04 Thread Stephen C. Tweedie
Hi, I have pushed another set of raw IO patches out, this time to fix a bug with bounce buffer copying when running on highmem boxes. It is likely to affect any bounce buffer copies using non-page-aligned accesses if both highmem and normal pages are involved in the kiobuf. The specific new

New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)

2000-12-04 Thread Stephen C. Tweedie
Hi, I have pushed another set of raw IO patches out, this time to fix a bug with bounce buffer copying when running on highmem boxes. It is likely to affect any bounce buffer copies using non-page-aligned accesses if both highmem and normal pages are involved in the kiobuf. The specific new