Re: [PATCH 0/7] scheduler tinification

From: Peter Zijlstra
Date: Tue May 30 2017 - 04:32:50 EST


On Mon, May 29, 2017 at 05:02:55PM -0400, Nicolas Pitre wrote:
> Many embedded systems don't need the full scheduler support. Most of the
> time, user space is tightly controlled and many of the scheduler facilities
> are simply unused.
>
> This patch series makes it possible to configure out some parts of the
> scheduler such as the deadline and realtime scheduler classes. The saving
> in kernel footprint is non negligible.

Not happy with this. We already have too many CONFIG_ knobs, I really
don't want more.