[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] xen/arm: smmuv3: Disable the SMMUv3 driver when ACPI is enabled.


  • To: Rahul Singh <Rahul.Singh@xxxxxxx>
  • From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
  • Date: Fri, 29 Jan 2021 14:19:29 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=q0/O7CXBWfgMaKY78SQLsp5ColsjSNly8FHLlKoZyF8=; b=E+FdrwKM5OkOAN7/W821k25JcAsLyeeiSW7VbxCRiWj5FpeTkvacOCngkkNePTk399l9Ray+uXUiJWiBVgJFRXPhC6d8/rIw5pptQwxPExixPzdK7VRY1eDEZp8CMTwvgNFhfDhV5A/6L/Ocm1LpbLuqFPj5gkiG6DhEm0dJSTxNfnKw2vxBA+unHqOYXEjQMqqVbuFBWi+5+OcnU3uBdXk5lmZ1nqo9S4nGzNKhgIAB89Q53zWc1n/jJnUdmVdDBj8i2VXrLNBNKZFO6ujAKdaF/xEI6ZjNojhNpq6o7LhMS9gUSp9cJkARYPp7VKFf3VVydIn3CKy1Ea+f0iBw3Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=W4tN+5nK6WCGZIWzWTUlvwgliOWzLG6xxrqdX78PdaU0QPJZ4dF/8WMoaql4BSzVFqHD+8E04JxJeh4M6t4/xKJTY/iPC9jNNrZLxEZM5AQTY4XpjKSES/ZX0GwZFcAonSOcoorc3epSuIksHM0NCuoq13kiXNl1uodAHw2pQgcPuxdgIb6xal95E+ERQ38AOyUF4CGYGnvQk2MBj4KcA/LSqwKW9vIIsL2bT8Puzl0dbtvOYgekTn5VlmJ5rZJYix+8Q0TbRa4eW28naPRCSMEEztdrlyCJpTxaUwcNbXfxqpmFFCA0x7/gRbgiM/C8WZaCJMqt+xWURXJh8s+jRg==
  • Authentication-results-original: arm.com; dkim=none (message not signed) header.d=none;arm.com; dmarc=none action=none header.from=arm.com;
  • Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, "julien@xxxxxxx" <julien@xxxxxxx>, "sstabellini@xxxxxxxxxx" <sstabellini@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Paul Durrant <paul@xxxxxxx>
  • Delivery-date: Fri, 29 Jan 2021 14:19:48 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Nodisclaimer: true
  • Original-authentication-results: arm.com; dkim=none (message not signed) header.d=none;arm.com; dmarc=none action=none header.from=arm.com;
  • Thread-index: AQHW9iw1gBNQivQN7kOKh7vm+7p7cqo+pygA
  • Thread-topic: [PATCH] xen/arm: smmuv3: Disable the SMMUv3 driver when ACPI is enabled.

Hi Rahul,

> On 29 Jan 2021, at 10:47, Rahul Singh <Rahul.Singh@xxxxxxx> wrote:
> 
> SMMUv3 driver does not support ACPI device probe.If APCI is enabled with
> SMMUv3 driver compiler will throw an error.
> 
> Disable SMMUv3 driver when ACPI is enabled in kconfig to fix compilation
> error.
> 
> Signed-off-by: Rahul Singh <rahul.singh@xxxxxxx>
Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>

Cheers
Bertrand


> ---
> xen/drivers/passthrough/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xen/drivers/passthrough/Kconfig b/xen/drivers/passthrough/Kconfig
> index 341ba92b30..82f02f56af 100644
> --- a/xen/drivers/passthrough/Kconfig
> +++ b/xen/drivers/passthrough/Kconfig
> @@ -15,7 +15,7 @@ config ARM_SMMU
> 
> config ARM_SMMU_V3
>       bool "ARM Ltd. System MMU Version 3 (SMMUv3) Support" if EXPERT
> -     depends on ARM_64
> +     depends on ARM_64 && (!ACPI || BROKEN)
>       ---help---
>        Support for implementations of the ARM System MMU architecture
>        version 3. Driver is in experimental stage and should not be used in
> -- 
> 2.17.1
> 




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.