From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id E64CE3857809 for ; Tue, 5 Apr 2022 15:57:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E64CE3857809 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="74102622" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 05 Apr 2022 07:57:45 -0800 IronPort-SDR: UG7+pzUIrwm75yE6qBIbxEt7F1xVMpNlsY7Rwzs9Rv2javIRz+jH/2oHpeFJKQ4qlBG1BDSsS1 T1aefbkh8YgH0qVdCAQ8IqSclJiehUHKAybFZrM/0OVVXVg+BNsS9WzW36RpeBxMEN6eLGu+DC SETNeuGyv+lSsS63xwWOASABhJyVbms13AifMIzsZgzx5T6He5KP9CRQ7zJJcTGd1udOKs9V50 oIOUgiPkspubSdEivpKjxJzVdEDG558YQq5b0iyWUILv8dNJniAb9BcK9S+iex7O0MWtkmgxMa tvY= Date: Tue, 5 Apr 2022 15:57:40 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Carlos O'Donell CC: DJ Delorie , Subject: Re: [patch v6] Allow for unpriviledged nested containers In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3114.0 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2022 15:57:48 -0000 On Mon, 4 Apr 2022, Carlos O'Donell via Libc-alpha wrote: > > @@ -726,6 +755,9 @@ main (int argc, char **argv) > > gid_t original_gid; > > /* If set, the test runs as root instead of the user running the testsuite. */ > > int be_su = 0; > > + int require_pidns = 0; > > + const char *pidns_comment = NULL; > > + int do_proc_mounts = 0; I'm seeing build failures for i686-gnu: test-container.c: In function 'main': test-container.c:759:15: error: variable 'pidns_comment' set but not used [-Werror=unused-but-set-variable] 759 | const char *pidns_comment = NULL; | ^~~~~~~~~~~~~ cc1: all warnings being treated as errors https://sourceware.org/pipermail/libc-testresults/2022q2/009529.html -- Joseph S. Myers joseph@codesourcery.com