All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 for-tip] use task_nice() in tracing to git rid of an open coded impolementation of it.
@ 2014-03-12 10:26 Dongsheng Yang
  2014-03-12 10:26 ` [PATCH 1/3 Resend] tracing: Use inline task_nice() to get rid of an open coded implementation " Dongsheng Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Dongsheng Yang @ 2014-03-12 10:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: rostedt, fweisbec, mingo, Dongsheng Yang

Hi Steven,
	The [1/3] in this thread is a copy of 

1390430505-17234-1-git-send-email-yangds.fnst@cn.fujitsu.com.

	At that time, you said you will take this patch if task_nice()
is implemeted as a inline function. Now it is done, I wish you can give
it an ack. If you have a time, please take a look at the other patches
in this thread. Thank you.

Dongsheng Yang (3):
  tracing: Use inline task_nice() to get rid of an open coded
    implementation of it.
  sched/prio: Replace hardcoding of 40 with NICE_WIDTH.
  sched: Use clamp() and clamp_val() to make it more readable.

 kernel/sched/core.c  | 11 ++---------
 kernel/trace/trace.c |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

-- 
1.8.2.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-05-09  1:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-12 10:26 [PATCH 0/3 for-tip] use task_nice() in tracing to git rid of an open coded impolementation of it Dongsheng Yang
2014-03-12 10:26 ` [PATCH 1/3 Resend] tracing: Use inline task_nice() to get rid of an open coded implementation " Dongsheng Yang
2014-03-19  2:15   ` Steven Rostedt
2014-03-19  2:20     ` Dongsheng Yang
2014-05-08  6:38     ` [PATCH RESEND] " Dongsheng Yang
2014-05-09  0:17       ` Dongsheng Yang
2014-05-09  1:23         ` Steven Rostedt
2014-03-12 10:26 ` [PATCH 2/3] sched/prio: Replace hardcoding of 40 with NICE_WIDTH Dongsheng Yang
2014-03-12 10:26 ` [PATCH 3/3] sched: Use clamp() and clamp_val() to make it more readable Dongsheng Yang
2014-03-19  2:16   ` Steven Rostedt
2014-03-19  2:19     ` Dongsheng Yang

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.