From: Glauber Costa <glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
To: Paul Turner <pjt-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
lizf-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org,
daniel.lezcano-GANU6spQydw@public.gmane.org,
a.p.zijlstra-/NLkJaSkS4VmR6Xm/wNWPw@public.gmane.org,
jbottomley-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org
Subject: Re: [PATCH 3/4] Move part of cpuacct code
Date: Sat, 26 Nov 2011 18:17:33 -0200 [thread overview]
Message-ID: <4ED1495D.1090500@parallels.com> (raw)
In-Reply-To: <CAPM31RJoN2t+nUuap+FWLYoEx=EshU=v6Gy8JsxJAaichZFjcA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On 11/26/2011 11:21 AM, Paul Turner wrote:
> On Thu, Nov 24, 2011 at 5:33 PM, Glauber Costa<glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> wrote:
>> This patch is just a preparation patch for the next one in the series.
>> It moves the cpuacct structure definition and some helper functions early
>> in the file so we can access its members from here on.
>>
>> Signed-off-by: Glauber Costa<glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
>> CC: Paul Tuner<pjt-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
>> CC: Peter Zijlstra<a.p.zijlstra-/NLkJaSkS4VmR6Xm/wNWPw@public.gmane.org>
>> ---
>> kernel/sched.c | 77 +++++++++++++++++++++++++++----------------------------
>> 1 files changed, 38 insertions(+), 39 deletions(-)
>
> Bad news -- You've run afoul of a massive file re-structuring conflict :(
>
> All of sched has been refactored under "kernel/sched/"; sched.c and
> friends don't exist anymore.
>
> - Paul
can you tell me where this lives? This does not seem to be the case in
any of my git trees here (just fetched, including your sched.git/master
at kernel.org)
--
To unsubscribe from this list: send the line "unsubscribe cgroups" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Glauber Costa <glommer@parallels.com>
To: Paul Turner <pjt@google.com>
Cc: <linux-kernel@vger.kernel.org>, <lizf@cn.fujitsu.com>,
<daniel.lezcano@free.fr>, <a.p.zijlstra@chello.nl>,
<jbottomley@parallels.com>, <cgroups@vger.kernel.org>,
<devel@openvz.org>
Subject: Re: [PATCH 3/4] Move part of cpuacct code
Date: Sat, 26 Nov 2011 18:17:33 -0200 [thread overview]
Message-ID: <4ED1495D.1090500@parallels.com> (raw)
In-Reply-To: <CAPM31RJoN2t+nUuap+FWLYoEx=EshU=v6Gy8JsxJAaichZFjcA@mail.gmail.com>
On 11/26/2011 11:21 AM, Paul Turner wrote:
> On Thu, Nov 24, 2011 at 5:33 PM, Glauber Costa<glommer@parallels.com> wrote:
>> This patch is just a preparation patch for the next one in the series.
>> It moves the cpuacct structure definition and some helper functions early
>> in the file so we can access its members from here on.
>>
>> Signed-off-by: Glauber Costa<glommer@parallels.com>
>> CC: Paul Tuner<pjt@google.com>
>> CC: Peter Zijlstra<a.p.zijlstra@chello.nl>
>> ---
>> kernel/sched.c | 77 +++++++++++++++++++++++++++----------------------------
>> 1 files changed, 38 insertions(+), 39 deletions(-)
>
> Bad news -- You've run afoul of a massive file re-structuring conflict :(
>
> All of sched has been refactored under "kernel/sched/"; sched.c and
> friends don't exist anymore.
>
> - Paul
can you tell me where this lives? This does not seem to be the case in
any of my git trees here (just fetched, including your sched.git/master
at kernel.org)
next prev parent reply other threads:[~2011-11-26 20:17 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-25 1:33 [PATCH 0/4] cpuacct cleanup Glauber Costa
2011-11-25 1:33 ` Glauber Costa
[not found] ` <1322184806-20421-1-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2011-11-25 1:33 ` [PATCH 1/4] Change cpustat fields to an array Glauber Costa
2011-11-25 1:33 ` Glauber Costa
[not found] ` <1322184806-20421-2-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2011-11-25 2:33 ` KAMEZAWA Hiroyuki
2011-11-25 2:33 ` KAMEZAWA Hiroyuki
2011-11-25 1:33 ` [PATCH 2/4] Reuse cgroup's parent pointer Glauber Costa
2011-11-25 1:33 ` Glauber Costa
[not found] ` <1322184806-20421-3-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2011-11-25 2:29 ` KAMEZAWA Hiroyuki
2011-11-25 2:29 ` KAMEZAWA Hiroyuki
2011-11-25 1:33 ` [PATCH 3/4] Move part of cpuacct code Glauber Costa
2011-11-25 1:33 ` Glauber Costa
[not found] ` <1322184806-20421-4-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2011-11-26 13:21 ` Paul Turner
2011-11-26 13:21 ` Paul Turner
[not found] ` <CAPM31RJoN2t+nUuap+FWLYoEx=EshU=v6Gy8JsxJAaichZFjcA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-11-26 20:17 ` Glauber Costa [this message]
2011-11-26 20:17 ` Glauber Costa
2011-11-25 1:33 ` [PATCH 4/4] cpuacct.stat: re-use scheduler statistics for the root cgroup Glauber Costa
2011-11-25 1:33 ` Glauber Costa
[not found] ` <1322184806-20421-5-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2011-11-25 2:37 ` KAMEZAWA Hiroyuki
2011-11-25 2:37 ` KAMEZAWA Hiroyuki
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=4ED1495D.1090500@parallels.com \
--to=glommer-bzqdu9zft3wakbo8gow8eq@public.gmane.org \
--cc=a.p.zijlstra-/NLkJaSkS4VmR6Xm/wNWPw@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=daniel.lezcano-GANU6spQydw@public.gmane.org \
--cc=devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org \
--cc=jbottomley-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lizf-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org \
--cc=pjt-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.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.