From patchwork Mon Sep 5 16:30:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rahul Singh X-Patchwork-Id: 12966319 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 67E3EECAAD5 for ; Mon, 5 Sep 2022 16:31:26 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.398952.639946 (Exim 4.92) (envelope-from ) id 1oVF00-0007PZ-0w; Mon, 05 Sep 2022 16:31:00 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 398952.639946; Mon, 05 Sep 2022 16:30:59 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1oVEzz-0007PS-UG; Mon, 05 Sep 2022 16:30:59 +0000 Received: by outflank-mailman (input) for mailman id 398952; Mon, 05 Sep 2022 16:30:58 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1oVEzy-0007PM-QW for xen-devel@lists.xenproject.org; Mon, 05 Sep 2022 16:30:58 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-sth1.inumbo.com (Halon) with ESMTP id 1db73b5a-2d38-11ed-a016-b9edf5238543; Mon, 05 Sep 2022 18:30:56 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 97C9F139F; Mon, 5 Sep 2022 09:31:01 -0700 (PDT) Received: from e109506.cambridge.arm.com (e109506.cambridge.arm.com [10.1.199.62]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 90A8C3F534; Mon, 5 Sep 2022 09:30:54 -0700 (PDT) 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: 1db73b5a-2d38-11ed-a016-b9edf5238543 From: Rahul Singh To: xen-devel@lists.xenproject.org Cc: Bertrand Marquis , Stefano Stabellini , Julien Grall , Volodymyr Babchuk Subject: [PATCH v3 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen Date: Mon, 5 Sep 2022 17:30:35 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 This patch series merge the applicable Linux fixes to Xen. Bixuan Cui (1): xen/arm: smmuv3: Change *array into *const array Christophe JAILLET (1): xen/arm: smmuv3: Avoid open coded arithmetic in memory allocation Gustavo A. R. Silva (1): xen/arm: smmuv3: Fix fall-through warning for Clang Jean-Philippe Brucker (2): xen/arm: smmuv3: Fix endianness annotations xen/arm: smmuv3: Move definitions to a header Robin Murphy (1): xen/arm: smmuv3: Remove the page 1 fixup Zenghui Yu (2): xen/arm: smmuv3: Fix l1 stream table size in the error message xen/arm: smmuv3: Remove the unused fields for PREFETCH_CONFIG command Zhen Lei (1): xen/arm: smmuv3: Remove unnecessary oom message Zhou Wang (1): xen/arm: smmuv3: Ensure queue is read after updating prod pointer xen/drivers/passthrough/arm/smmu-v3.c | 741 ++------------------------ xen/drivers/passthrough/arm/smmu-v3.h | 672 +++++++++++++++++++++++ 2 files changed, 708 insertions(+), 705 deletions(-) create mode 100644 xen/drivers/passthrough/arm/smmu-v3.h