From nobody Tue Nov 4 11:29:51 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass(p=none dis=none) header.from=xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1602095280; cv=none; d=zohomail.com; s=zohoarc; b=eto2rF61ilQETCTKEBCaCW81I2HaIJxaNodY89qHznPLrvsoAPnGXCL3POjLNUQ9jdasklIPjDABQ4HfwnnZJrhF94wEFv3BK5hrdUmKCLk/Wt9fW1/ey9Cq9GupeOfXUFvZZN2UqElrNBJcQE5TUWhmLjF7cV+NNf6CZrWFUl4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1602095280; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=8sxbKldG2aCNG5/sw0rqdq1RQD49XiK/0Mj4WshAY7U=; b=d53w7hYBMxoHXWMGrkYFlF17niuZDmKS9uCnLRE8KPvgzyV1HYJy+3r/ZMiUtRinQEqJr3gTQhz3XWJb4smt8IGug8buIVLX21KNhzgBCpokxpdiob4KRer9GvSYWIdUwMBeg06/j4UPK/+qm6igTrw1hIUdJlXjJOzKYUHNank= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1602095280019865.4535692450015; Wed, 7 Oct 2020 11:28:00 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.3704.11015 (Exim 4.92) (envelope-from ) id 1kQEAC-0003Mi-1q; Wed, 07 Oct 2020 18:27:44 +0000 Received: by outflank-mailman (output) from mailman id 3704.11015; Wed, 07 Oct 2020 18:27:43 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kQEAB-0003Kr-0j; Wed, 07 Oct 2020 18:27:43 +0000 Received: by outflank-mailman (input) for mailman id 3704; Wed, 07 Oct 2020 18:27:38 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kQE3Z-00072Q-JR for xen-devel@lists.xenproject.org; Wed, 07 Oct 2020 18:20:53 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id e804b8aa-d6c1-408b-9e73-b72abd65494b; Wed, 07 Oct 2020 18:19:50 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1kQDk8-0007CF-Lq; Wed, 07 Oct 2020 19:00:48 +0100 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kQE3Z-00072Q-JR for xen-devel@lists.xenproject.org; Wed, 07 Oct 2020 18:20:53 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id e804b8aa-d6c1-408b-9e73-b72abd65494b; Wed, 07 Oct 2020 18:19:50 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1kQDk8-0007CF-Lq; Wed, 07 Oct 2020 19:00:48 +0100 X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: e804b8aa-d6c1-408b-9e73-b72abd65494b From: Ian Jackson To: xen-devel@lists.xenproject.org Cc: Ian Jackson Subject: [OSSTEST PATCH 61/82] runvar access: Introduce sharing_for_build Date: Wed, 7 Oct 2020 19:00:03 +0100 Message-Id: <20201007180024.7932-62-iwj@xenproject.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201007180024.7932-1-iwj@xenproject.org> References: <20201007180024.7932-1-iwj@xenproject.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Ian Jackson Builds don't have so much contingent setup. We don't track the runvars; we just rely on the share-* hostflag set in the job. But selecthost() is going to automatically enable runvar access control for shared/reused hosts. So, provide a way to disable that. Signed-off-by: Ian Jackson --- Osstest/TestSupport.pm | 4 +++- ts-host-install | 2 ++ ts-xen-build-prep | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 6403e52b..c6bd6714 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -143,7 +143,7 @@ BEGIN { sha256file host_shared_mark_ready gitcache_setup =20 - @accessible_runvar_pats + @accessible_runvar_pats sharing_for_build ); %EXPORT_TAGS =3D ( ); =20 @@ -3171,6 +3171,8 @@ END 'home-osstest-gitconfig'); } =20 +sub sharing_for_build () { @accessible_runvar_pats =3D qw(*); }; + sub runvar_access_restrict () { # restricts runvars to those in @accessible_runvar_pats return if "@accessible_runvar_pats" eq "*"; diff --git a/ts-host-install b/ts-host-install index b0fd2028..5badc706 100755 --- a/ts-host-install +++ b/ts-host-install @@ -49,6 +49,8 @@ while (@ARGV and $ARGV[0] =3D~ m/^-/) { } } =20 +if ($build) { sharing_for_build(); } + our ($whhost) =3D @ARGV; $whhost ||=3D 'host'; our $ho=3D selecthost($whhost); diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 092bbffe..fcabf75a 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -24,6 +24,7 @@ use Osstest::TestSupport; use Osstest::Debian; =20 tsreadconfig(); +sharing_for_build(); =20 our ($whhost) =3D @ARGV; $whhost ||=3D 'host'; --=20 2.20.1