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 34343CFC275 for ; Tue, 15 Oct 2024 08:19:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=IFOhRjoBaF6rp7FI346lzDZkk522L/sYCkNYkr05KQE=; b=Ct/6nem6BAW1mZMhlE3cAHPsh3 2P/KuJPVWrzTHcLT/oquZXCqqIBACLE4vgilDe8AVBHzqARmif9cpp72Ku6ZQLfofqH6YXeEAGj+K p2PDMpcLDDzCO7YddGoASONBoTx0r6naWkElUfPSIf1UiI8AyBgus+d+3HEQXcC8NW4wKphZrZ6Y1 IRrZC5iVymoIfbVu9Sa2kppadl3etD7feLpkH2zdj5ZvT8mD0gs9fbY3QzuEJhTf6kpqSJq2Q7Sma pWLmEPyhn1IaOlja6hP9pa4VqW0KAgERbvJRupBAfd4G9ewThtjthG5/E58DNx5mxNKhVf/VFzJJC OVUCMoHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t0clV-00000007U5T-1o7G; Tue, 15 Oct 2024 08:18:49 +0000 Received: from mail.8bytes.org ([85.214.250.239]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t0cjo-00000007TUe-3TAB for linux-arm-kernel@lists.infradead.org; Tue, 15 Oct 2024 08:17:06 +0000 Received: from 8bytes.org (p549219d2.dip0.t-ipconnect.de [84.146.25.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 354C12A01B8; Tue, 15 Oct 2024 10:16:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1728980219; bh=ueSFrkszLY4uRIf4RU7rh/vFDbnAK4TtJhw+OCiZToU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wfWkQlglbIJWEIBO1Xp4qwMJyd2jZpvbQvFWiS1++T6KeRmSw7MDhHcra6Xi9p8l8 q+A1oAf/I7l6ztrWjpF/0FUGfJANvt5XbRdE3x6IS0MbeqMrk3UmbBIa92v2fI0xp6 XuwJ0goqTUWNfYxbLY4Yzj3zS6dBSLzdU9qmK462se7THSsRme6L46FeDZX/i8OG0t MdL84hAWQG+7WvGDZGWKZe3XnLe/Urbvzbektfqia6OaBX8MPtmaKImYwV8Q+Ookvp yxkzNPSG7vSeQK4wTIYhvIroQU5/ghab5Pr1ukkLx8l2XZ2rQnh0Hp9eGZrJvirRkZ 6+k29672QLIOA== Date: Tue, 15 Oct 2024 10:16:58 +0200 From: Joerg Roedel To: Will Deacon Cc: iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robin.murphy@arm.com, kernel-team@android.com Subject: Re: [GIT PULL] iommu/arm-smmu: Fixes for 6.12-rc Message-ID: References: <20241010114221.GA13611@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241010114221.GA13611@willie-the-truck> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241015_011705_110529_2EB81E14 X-CRM114-Status: UNSURE ( 5.54 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Oct 10, 2024 at 12:42:21PM +0100, Will Deacon wrote: > git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-fixes Pulled, thanks Will.