All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: Shuah Khan <shuahkhan@gmail.com>,
	dan.carpenter@oracle.com, peterz@infradead.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	torvalds@linux-foundation.org
Subject: Re: sched: Fix signedness bug in yield_to()
Date: Thu, 21 Feb 2013 20:26:01 -0300	[thread overview]
Message-ID: <20130221232600.GA21754@amt.cnet> (raw)
In-Reply-To: <20130221085654.GB23223@gmail.com>

On Thu, Feb 21, 2013 at 09:56:54AM +0100, Ingo Molnar wrote:
> 
> * Shuah Khan <shuahkhan@gmail.com> wrote:
> 
> > On Tue, Feb 19, 2013 at 7:27 PM, Linux Kernel Mailing List
> > <linux-kernel@vger.kernel.org> wrote:
> > > Gitweb:     http://git.kernel.org/linus/;a=commit;h=c3c186403c6abd32e719f005f0af950155a9e54d
> > > Commit:     c3c186403c6abd32e719f005f0af950155a9e54d
> > > Parent:     e0a79f529d5ba2507486d498b25da40911d95cf6
> > > Author:     Dan Carpenter <dan.carpenter@oracle.com>
> > > AuthorDate: Tue Feb 5 14:37:51 2013 +0300
> > > Committer:  Ingo Molnar <mingo@kernel.org>
> > > CommitDate: Tue Feb 5 12:59:29 2013 +0100
> > >
> > >     sched: Fix signedness bug in yield_to()
> > >
> > >     In 7b270f6099 "sched: Bail out of yield_to when source and
> > >     target runqueue has one task" we changed this to store -ESRCH so
> > >     it needs to be signed.
> > 
> > Dan, Ingo,
> > 
> > I can't find the 7b270f6099 "sched: Bail out of yield_to when 
> > source and target runqueue has one task" in the latest Linus's 
> > git. Am I missing something.
> > 
> > The current kenel/sched/core.c doesn't have the code from the
> > associated patch https://patchwork.kernel.org/patch/2016651/
> 
> As per the lkml discussion that one was supposed to go upstream 
> via the KVM tree. Marcelo?

commit c3c186403c6abd32e719f005f0af950155a9e54d
Author: Dan Carpenter <dan.carpenter@oracle.com>
Date:   Tue Feb 5 14:37:51 2013 +0300

    sched: Fix signedness bug in yield_to()
    
    In 7b270f6099 "sched: Bail out of yield_to when source and
    target runqueue has one task" we changed this to store -ESRCH so
    it needs to be signed.
    
    Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: kbuild@01.org
    Cc: Steven Rostedt <rostedt@goodmis.org>
    Cc: Mike Galbraith <efault@gmx.de>
    Link: http://lkml.kernel.org/r/20130205113751.GA20521@elgon.mountain
    Signed-off-by: Ingo Molnar <mingo@kernel.org>


  parent reply	other threads:[~2013-02-22  1:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20130220022712.0E8586607A4@gitolite.kernel.org>
2013-02-21  0:31 ` sched: Fix signedness bug in yield_to() Shuah Khan
2013-02-21  8:56   ` Ingo Molnar
2013-02-21 10:05     ` Raghavendra KT
2013-02-21 15:50       ` Shuah Khan
2013-02-21 23:26     ` Marcelo Tosatti [this message]
2013-02-22  6:42       ` Raghavendra KT
2013-02-22 16:06         ` Shuah Khan
2013-02-22  9:43       ` Ingo Molnar

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=20130221232600.GA21754@amt.cnet \
    --to=mtosatti@redhat.com \
    --cc=dan.carpenter@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=shuahkhan@gmail.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.