All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stephen C. Tweedie" <sct@redhat.com>
To: Andrea Arcangeli <andrea@suse.de>
Cc: "Stephen C. Tweedie" <sct@redhat.com>,
	linux-kernel@vger.kernel.org, Andi Kleen <ak@muc.de>,
	wtenhave@sybase.com, hdeller@redhat.com,
	Eric Lowe <elowe@myrile.madriver.k12.oh.us>,
	Larry Woodman <woodman@missioncriticallinux.com>,
	linux-mm@kvack.org
Subject: Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)
Date: Fri, 15 Dec 2000 16:13:23 +0000	[thread overview]
Message-ID: <20001215161323.P11931@redhat.com> (raw)
In-Reply-To: <20001204205004.H8700@redhat.com> <20001208130633.A31920@inspiron.random>
In-Reply-To: <20001208130633.A31920@inspiron.random>; from andrea@suse.de on Fri, Dec 08, 2000 at 01:06:33PM +0100

Hi,

On Fri, Dec 08, 2000 at 01:06:33PM +0100, Andrea Arcangeli wrote:
> On Mon, Dec 04, 2000 at 08:50:04PM +0000, 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 @@
> -	struct vm_area_struct *	vma = 0;
> +	struct vm_area_struct *	vma;
> @@ -478,6 +478,7 @@
>   repeat:
> +	vma = NULL;
>  	down(&mm->mmap_sem);

Applied, I'm pushing out a 2.2.18 set of diffs now.

--Stephen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

WARNING: multiple messages have this Message-ID (diff)
From: "Stephen C. Tweedie" <sct@redhat.com>
To: Andrea Arcangeli <andrea@suse.de>
Cc: "Stephen C. Tweedie" <sct@redhat.com>,
	linux-kernel@vger.kernel.org, Andi Kleen <ak@muc.de>,
	wtenhave@sybase.com, hdeller@redhat.com,
	Eric Lowe <elowe@myrile.madriver.k12.oh.us>,
	Larry Woodman <woodman@missioncriticallinux.com>,
	linux-mm@kvack.org
Subject: Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)
Date: Fri, 15 Dec 2000 16:13:23 +0000	[thread overview]
Message-ID: <20001215161323.P11931@redhat.com> (raw)
In-Reply-To: <20001208130633.A31920@inspiron.random>; from andrea@suse.de on Fri, Dec 08, 2000 at 01:06:33PM +0100

Hi,

On Fri, Dec 08, 2000 at 01:06:33PM +0100, Andrea Arcangeli wrote:
> On Mon, Dec 04, 2000 at 08:50:04PM +0000, 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 @@
> -	struct vm_area_struct *	vma = 0;
> +	struct vm_area_struct *	vma;
> @@ -478,6 +478,7 @@
>   repeat:
> +	vma = NULL;
>  	down(&mm->mmap_sem);

Applied, I'm pushing out a 2.2.18 set of diffs now.

--Stephen

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/

  reply	other threads:[~2000-12-15 16:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-04 20:50 New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy) Stephen C. Tweedie
2000-12-08 12:06 ` Andrea Arcangeli
2000-12-08 12:06   ` Andrea Arcangeli
2000-12-15 16:13   ` Stephen C. Tweedie [this message]
2000-12-15 16:13     ` Stephen C. Tweedie

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=20001215161323.P11931@redhat.com \
    --to=sct@redhat.com \
    --cc=ak@muc.de \
    --cc=andrea@suse.de \
    --cc=elowe@myrile.madriver.k12.oh.us \
    --cc=hdeller@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=woodman@missioncriticallinux.com \
    --cc=wtenhave@sybase.com \
    /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.