From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755184Ab0KTWRD (ORCPT ); Sat, 20 Nov 2010 17:17:03 -0500 Received: from dyn60-31.dsl.spy.dnainternet.fi ([83.102.60.31]:52276 "EHLO shogun.pilppa.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754883Ab0KTWRC (ORCPT ); Sat, 20 Nov 2010 17:17:02 -0500 Date: Sun, 21 Nov 2010 00:16:46 +0200 (EET) From: Mika Laitio To: Lennart Poettering cc: Linus Torvalds , Dhaval Giani , Peter Zijlstra , Mike Galbraith , Vivek Goyal , Oleg Nesterov , Markus Trippelsdorf , Mathieu Desnoyers , Ingo Molnar , LKML , Balbir Singh Subject: Re: [RFC/RFT PATCH v3] sched: automated per tty task groups In-Reply-To: <20101116205043.GG27235@tango.0pointer.de> Message-ID: References: <20101116015648.GA11534@redhat.com> <1289916171.5169.117.camel@maggy.simson.net> <1289916683.2109.625.camel@laptop> <20101116170312.GA19327@tango.0pointer.de> <20101116181603.GC19327@tango.0pointer.de> <20101116205043.GG27235@tango.0pointer.de> User-Agent: Alpine 2.00 (LMD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > What complexity? Have you looked at the patch? It has no complexity anywhere. > > > > It's a _lot_ less complex than having system daemons you don't > > control. We have not had good results with that approach in the past. > > System daemons tend to cause nasty problems, and debugging them is a > > nightmare. > > Well, userspace doesn't bite. To me, this starts sounding like a legendary "userspace suspend" versus "kernel suspend" support fights many years ago... Since that, I have _sometimes_but_rarely_ been luckily enought to get my laptops recovered from the suspend states successfully... And as the kernel patches allows disabling the schedyles feature either via kernel build parameters, boot parameters or at runtime _if_you_ really want, I do not understand why do you complaint if there will be much better defaults in the kernel immediately once you just build and boot the new kernel. (I really do not plan to start converting init-rd boot scripts from all of my computers systemd way of doing things in near future...) Mika