From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757910Ab1KVQoo (ORCPT ); Tue, 22 Nov 2011 11:44:44 -0500 Received: from mail-ww0-f42.google.com ([74.125.82.42]:53759 "EHLO mail-ww0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753715Ab1KVQon (ORCPT ); Tue, 22 Nov 2011 11:44:43 -0500 MIME-Version: 1.0 In-Reply-To: <4ECBCE30.30001@parallels.com> References: <4EC4F2FB.408@parallels.com> <20111117154936.GB12325@redhat.com> <4EC52FBF.1010407@parallels.com> <20111118233055.GA29378@google.com> <4ECA1696.5060500@parallels.com> <20111121225019.GQ25776@google.com> <4ECB8346.8040806@parallels.com> <20111122152312.GB322@google.com> <4ECBCE30.30001@parallels.com> From: Linus Torvalds Date: Tue, 22 Nov 2011 08:44:21 -0800 X-Google-Sender-Auth: J8iLQYvcZ60SBSzHDy7MOv0NaWo Message-ID: Subject: Re: [RFC][PATCH 0/3] fork: Add the ability to create tasks with given pids To: Pavel Emelyanov Cc: Tejun Heo , Oleg Nesterov , Andrew Morton , Alan Cox , Roland McGrath , Linux Kernel Mailing List , Cyrill Gorcunov , James Bottomley Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 22, 2011 at 8:30 AM, Pavel Emelyanov wrote: >>> >>> I think that systemd guys can play with it. E.g. respawning daemons with predefined >>> pids sounds like an interesting thing to play with. >> >> But wouldn't CAP_CHECKPOINT be enough for systemd? > > It would, but what's the point in granting to a systemd (which can be a container's > init by the way) the ability to use the _whole_ checkpoint/restore engine? Christ, stop making it sound like we would *want* systemd to do even more odd things. Quite frankly, any feature that is sold with ".. and systemd can use this fox Xyz", is a *misfeature* in my opinion. Core infrastructure like systemd should use a *minimal* interface, not some random extended features. I'm starting to really dislike this whole feature discussion. Linus