All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrea Arcangeli <andrea@qumranet.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Christoph Lameter <clameter@sgi.com>,
	Jack Steiner <steiner@sgi.com>, Robin Holt <holt@sgi.com>,
	Nick Piggin <npiggin@suse.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	kvm-devel@lists.sourceforge.net,
	Kanoj Sarcar <kanojsarcar@yahoo.com>,
	Roland Dreier <rdreier@cisco.com>,
	Steve Wise <swise@opengridcomputing.com>,
	linux-kernel@vger.kernel.org, Avi Kivity <avi@qumranet.com>,
	linux-mm@kvack.org, general@lists.openfabrics.org,
	Hugh Dickins <hugh@veritas.com>,
	Rusty Russell <rusty@rustcorp.com.au>,
	Anthony Liguori <aliguori@us.ibm.com>,
	Chris Wright <chrisw@redhat.com>,
	Marcelo Tosatti <marcelo@kvack.org>,
	Eric Dumazet <dada1@cosmosbay.com>,
	"Paul E. McKenney" <paulmck@us.ibm.com>
Subject: Re: [PATCH 001/001] mmu-notifier-core v17
Date: Tue, 3 Jun 2008 19:35:02 +0200	[thread overview]
Message-ID: <20080603173502.GR8158@duo.random> (raw)
In-Reply-To: <alpine.LFD.1.10.0806030909030.3473@woody.linux-foundation.org>

On Tue, Jun 03, 2008 at 09:26:05AM -0700, Linus Torvalds wrote:
> I'd obviously want to see ack's by people like Andrew, Hugh and Nick, but 
> as far as I am concerned, if you just do the trivial cleanup/split, you 

I'll do all cleanups/splits very shortly and submit a v18 with 3
patches, all good, thanks a lot!

WARNING: multiple messages have this Message-ID (diff)
From: Andrea Arcangeli <andrea@qumranet.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Christoph Lameter <clameter@sgi.com>,
	Jack Steiner <steiner@sgi.com>, Robin Holt <holt@sgi.com>,
	Nick Piggin <npiggin@suse.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	kvm-devel@lists.sourceforge.net,
	Kanoj Sarcar <kanojsarcar@yahoo.com>,
	Roland Dreier <rdreier@cisco.com>,
	Steve Wise <swise@opengridcomputing.com>,
	linux-kernel@vger.kernel.org, Avi Kivity <avi@qumranet.com>,
	linux-mm@kvack.org, general@lists.openfabrics.org,
	Hugh Dickins <hugh@veritas.com>,
	Rusty Russell <rusty@rustcorp.com.au>,
	Anthony Liguori <aliguori@us.ibm.com>,
	Chris Wright <chrisw@redhat.com>,
	Marcelo Tosatti <marcelo@kvack.org>,
	Eric Dumazet <dada1@cosmosbay.com>,
	"Paul E. McKenney" <paulmck@us.ibm.com>
Subject: Re: [PATCH 001/001] mmu-notifier-core v17
Date: Tue, 3 Jun 2008 19:35:02 +0200	[thread overview]
Message-ID: <20080603173502.GR8158@duo.random> (raw)
In-Reply-To: <alpine.LFD.1.10.0806030909030.3473@woody.linux-foundation.org>

On Tue, Jun 03, 2008 at 09:26:05AM -0700, Linus Torvalds wrote:
> I'd obviously want to see ack's by people like Andrew, Hugh and Nick, but 
> as far as I am concerned, if you just do the trivial cleanup/split, you 

I'll do all cleanups/splits very shortly and submit a v18 with 3
patches, all good, thanks a lot!

--
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-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  parent reply	other threads:[~2008-06-03 17:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-09 19:32 [PATCH 001/001] mmu-notifier-core v17 Andrea Arcangeli
2008-05-09 19:32 ` Andrea Arcangeli, Andrea Arcangeli
2008-05-09 19:32 ` [ofa-general] " Andrea Arcangeli
2008-05-12 20:01 ` Jack Steiner
2008-05-12 20:01   ` Jack Steiner
2008-05-16 19:07 ` Paul E. McKenney
2008-05-16 19:07   ` Paul E. McKenney
2008-05-16 19:07   ` [ofa-general] " Paul E. McKenney
2008-06-05 16:51   ` Andrea Arcangeli
2008-06-05 16:51     ` Andrea Arcangeli
2008-06-03 16:26 ` Linus Torvalds
2008-06-03 16:26   ` Linus Torvalds
2008-06-03 17:35   ` Andrea Arcangeli
2008-06-03 17:35   ` Andrea Arcangeli [this message]
2008-06-03 17:35     ` Andrea Arcangeli

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=20080603173502.GR8158@duo.random \
    --to=andrea@qumranet.com \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=aliguori@us.ibm.com \
    --cc=avi@qumranet.com \
    --cc=chrisw@redhat.com \
    --cc=clameter@sgi.com \
    --cc=dada1@cosmosbay.com \
    --cc=general@lists.openfabrics.org \
    --cc=holt@sgi.com \
    --cc=hugh@veritas.com \
    --cc=kanojsarcar@yahoo.com \
    --cc=kvm-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=marcelo@kvack.org \
    --cc=npiggin@suse.de \
    --cc=paulmck@us.ibm.com \
    --cc=rdreier@cisco.com \
    --cc=rusty@rustcorp.com.au \
    --cc=steiner@sgi.com \
    --cc=swise@opengridcomputing.com \
    --cc=torvalds@linux-foundation.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.