From: Frederic Weisbecker <fweisbec@gmail.com>
To: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH v3 1/2] cputime: fix invalid gtime in proc
Date: Fri, 13 Nov 2015 16:33:01 +0100 [thread overview]
Message-ID: <20151113153300.GB14397@lerouge> (raw)
In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD05F6B430@BPXM14GP.gisp.nec.co.jp>
On Tue, Nov 10, 2015 at 08:43:17AM +0000, Hiroshi Shimamoto wrote:
> > Subject: Re: [PATCH v3 1/2] cputime: fix invalid gtime in proc
> >
> > On Mon, Nov 02, 2015 at 05:13:51PM +0100, Peter Zijlstra wrote:
> > > On Fri, Oct 30, 2015 at 12:46:39AM +0000, Hiroshi Shimamoto wrote:
> > > > +++ b/kernel/sched/cputime.c
> > > > @@ -786,6 +786,9 @@ cputime_t task_gtime(struct task_struct *t)
> > > > unsigned int seq;
> > > > cputime_t gtime;
> > > >
> > > > + if (!context_tracking_is_enabled())
> > > > + return t->gtime;
> > > > +
> > >
> > > Yeah, not happy about that.. why do we have to touch context tracking
> > > muck to find vtime state etc.
> >
> > That's right, this is because it is deemed to be a quick and non invasive fix
> > to be backported.
> >
> > Then will come the more invasive but proper fix consisting in having
> > vtime_accounting_enabled() telling if vtime is running on any CPU and
> > vtime_accounting_cpu_enabled(). The first will be used for remote readers
> > (as in this patch) and the second for writers.
> >
> > Since we are dealing with a regression, it's better to minimize the changes.
> > AFAICT, the regression got introduced in 2012:
> >
> > 6a61671bb2f3a1bd12cd17b8fca811a624782632
> > ("cputime: Safely read cputime of full dynticks CPUs")
>
> Is this patch going to apply to fix the regression?
Peter, if you have doubts, I can integrate this change in a larger
series that does a proper cleanup. But this very patch will still need
to be tagged as stable for backport.
Thanks.
next prev parent reply other threads:[~2015-11-13 15:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-30 0:46 [PATCH v3 1/2] cputime: fix invalid gtime in proc Hiroshi Shimamoto
2015-11-02 16:13 ` Peter Zijlstra
2015-11-04 16:14 ` Frederic Weisbecker
2015-11-10 8:43 ` Hiroshi Shimamoto
2015-11-13 15:33 ` Frederic Weisbecker [this message]
2015-11-13 16:10 ` Peter Zijlstra
2015-11-13 16:14 ` Frederic Weisbecker
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=20151113153300.GB14397@lerouge \
--to=fweisbec@gmail.com \
--cc=h-shimamoto@ct.jp.nec.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox