Re: [PATCH 00/89] Major reorganization of

2017-02-07 Thread Peter Zijlstra
On Mon, Feb 06, 2017 at 11:13:59PM +0100, Ingo Molnar wrote: > * Linus Torvalds wrote: > > There were all those small things in there (Peter pointed out those cpumask > > things I wouldn't for the life of me have noticed) that were really subtle, > > and > > were really hidden by the fact that

Re: [PATCH 00/89] Major reorganization of

2017-02-06 Thread Ingo Molnar
* Linus Torvalds wrote: > On Mon, Feb 6, 2017 at 5:28 AM, Ingo Molnar wrote: > > So 25+ years ago, in Linux-0.01, include/linux/sched.h was already > > the biggest core kernel header file: [...] > > Ok, so having tried to look through this series I do like it, but I'd be > *really* much happi

Re: [PATCH 00/89] Major reorganization of

2017-02-06 Thread Linus Torvalds
On Mon, Feb 6, 2017 at 5:28 AM, Ingo Molnar wrote: > So 25+ years ago, in Linux-0.01, include/linux/sched.h was already > the biggest core kernel header file: [...] Ok, so having tried to look through this series I do like it, but I'd be *really* much happier if more of it was just verifiably a s

[PATCH 00/89] Major reorganization of

2017-02-06 Thread Ingo Molnar
So 25+ years ago, in Linux-0.01, include/linux/sched.h was already the biggest core kernel header file: triton:~/linux-0.01/linux/include/linux> ls -lS total 44 -rw-r--r-- 1 mingo mingo 5686 Sep 17 1991 sched.h -rw-r--r-- 1 mingo mingo 4770 Sep 11 1991 fs.h -rw-r--r-- 1 mingo mingo 271

Re: [PATCH 00/89] Major reorganization of

2017-02-06 Thread Ingo Molnar
* Ingo Molnar wrote: > sched/core: Clean up comments > delayacct: Include > sched/rq_clock: Consolidate the ordering of the rq_clock methods > sched/core: Remove unnecessary #include headers > sched/topology: Split out scheduler topology code from core.c into > topology.c > sched/t