Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1127791ybl; Tue, 13 Aug 2019 07:48:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqzsldhiIlxqzz3BmfowkEzjJTgQjQwykQNJkm92AciYNsO7HS7VZDcPIZe5vJIXK5xUTVdo X-Received: by 2002:a63:7c0d:: with SMTP id x13mr34538411pgc.360.1565707727607; Tue, 13 Aug 2019 07:48:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565707727; cv=none; d=google.com; s=arc-20160816; b=oUqDa7mWQ8anj2X24g6cFm2KBHYhm49YQxoW9VzBx6phRuIcezGcsvVyWxXmQQSjMT bbw6DIxk8l6ckZCM3EPvvfgQWqYhsi6cPxWcn38f85smfnOwxihjmJhsBRN1YZZ/YY+9 4yBoo2sVcZ+l9CI34XOLOUZjszR53yQqVyUWjj5+rLE/k6O23n0YvWM1qw1W3WHgCfIE yWM7WwITSlW3iMZwq3QVTI8l/finU1Z0utvwMgvtRr7G3d8snJzd4E6/mYUG2Zv6FwRV 542A5puS29do6cwDf1GXpEvFnIcvN88jO56ivbdcMYozJckKDhtppYtdNntLfB8cs/// vTbw== 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=Qk0pWeKN9k61IE3RUlB5W5hDwdx73RV3/tcfUv6JhDs=; b=p8MAFC9CHjXbLIbhjVqyVsyNht/EWtzAMYm3RmdnvSzN2XlTrIJeJezZLY+rpgNS+S 8tfcCPJOokGZtPq9763iZ5JzGahVW/qTIWlJf85HVIeqgaRkfL4lGXXlQTeds+wweou3 54ZfiS4hN8NPgnFcKALCDf7ppBg3o7lY7QZzgNVI1uV/KGpALLm8J62RipV1M0vTaJEw Mp4sJkefDx4i+IfjawETZ79yUkwsFIaelFKoadJWF929ku3Vt3q6CimCjX9Hkp44cvrp U+Iwmq68l6CU5TdzP8cvd9DP9QlrQxEL5al3Qtq9bKpAsZCagnkWJs7gq2uSySM5Dsfb Ylag== 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 14si66156390pgy.255.2019.08.13.07.48.32; Tue, 13 Aug 2019 07:48:47 -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 S1729752AbfHMOqo (ORCPT + 99 others); Tue, 13 Aug 2019 10:46:44 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:58412 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729731AbfHMOqn (ORCPT ); Tue, 13 Aug 2019 10:46:43 -0400 Received: from [208.54.80.146] (helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hxY4B-0002Ox-F7; Tue, 13 Aug 2019 14:46:28 +0000 Date: Tue, 13 Aug 2019 16:46:19 +0200 From: Christian Brauner To: Adrian Reber Cc: Eric Biederman , Pavel Emelianov , Jann Horn , Oleg Nesterov , Dmitry Safonov <0x7f454c46@gmail.com>, linux-kernel@vger.kernel.org, Andrei Vagin , Mike Rapoport , Radostin Stoyanov Subject: Re: [PATCH v6 2/2] selftests: add tests for clone3() Message-ID: <20190813144618.r57njm3maoh7epr3@wittgenstein> References: <20190812200939.23784-1-areber@redhat.com> <20190812200939.23784-2-areber@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190812200939.23784-2-areber@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, Aug 12, 2019 at 10:09:39PM +0200, Adrian Reber wrote: > This tests clone3() with and without set_tid to see if all desired PIDs > are working as expected. The test tries to clone3() with a set_tid of > -1, 1, pid_max, a PID which is already in use and an unused PID. The > same tests are also running in PID namespace. > > In addition the clone3 test (without set_tid) tries to call clone3() > with different sizes of clone_args. > > Signed-off-by: Adrian Reber This is missing a .gitignore file for the new binaries. But no need to resend I'll just add that myself.