Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1671665 > unrolled thread

Re: [PATCH 0/4] some scheduler code movements and small cleanup

Started byNicolas Pitre <nicolas.pitre@linaro.org>
First post2017-06-21 15:30 +0200
Last post2017-06-21 18:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 0/4] some scheduler code movements and small cleanup Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-06-21 15:30 +0200
    Re: [PATCH 0/4] some scheduler code movements and small cleanup Ingo Molnar <mingo@kernel.org> - 2017-06-21 18:50 +0200

#1671665 — Re: [PATCH 0/4] some scheduler code movements and small cleanup

FromNicolas Pitre <nicolas.pitre@linaro.org>
Date2017-06-21 15:30 +0200
SubjectRe: [PATCH 0/4] some scheduler code movements and small cleanup
Message-ID<tUNRM-6Ci-21@gated-at.bofh.it>
Ping.


On Wed, 14 Jun 2017, Nicolas Pitre wrote:

> On Tue, 13 Jun 2017, Ingo Molnar wrote:
> 
> > So I'm fine with most of the code movement - let's try this series
> > without any of the more controversial bits which should make future
> > arguments easier.
> 
> Here it is. Big diffstat due to code movement which should untangle
> scheduler classes from common code some more, and isolating PI futex
> support, with the net effect of reducing the common code file size.
> 
> Sidenote: I just discovered that the default git diff algorithm produces
> awful results with this series at least, with 1270 extra diff lines
> compared to the output from the patience or minimal diff algorithms.
> Using --diff-algorithm=minimal produces a much saner diffstat, way more
> representative of the actual changes in this case.
> 
> 
>  include/linux/futex.h   |    7 +-
>  init/Kconfig            |    8 +-
>  kernel/futex.c          | 1559 +---------------------------------------
>  kernel/futex_pi.c       | 1563 +++++++++++++++++++++++++++++++++++++++++
>  kernel/sched/core.c     |  655 +----------------
>  kernel/sched/deadline.c |  336 +++++++++
>  kernel/sched/rt.c       |  310 ++++++++
>  kernel/sched/sched.h    |   19 +
>  8 files changed, 2272 insertions(+), 2185 deletions(-)
> 

[toc] | [next] | [standalone]


#1671794

FromIngo Molnar <mingo@kernel.org>
Date2017-06-21 18:50 +0200
Message-ID<tUQZk-aB-11@gated-at.bofh.it>
In reply to#1671665
* Nicolas Pitre <nicolas.pitre@linaro.org> wrote:

> Ping.

I've applied the first patch to the scheduler tree yesterday, but the other 
changes unfortunately conflicted with other pending scheduler work - could you 
please re-post the other 3 patches on top of tip:sched/core?

Thanks,

	Ingo

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web