From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 29ECD25A32C for ; Fri, 28 Feb 2025 09:29:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740734951; cv=none; b=RyU5Cwp9/E+K1AdWstfX5R/dNt58bkMOc9h2cFFr5MLA0Vt7ATXRxnX98FNyjUH5WfS/NIrnHp7Yf+4QO0NXQ/COLgl2mao/x2STAV0IuB66GRBsT2DMpAinReQpswfvV7YhiGxXTmrAI+9GJY14JbQfF0/nI73XQttFkI2Oz1k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740734951; c=relaxed/simple; bh=FMJyWMAIBZkBAW2p8o2ArvwofRRH2RCtDUFSualZQ1o=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=BsDa10UYUnjTksj33tMQxTQFSUCBHbfsQMga70OQbQFADfszctRHcw53xcnLCao4YFww8jWyyk0mycCqlOfWRzpynLU/YYq127PbakkG6RdhkerwQHKegWmWAMcfL0pizpFnIafmaQGvJSQ7BwC9DMWXdLo0GhtLfV9UBD3WEgU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4Z42sj2ZQ4z6K9Tg; Fri, 28 Feb 2025 17:27:05 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 44AEE1400D4; Fri, 28 Feb 2025 17:29:06 +0800 (CST) Received: from localhost (10.96.237.92) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Fri, 28 Feb 2025 10:29:03 +0100 Date: Fri, 28 Feb 2025 17:28:58 +0800 From: Jonathan Cameron To: Mauro Carvalho Chehab CC: Igor Mammedov , "Michael S . Tsirkin" , Shiju Jose , , , Ani Sinha , Subject: Re: [PATCH v6 13/19] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables Message-ID: <20250228172858.00003e65@huawei.com> In-Reply-To: <9b15b83ec3726b6f29583d419e0c6c6aa01a9447.1740671863.git.mchehab+huawei@kernel.org> References: <9b15b83ec3726b6f29583d419e0c6c6aa01a9447.1740671863.git.mchehab+huawei@kernel.org> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml500009.china.huawei.com (7.191.174.84) To frapeml500008.china.huawei.com (7.182.85.71) On Thu, 27 Feb 2025 17:00:51 +0100 Mauro Carvalho Chehab wrote: > We'll be adding a new GED device for HEST GPIO notification and > increasing the number of entries at the HEST table. > > Blocklist testing HEST and DSDT tables until such changes > are completed. > > Signed-off-by: Mauro Carvalho Chehab > Acked-by: Igor Mammedov Reviewed-by: Jonathan Cameron > --- > tests/qtest/bios-tables-test-allowed-diff.h | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h > index dfb8523c8bf4..0a1a26543ba2 100644 > --- a/tests/qtest/bios-tables-test-allowed-diff.h > +++ b/tests/qtest/bios-tables-test-allowed-diff.h > @@ -1 +1,7 @@ > /* List of comma-separated changed AML files to ignore */ > +"tests/data/acpi/aarch64/virt/HEST", > +"tests/data/acpi/aarch64/virt/DSDT", > +"tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt", > +"tests/data/acpi/aarch64/virt/DSDT.memhp", > +"tests/data/acpi/aarch64/virt/DSDT.pxb", > +"tests/data/acpi/aarch64/virt/DSDT.topology",