From: Andrew Morton <akpm@linux-foundation.org>
To: Pavel Emelyanov <xemul@parallels.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Hugh Dickins <hughd@google.com>, Rik van Riel <riel@redhat.com>,
Matt Mackall <mpm@selenic.com>
Subject: Re: [PATCH 1/2] proc: report file/anon bit in /proc/pid/pagemap
Date: Fri, 27 Apr 2012 16:40:44 -0700 [thread overview]
Message-ID: <20120427164044.c883d390.akpm@linux-foundation.org> (raw)
In-Reply-To: <4F9AA11E.3040800@parallels.com>
On Fri, 27 Apr 2012 17:37:34 +0400
Pavel Emelyanov <xemul@parallels.com> wrote:
> > Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
> > Cc: Pavel Emelyanov <xemul@parallels.com>
> > Cc: Andrew Morton <akpm@linux-foundation.org>
> > Cc: Hugh Dickins <hughd@google.com>
> > Cc: Rik van Riel <riel@redhat.com>
>
> Acked-by: Pavel Emelyanov <xemul@parallels.com>
hm, I'd have thought this should be From:Pavel and certainly
Signed-off-by:Pavel, but I'll let you guys decide.
Rik acked the earlier version and that isn't reflected here. I never
know what to do about this. I usually play it safe and assume that a
change in the patch erases the ack.
Please cc the original pagemap author (Matt Mackall <mpm@selenic.com>)
on these patches. He's sometimes useful ;)
The patches looked nice to me, but as it appears that Pavel is unhappy
with [2/2] I shall tip this patchset into my bitbucket and shall await
the next rev, thanks.
--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Pavel Emelyanov <xemul@parallels.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Hugh Dickins <hughd@google.com>, Rik van Riel <riel@redhat.com>,
Matt Mackall <mpm@selenic.com>
Subject: Re: [PATCH 1/2] proc: report file/anon bit in /proc/pid/pagemap
Date: Fri, 27 Apr 2012 16:40:44 -0700 [thread overview]
Message-ID: <20120427164044.c883d390.akpm@linux-foundation.org> (raw)
In-Reply-To: <4F9AA11E.3040800@parallels.com>
On Fri, 27 Apr 2012 17:37:34 +0400
Pavel Emelyanov <xemul@parallels.com> wrote:
> > Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
> > Cc: Pavel Emelyanov <xemul@parallels.com>
> > Cc: Andrew Morton <akpm@linux-foundation.org>
> > Cc: Hugh Dickins <hughd@google.com>
> > Cc: Rik van Riel <riel@redhat.com>
>
> Acked-by: Pavel Emelyanov <xemul@parallels.com>
hm, I'd have thought this should be From:Pavel and certainly
Signed-off-by:Pavel, but I'll let you guys decide.
Rik acked the earlier version and that isn't reflected here. I never
know what to do about this. I usually play it safe and assume that a
change in the patch erases the ack.
Please cc the original pagemap author (Matt Mackall <mpm@selenic.com>)
on these patches. He's sometimes useful ;)
The patches looked nice to me, but as it appears that Pavel is unhappy
with [2/2] I shall tip this patchset into my bitbucket and shall await
the next rev, thanks.
next prev parent reply other threads:[~2012-04-27 23:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-20 19:44 [PATCH] proc: Report PageAnon in last left bit of /proc/pid/pagemap Pavel Emelyanov
2012-04-20 20:32 ` Rik van Riel
2012-04-20 20:36 ` Pavel Emelyanov
2012-04-27 12:39 ` [PATCH 1/2] proc: report file/anon bit in /proc/pid/pagemap Konstantin Khlebnikov
2012-04-27 12:39 ` Konstantin Khlebnikov
2012-04-27 13:37 ` Pavel Emelyanov
2012-04-27 13:37 ` Pavel Emelyanov
2012-04-27 23:40 ` Andrew Morton [this message]
2012-04-27 23:40 ` Andrew Morton
2012-04-28 13:32 ` KOSAKI Motohiro
2012-04-28 13:32 ` KOSAKI Motohiro
2012-04-29 8:28 ` Konstantin Khlebnikov
2012-04-29 8:28 ` Konstantin Khlebnikov
2012-04-27 12:39 ` [PATCH 2/2] proc: report page->index instead of pfn for non-linear mappings " Konstantin Khlebnikov
2012-04-27 12:39 ` Konstantin Khlebnikov
2012-04-27 13:37 ` Pavel Emelyanov
2012-04-27 13:37 ` Pavel Emelyanov
2012-04-30 10:48 ` [PATCH v3] proc: report file/anon bit " Konstantin Khlebnikov
2012-04-30 10:48 ` Konstantin Khlebnikov
2012-04-30 20:32 ` KOSAKI Motohiro
2012-04-30 20:32 ` KOSAKI Motohiro
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=20120427164044.c883d390.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=hughd@google.com \
--cc=khlebnikov@openvz.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mpm@selenic.com \
--cc=riel@redhat.com \
--cc=xemul@parallels.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.