linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Mike Galbraith <umgwanakikbuti@gmail.com>,
	Ronny Meeus <ronny.meeus@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Peter Zijlstra <peterz@infradead.org>
Subject: Re: [PATCH V2] sched: Handle priority boosted tasks proper in setscheduler()
Date: Tue, 5 May 2015 16:20:43 -0400	[thread overview]
Message-ID: <20150505162043.2b075129@gandalf.local.home> (raw)
In-Reply-To: <alpine.DEB.2.11.1505051947260.4225@nanos>

On Tue, 5 May 2015 19:49:49 +0200 (CEST)
Thomas Gleixner <tglx@linutronix.de> wrote:

> Ronny reported that the following scenario is not handled correctly:
> 
> T1 (prio = 10)
>    lock(rtmutex);
> 
> T2 (prio = 20)
>    lock(rtmutex)
>       boost T1
> 
> T1 (prio = 20)
>    sys_set_scheduler(prio = 30)
>    T1 prio = 30
>    ....
>    sys_set_scheduler(prio = 10)
>    T1 prio = 30
> 
> The last step is wrong as T1 should now be back at prio 20.
> 
> commit c365c292d0590 "sched: Consider pi boosting in setscheduler()"
> only handles the case where a boosted tasks tries to lower its
> priority.
> 
> Fix it by taking the new effective priority into account for the
> decision whether a change of the priority is required.
> 
> Reported-by: Ronny Meeus <ronny.meeus@gmail.com>
> Fixes: commit c365c292d0590 "sched: Consider pi boosting in setscheduler()"
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Mike Galbraith <umgwanakikbuti@gmail.com>
> Cc: Peter Zijlstra <peterz@infradead.org>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> Link: http://lkml.kernel.org/r/alpine.DEB.2.11.1505051806060.4225@nanos
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
Tested-by: Steven Rostedt <rostedt@goodmis.org>

Note, this should be marked stable. I can get a nasty kernel spat with
playing around with RT priorities without this patch.

[   42.226836] ------------[ cut here ]------------
[   42.227495] WARNING: CPU: 0 PID: 2271 at /home/rostedt/work/git/linux-trace.git/kernel/sched/rt.c:1114 dequeue_rt_stack+0x220/0x22b()
[   42.227495] Modules linked in: [..]
[   42.227495] CPU: 0 PID: 2271 Comm: check_pi_deboos Not tainted 4.1.0-rc1-test+ #415
[   42.227495] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./To be filled by O.E.M., BIOS SDBLI944.86P 05/08/2007
[   42.227495]  0000000000000009 ffff880078a5fd28 ffffffff815fcc4c 0000000080000002
[   42.227495]  0000000000000000 ffff880078a5fd68 ffffffff810496ea 0000000000000000
[   42.227495]  ffffffff81075d5a ffff88007669e208 ffff88007d416460 0000000000000054
[   42.227495] Call Trace:
[   42.227495]  [<ffffffff815fcc4c>] dump_stack+0x4f/0x7b
[   42.227495]  [<ffffffff810496ea>] warn_slowpath_common+0xa1/0xbb
[   42.227495]  [<ffffffff81075d5a>] ? dequeue_rt_stack+0x220/0x22b
[   42.227495]  [<ffffffff810497a7>] warn_slowpath_null+0x1a/0x1c
[   42.227495]  [<ffffffff81075d5a>] dequeue_rt_stack+0x220/0x22b
[   42.227495]  [<ffffffff810762dc>] dequeue_rt_entity+0x1f/0x58
[   42.227495]  [<ffffffff810767a1>] dequeue_task_rt+0x24/0x34
[   42.227495]  [<ffffffff81068f03>] dequeue_task+0x69/0x70
[   42.227495]  [<ffffffff8106dfd7>] sched_move_task+0x4e/0xdb
[   42.227495]  [<ffffffff8106e07b>] cpu_cgroup_exit+0x17/0x19
[   42.227495]  [<ffffffff810b8065>] cgroup_exit+0x9f/0xbe
[   42.227495]  [<ffffffff8104abc7>] do_exit+0x429/0x92f
[   42.227495]  [<ffffffff8104bdb1>] SyS_exit+0x17/0x17
[   42.227495]  [<ffffffff81604c97>] system_call_fastpath+0x12/0x6a
[   42.227495] ---[ end trace 14460ffaa77bf181 ]---
[   42.412352] ------------[ cut here ]------------

-- Steve


  reply	other threads:[~2015-05-05 20:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-05 16:08 [PATCH] sched: Handle priority boosted tasks proper in setscheduler() Thomas Gleixner
2015-05-05 16:29 ` Steven Rostedt
2015-05-05 16:31   ` Thomas Gleixner
2015-05-05 16:42     ` Steven Rostedt
2015-05-05 16:50       ` Thomas Gleixner
2015-05-05 17:01         ` Steven Rostedt
2015-05-05 17:49           ` [PATCH V2] " Thomas Gleixner
2015-05-05 20:20             ` Steven Rostedt [this message]
2015-05-08 13:18 ` [tip:sched/core] " tip-bot for Thomas Gleixner

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=20150505162043.2b075129@gandalf.local.home \
    --to=rostedt@goodmis.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.org \
    --cc=ronny.meeus@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=umgwanakikbuti@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).