Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933511AbbDQQxz (ORCPT ); Fri, 17 Apr 2015 12:53:55 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:35523 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753608AbbDQQxu (ORCPT ); Fri, 17 Apr 2015 12:53:50 -0400 Message-ID: <1429289608.3189.47.camel@gmail.com> Subject: Re: [GIT PULL] kdbus for 4.1-rc1 From: Mike Galbraith To: Michal Schmidt Cc: Richard Weinberger , Andy Lutomirski , Al Viro , Greg Kroah-Hartman , "Eric W. Biederman" , Linus Torvalds , Andrew Morton , Arnd Bergmann , One Thousand Gnomes , Tom Gundersen , Jiri Kosina , "linux-kernel@vger.kernel.org" , Daniel Mack , David Herrmann , Djalal Harouni Date: Fri, 17 Apr 2015 18:53:28 +0200 In-Reply-To: <552E7A3B.3060803@redhat.com> References: <20150413190350.GA9485@kroah.com> <8738434yjk.fsf@x220.int.ebiederm.org> <20150413194217.GA10837@kroah.com> <20150413202233.GR889@ZenIV.linux.org.uk> <1429083093.3508.21.camel@gmail.com> <552E7A3B.3060803@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.0 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1408 Lines: 35 On Wed, 2015-04-15 at 16:48 +0200, Michal Schmidt wrote: > On 04/15/2015 09:31 AM, Mike Galbraith wrote: > > it seems [systemd] has now mandated group scheduling. > > What makes you think so? Was it the fact that by default you have a > populated /sys/fs/cgroup/cpu/ hierarchy? This is either because some > unit requests the use of the cpu controller using one of the CPU*= > directives from systemd.resource-control(5), or (perhaps more likely) > because there is a privileged unit with Delegate=yes. The most likely > candidate is user@0.service, and so you could try preventing it from > starting: > systemctl mask user@0.service BTW, asking it to symlink it's disabled service to /dev/null, did indeed convince it to stop running said disabled service. > Note that systemd still works without group scheduling or any cgroup > subsystems enabled in the kernel: > > $ grep GROUP .config > CONFIG_CGROUPS=y Yup. CONFIG_CGROUPS=y all by itself isn't useless either, as that allows the user to use his box for something other than a doorstop. Hohum, 'nuff of that ;-) Thanks for the hint, it seems a tad dainbramaged, but it works. -Mike -- 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/