Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp624731ybm; Fri, 29 May 2020 08:18:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUzgrqg54xIpYe+N00A/qu2PHiTOgtvgpNEfPC6pQ6kZZBcXfmxBI31nel+VjQJovVworK X-Received: by 2002:a05:6402:169a:: with SMTP id a26mr8583012edv.321.1590765489666; Fri, 29 May 2020 08:18:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590765489; cv=none; d=google.com; s=arc-20160816; b=Ruc4tAXSTC+BTeonDZXm8/CYRLo7teJStaFXJib6Vx3enA1cK5nnVcdYiITvlJ8i8X HDEjwNqlpKduI/3f9oFiSyeAuJD+Bi9OVNWNbDIcDTWrkyqlXvaopTHfMArzlOHF0niP CFEV2rgOefgF3yP7oGElL5itjt0xGHct5rROoA3aSawDwMZeCjKVES136/WLu4gH3heA 6bX36HTFlhAEQR29W/zm0cHC6gd22/tJiSGtOk3aKvR/aaaAX8g+Va2EBH1hXJNFyuqU ralvmBQSzZe7Q0Y6CduK2WumMpcPXR6D6CZrPkBtg1IOKBuIiJ4KWyXv3Qp+u3CRMYXD vFJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=2o8XIb49fqD7eePTReO68P7FN9IP+YzmUJ9TKJwVZZM=; b=gg3YxcUT5MsB2epfjReDsN++qteosLZRXz//5PVb51U0WMq5L3cR6rdWRlzqa6H0Ko MLs+HDsmyoEvua6LBaBdgtiB7TLIskJw28Pj8ETOtRlJ37WwwYdAJdtsRA92BRNJohbb twTfXeP/GCfKlqgvOlZDOKqupALCghS8erVEQPRNeadLQsFLR8CBN6BPYTeCnoq+ahGs 7419BrmDUE4Pm0bX/IZBpyz7aWGoI3b0UW3CzAWTeUlwXDCIz5P0jGa0KxSOikGhrVLY KVzqLbFgILSEqRs8GA7mJmXzGtqAOO6ETFuI8hAodbDNnr0HmGEylVes7jTVu4VhAHk2 pNxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w26si2643109eds.339.2020.05.29.08.17.45; Fri, 29 May 2020 08:18:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726905AbgE2POA (ORCPT + 99 others); Fri, 29 May 2020 11:14:00 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:48225 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725901AbgE2POA (ORCPT ); Fri, 29 May 2020 11:14:00 -0400 Received: from [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 1jeghg-0002Po-3T; Fri, 29 May 2020 15:13:48 +0000 Date: Fri, 29 May 2020 17:13:46 +0200 From: Christian Brauner To: Adrian Reber Cc: "Michael Kerrisk (man-pages)" , Eric Biederman , Pavel Emelyanov , Oleg Nesterov , Dmitry Safonov <0x7f454c46@gmail.com>, Andrei Vagin , lkml , Mike Rapoport , Radostin Stoyanov , Arnd Bergmann , Cyrill Gorcunov , Thomas Gleixner Subject: Re: clone3: allow creation of time namespace with offset Message-ID: <20200529151346.lpciwzfscf2tknoe@wittgenstein> References: <20200317083043.226593-1-areber@redhat.com> <20200529151029.GF254677@dcbz.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200529151029.GF254677@dcbz.redhat.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 29, 2020 at 05:10:29PM +0200, Adrian Reber wrote: > On Fri, May 29, 2020 at 02:26:13PM +0200, Michael Kerrisk (man-pages) wrote: > > Hi Adrian, > > > > If there was a revision to this patch, I missed it. Is there still a > > plan to bring CLONE_NEWTIME to clone3()? > > Good that you ask. The discussion ended at the point that we do not have > a way to figure out what a syscall supports from user-space. I talked a > bit with Christian about it and he mentioned that there were some ideas > floating around how to do that. At that point it made more sense to me > to wait for such a solution to appear before continuing the clone3() > time namespace work. We need to have a little talk at ksummit about some aspects of syscall design. I'm writing something up for this. But we're not in a rush anyway, I take it. Christian