From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 A1813C7EE29 for ; Thu, 8 Jun 2023 21:36:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ycOy3UYnCeGJOivBGOLWhwrkt9EXVRp4ZsnwJb9zemY=; b=NWEhVJGGf+ofqJ qHJsCE7JMsWFiQEAn2vUJR7flAUfKGVJyUN64HUuJ5Nh5MWr9btlHTJwB4OI22fHzRiYCI2WUCoYS uyifhL8vcEBElo1xjko8Wg2H94htIsWXN2DUsBV6pwjs9sgxdxUv2zqGizEQy2CD2Yt84Y41Ci9pN P834STfiiz2yJ1l9WV7GFFvqAtXt7EIAjhT59z+snf18Bj7H4T/6PmQGKbzAVha5dS1dTXIG5PFWI o5m8JPZr3SqtQDFbfTdj3Hesgs/GnqRTAUVgHqP1Vus7+BWPSgKCUTQOBRx+oZqeCDaP8NwiyHfJq wf1Q+G5+cUnV5UAtyC5A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q7NIl-00Aha0-1D; Thu, 08 Jun 2023 21:36:15 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q7NIi-00AhZF-1S for linux-arm-kernel@lists.infradead.org; Thu, 08 Jun 2023 21:36:13 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EF1F26511A; Thu, 8 Jun 2023 21:36:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1B34C433EF; Thu, 8 Jun 2023 21:36:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686260171; bh=I5fyTwhadiYvXOAb5nv2O0zWaYhbEYqn7CMXYp1R5Fc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=f9mgJQx4RZdKJCdcEHzyJEWTa35B70L9Rj8wEO7hGbMH5HBH26wATY8XbgORveCDf r4+Q+6ssDPBmunESRZV2WFqxujF19KKNnyNIkncrUbfTOzrULZfMu8KFwtN/6BR3AV hCxlJ2HdVL4krp1FXkO4R4vV/jek/UsDTh5G2eiUImEoYohTfxtdWquk49gFeQPh2f lNoJhIc1JuDKxpoBMbwDg+p5Vc2TKk3x02YvfGFrA/CH1Zk5e9TSTl144P4DnHv4hy eUP/NBhBq7/82W7V+DpHh/Feyry3SPfP8IHihXb4iQVIAASNij2AW+39VV++doREkI 6kIxu85zlK5Kg== From: Will Deacon To: Robin Murphy , joro@8bytes.org Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org, jean-philippe@linaro.org, nicolinc@nvidia.com Subject: Re: [PATCH 0/4] iommu/arm-smmu-v3: Arm SMMU errata bits Date: Thu, 8 Jun 2023 22:36:04 +0100 Message-Id: <168625789305.628187.322001342569321506.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230608_143612_545604_F217E16C X-CRM114-Status: GOOD ( 10.80 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 10 May 2023 16:38:42 +0100, Robin Murphy wrote: > Further to the discussion on the nesting series a while back, here's a > mini-series to help us start taking more of an interest in SMMU errata. > Patch #1 is more about the infrastucture than that erratum itself, but > since I *had* already written it up (5 years ago!) I figured why not > just build on it as-is. The rest is effectively just documentation at > this point, but getting us ready for all the hitherto unmet conditions > that IOMMUFD nesting is going to open up. > > [...] Applied to will (for-joerg/arm-smmu/updates), thanks! [1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 https://git.kernel.org/will/c/f322e8af35c7 [2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 https://git.kernel.org/will/c/309a15cb16bb [3/4] iommu/arm-smmu-v3: Add explicit feature for nesting https://git.kernel.org/will/c/1d9777b9f3d5 [4/4] iommu/arm-smmu-v3: Document nesting-related errata https://git.kernel.org/will/c/0bfbfc526c70 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel