Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2515228ybc; Sun, 17 Nov 2019 23:40:44 -0800 (PST) X-Google-Smtp-Source: APXvYqyD/m+rHYfCiZ/T5P/wJT7ze1KuQvG0Iq/lRua0q/o9mc5AdXvytDAgDfMSIr2v9jWB12ao X-Received: by 2002:a17:906:234e:: with SMTP id m14mr23964956eja.94.1574062844362; Sun, 17 Nov 2019 23:40:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574062844; cv=none; d=google.com; s=arc-20160816; b=dimp2u2GPayiR7+smQCOC6tWj4xe5aM5kxumC7n2wEd8PtBsbTkEp1f+KDwMPBymG7 pjbFWw3C2XYGVV/hleK00Ex5qXACS9oDI9h+eYfBzCM0SIcrfriJnVIgVd0isMZ1wMlI WHndwGhgHNmT/d5vEPUROuUhwAGD0nV8HY992DErxtbLOxSIwQTPPgynaRzoebB1VWQ6 nqbHRsNJiDun12737CnRIjnS3nmVDESfBcGuySNHOQioQKejK5KXEwHP7KXOAWklvdAl +dAr6Q/cVMJdkPM+LBVWxVjZdn06dBJQiAhO10o9y1D7GLEQOnm5qELNsFzSrWPZzavR Y15Q== 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=2T6qdrs1Igl72pawOZe/Ox7R7Fmu7CURgWgMidwoaQM=; b=Iu3kp3JhwKePc4ICMeIvp3n+zPVaO3PgMgc/uX1hRmuPxE62A69G8/2IkZcqpPCTp+ 0O6Z2u0pguzpE0qAJJoDK/h5Qs4qf4I8qkwgMT3uZsFbnU8p7mT4qumwCf7x6JMBLIFP CMXO2qdPgAizI1qqa4cEXkjtMZXLkSEQ006bs9IZiHmkpHAsy6jEwokRIjuc82+EcClf 0IQCPj3r/QINops2taRbVIa4VvA7PBeUSSURif8wtyHT4qPa6qc5O/Zrr7n5zQM8zz80 KTaYu9TGh60MDUjKav8yU4Sc9xSOtIqrqH2PbP5ucTLoOJJZbS/lx7D+i6s5QazcUpNx H8UQ== 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 f3si11006363edx.449.2019.11.17.23.40.20; Sun, 17 Nov 2019 23:40:44 -0800 (PST) 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 S1727151AbfKRHij (ORCPT + 99 others); Mon, 18 Nov 2019 02:38:39 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:48276 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726400AbfKRHii (ORCPT ); Mon, 18 Nov 2019 02:38:38 -0500 Received: from [213.220.153.21] (helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iWbcK-0004he-QN; Mon, 18 Nov 2019 07:38:36 +0000 Date: Mon, 18 Nov 2019 08:38:36 +0100 From: Christian Brauner To: Andrei Vagin Cc: Adrian Reber , linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] selftests/clone3: check that all pids are released on error paths Message-ID: <20191118073835.7cixac7vj2oukmao@wittgenstein> References: <20191118064750.408003-1-avagin@gmail.com> <20191118064750.408003-3-avagin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191118064750.408003-3-avagin@gmail.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 Sun, Nov 17, 2019 at 10:47:50PM -0800, Andrei Vagin wrote: > This is a regression test case for an issue when pids have not been > released on error paths. > > Signed-off-by: Andrei Vagin Good idea. Thanks, Andrei! Applied. Acked-by: Christian Brauner