Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp3906682ybe; Mon, 16 Sep 2019 03:27:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqxhi25eqezRbwg2G6R+bhgHhAMs4NvI8m4iP6pIB4oR69Zm5XplqvLzwFdM2PiB0OmWvgqZ X-Received: by 2002:aa7:da59:: with SMTP id w25mr59078909eds.143.1568629637569; Mon, 16 Sep 2019 03:27:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568629637; cv=none; d=google.com; s=arc-20160816; b=GsDu0spMEHSEJPyX0PXV3rUikaRmn41L6CVDBLXDjz/BhGiBHrus9Aw4f8r0BjtkGs /JS+1mR7uBryXI2p588hImtKmVFm9L4x86Y/IWZ75VM6I2fZ9jQuZ4mP386NM4lvF+/B Rp1JDu8gTALRalqjeFRWPOiixUiC8nZd3eH5fjjeDFJ7ulXzOuWyTuHbV3JYAwbuJnoz lY7YBqSUGsAic0kh+G9hXWPTUSH8DwyLk51a4u5yFJS/BueguLrj+5Sq61S4Ju66Xh42 kXxmzRRGtV4xUw1DEn1Va8LlCvKK2ryZCabvWHpsrRH3I+IgH7DmqyHgYjcthVO/39P7 EwpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=p8JG2PXObIP9T9c0LtX2u4TCE+WkowBB0EpldgRssGw=; b=ZXD/hnrhFswsHGyov4YXMQ7flH/uc8bsNtAAQhjUp6cnj5SBeZ1oJzt0GZPG1jZ80m A/Wk2pgJRks672vPNcdVXDZEjl1kiaQrzF+tEXyvzocasvN41aIybmDIlaLDFk/lfJeW SeqVeoyEEn4d8DCdTOwaiPP+kydxYIjs5ZKq9NiPF0Y5CAYbrQPvKgHC7yovDM6XWrmZ nAVQzVGigGfnSljB8iQjjKUcroCr5fsqzyu0H+M0CufayQOJflE820UegEJ2Hwg0T3uB ld9zlqbaSg1GwCLxAOJ44reNrwUdNAtcR/PVCq3Vyvt9EiC4K0woU3UNoB3ffdG0Zvr9 9aZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a8si12833526edn.332.2019.09.16.03.26.53; Mon, 16 Sep 2019 03:27:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730949AbfIPIOQ (ORCPT + 99 others); Mon, 16 Sep 2019 04:14:16 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:60021 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728150AbfIPIOQ (ORCPT ); Mon, 16 Sep 2019 04:14:16 -0400 Received: from static-dcd-cqq-121001.business.bouyguestelecom.com ([212.194.121.1] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1i9m9G-0006HC-Cc; Mon, 16 Sep 2019 08:14:14 +0000 Date: Mon, 16 Sep 2019 10:14:14 +0200 From: Christian Brauner To: Adrian Reber Cc: Eugene Syromiatnikov , linux-kernel@vger.kernel.org, Christian Brauner , Shuah Khan , linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2 0/6] Update clone3 self-tests Message-ID: <20190916081413.32dmmed6f6yjta26@wittgenstein> References: <20190916074933.j33qc2z3hynpj2gf@wittgenstein> <20190916081247.GC26734@dcbz.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190916081247.GC26734@dcbz.redhat.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 16, 2019 at 10:12:47AM +0200, Adrian Reber wrote: > On Mon, Sep 16, 2019 at 09:49:34AM +0200, Christian Brauner wrote: > > On Tue, Sep 10, 2019 at 07:01:30PM +0100, Eugene Syromiatnikov wrote: > > > Hello. > > > > > > This patch set updates clone3 selftest in several aspects: > > > - adding checks for exit_signal invalid values handling; > > > - adding clone3 to selftests targets; > > > - enabling clone3 tests on all architectures; > > > - minor cleanups of the clone3 test. > > > > > > Applied on top of brauer/linux.git/for-next. > > > > So I like this series a lot! Testing is very important. > > And thanks for catching the clone3() exit_signal problem. This way we > > got to release a non-broken kernel. :) > > > > Some notes: I dropped the set_tid extension from the core process > > updates for 5.4 because we ended up in a discussion that made it clear > > we potentially need the ability to restore pids in multiple pid > > namespaces. This means we need some more discussion and the patchset is > > delayed for at least one release. > > Unfortunately, this also means the test that you have based yours upon > > does not exist anymore. However, the tests should not be blocked on > > this. I'd encourage you to talk to Adrian (who is Cced here anyway) and > > come up with a clone3() test suite I can merge. You can very likely do a > > Co-Developed-by so no-ones work gets dropped. :) > > > > Ideally I'd like to see: > > - verifying passing different struct sizes works correctly > > - verify that flag combinations work correctly > > - verify that struct members have correct values etc. pp. > > > > We definitely want the exit_signal test as a regression test so it > > doesn't bite us again! > > > > (Oh, please also add tool/test/selftests/clone3/ to the pidfd/core > > process MAINTAINERS entry.) > > Eugene and I have already discussed this. We will resubmit the clone3() > selftests in the next few days with all our changes combined. Excellent! Very happy to hear this! :) Christian