From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6BAEEC55186 for ; Thu, 23 Apr 2020 10:14:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4CECD2074F for ; Thu, 23 Apr 2020 10:14:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726953AbgDWKOX (ORCPT ); Thu, 23 Apr 2020 06:14:23 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:33089 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726470AbgDWKOX (ORCPT ); Thu, 23 Apr 2020 06:14:23 -0400 Received: from ip5f5af183.dynamic.kabel-deutschland.de ([95.90.241.131] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jRYs8-00021O-Rb; Thu, 23 Apr 2020 10:14:20 +0000 Date: Thu, 23 Apr 2020 12:14:20 +0200 From: Christian Brauner To: "Michael Kerrisk (man-pages)" Cc: Christian Brauner , "open list:CONTROL GROUP (CGROUP)" , Linux API , lkml , linux-man , Oleg Nesterov , Tejun Heo Subject: Re: [PATCH] clone.2: Document CLONE_INTO_CGROUP Message-ID: <20200423101420.udkmlhnfg57lsshi@wittgenstein> References: <20200410104132.294639-1-christian@brauner.io> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: linux-man-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org On Tue, Apr 21, 2020 at 04:30:46PM +0200, Michael Kerrisk (man-pages) wrote: > Hi Christian, > > Ping! Will likely take a few days until I can get around to prepare a second version. Sorry for the delay! Christian