Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756197AbcKWRLg (ORCPT ); Wed, 23 Nov 2016 12:11:36 -0500 Received: from mout.gmx.net ([212.227.15.15]:63180 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774AbcKWRLe (ORCPT ); Wed, 23 Nov 2016 12:11:34 -0500 Message-ID: <1479921075.4306.153.camel@gmx.de> Subject: Re: RFC: documentation of the autogroup feature From: Mike Galbraith To: "Michael Kerrisk (man-pages)" Cc: Peter Zijlstra , Ingo Molnar , linux-man , lkml , Thomas Gleixner Date: Wed, 23 Nov 2016 18:11:15 +0100 In-Reply-To: <7513b0a5-c5d0-3a92-5849-995af22601e4@gmail.com> References: <41d802dc-873a-ff02-17ff-93ce50f3e925@gmail.com> <1479901185.4306.38.camel@gmx.de> <327586fa-4672-d070-0ded-850654586273@gmail.com> <1479915229.4306.106.camel@gmx.de> <7513b0a5-c5d0-3a92-5849-995af22601e4@gmail.com> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:jYbLeGxob0RfM2rxoEEST/YXGpq0GLqzDBzc2eWce5+eblgsJPT Sy+gFRGFpVDw6irrrcVqRojbuvtk7R4xXm739tMU1N3/lF515rj2X8kAKIR6tG4k626XF7h wrVAUp3Qbq3QTsDjs2690VNJ+AIVP3EffR5Uf3wFIdl/hN1G3oNn3YjskeibW/Gb+0kYHMa ltI12462uS3EW7XQSCSKw== X-UI-Out-Filterresults: notjunk:1;V01:K0:kIC86TMuYas=:T4+taGyJFw7k79TVHsebPr 4nuEK3TeCDZhXZ22bjEDfBWdbGvr4WVxbPVsaZA/waLxSreQyl+R7+pU278R1Rxb+QOtxlSC/ fJ27n8tWsxGAbY1eONa34psEAc//sd+1dngNUpZnkoE1AZT4a/5jjV8BKsGmcl8RIkFW43uCT r6FtjsQr9WRljTQgkzUt8NB2lhbW3/cxEjtyVXrVH9MIquThWa8U/r7ZsV+DbC4HWjcmffpsr bG2194OLwpxHeg8rLgsAR9/QIfe+5AdthQ5N3WBNK6Z2WYwjPW6Reu+8Q0JhaDaOXWW1iHotu m6/KKmuucwtHoMYAtB/0gLYJaM/wzlBYZv5iFqHZDsW8QHtWso/BeJQ2lFEHmhmRD39YQQk/d yjWOhOHufkVnK+EZNyeuphgjnyl7XFO+By9SHpG26E6PD+wJrGz5toOI6tX4jg3eCltb2srOk U6eMplpReK5stNrfO3TlpFgN48rsGcN2ds0qdRsWPt5sKWuOTk41yYm7B5FJfC3KnQlNKD5TY r1iwXIXJJLLlnpT6DaDVJNdwOpd8x2rUMc/CD+qD3G5f/8G0dKi4COAM8dXLmzNt8Ugsq1U/S 0crUBLdYN2/aHiHJN6N9ZRsSpShy+5nhOlGpJjiHESTopjJbYQKTyPt9Fh9BOIVG6ITjyH1Zx 1LRzKj+JTWloQHrEgpNgitZKDYpzlCeiaoLfToJR3NBfZN0EUPzGYJFHe3DYqLPdTZ+nKujNb GgHkj4cNibz74kKkNKy0b8piUZ1aQyXdvCeb/v/rVPQOuW/z75Qho1d6ICFj0V7ITcxkVWmEJ 2U9vnnj Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 27 On Wed, 2016-11-23 at 17:04 +0100, Michael Kerrisk (man-pages) wrote: > > > In what circumstances does a process get moved back to the root > > > task group? > > > > Userspace actions, tool or human fingers. > > Could you say a little more please. What Kernel-user-space > APIs/system calls/etc. cause this to happen? Well, the system call would be write(), scribbling in the cgroups vfs interface.. not all that helpful without ever more technical detail. > > > Actually, can you define for me what the root task group is, and > > > why it exists? That may be worth some words in this man page. > > > > I don't think we need group scheduling details, there's plenty of > > documentation elsewhere for those who want theory. > > Well, you suggested above > > Perhaps mention that moving a task back to the root task > group will result in the autogroup again taking effect. Dang, evolution doesn't have an unsend button :) -Mike