Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759553AbbKTKU1 (ORCPT ); Fri, 20 Nov 2015 05:20:27 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:42128 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751366AbbKTKUY (ORCPT ); Fri, 20 Nov 2015 05:20:24 -0500 Date: Fri, 20 Nov 2015 11:20:14 +0100 From: Peter Zijlstra To: Thomas Gleixner Cc: Morten Rasmussen , Arjan van de Ven , Jacob Pan , Ingo Molnar , John Stultz , LKML , Srinivas Pandruvada , Len Brown , Rafael Wysocki , Eduardo Valentin , Paul Turner Subject: Re: [PATCH 3/4] sched: introduce synchronized idle injection Message-ID: <20151120102014.GC17308@twins.programming.kicks-ass.net> References: <1447444387-23525-1-git-send-email-jacob.jun.pan@linux.intel.com> <1447444387-23525-4-git-send-email-jacob.jun.pan@linux.intel.com> <20151118154457.GD30184@e105550-lin.cambridge.arm.com> <564C9E93.8030901@linux.intel.com> <20151119172405.GA798@e105550-lin.cambridge.arm.com> <20151119200906.GS3816@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 684 Lines: 18 On Fri, Nov 20, 2015 at 10:45:14AM +0100, Thomas Gleixner wrote: > The whole concept of faking idle is simply crap. :-) > If you want to avoid that stuff in the scheduler, then create a > mechanism which just defers the next timer interrupt for X > milliseconds and does not any fiddling with NOHZ state and such. Not sure that will actually result in the machine going idle. Device interrupts will still wake tasks and get them ran. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/