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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69D46CE7A81 for ; Mon, 25 Sep 2023 09:35:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233248AbjIYJfy (ORCPT ); Mon, 25 Sep 2023 05:35:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233226AbjIYJfv (ORCPT ); Mon, 25 Sep 2023 05:35:51 -0400 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 055FCEE for ; Mon, 25 Sep 2023 02:35:44 -0700 (PDT) Received: from 8bytes.org (pd9fe9df8.dip0.t-ipconnect.de [217.254.157.248]) (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 470061A21D7; Mon, 25 Sep 2023 11:35:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1695634544; bh=JzBWhwIWRMg4Tq8QQvrZiz3bg1CZWBEKQ3ri1lmLzbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UlJzvfuoeati0DEOxo47X00IY6J5Df3D0tzZQT0xzzT4G/LWABtqc5SteZNOwrozr SBjq0+fAPRaTQsAHGwNnhX4S8R0E9TzR+oowMNfkopz17rxYbjCRFaE0C3fuNIATZE Cmgh6x370laUS+CtdMjeVSMbw6w72EcdVcXk63NwKVEUeV47OXSjQGabtW17hCkGJ8 axIayGqSbyimKVBt9bAWN3OeWrzsU9FmyrNbZjnUIwSVhm5V5CoActapMaXHwSYE9R 5yRVL8jGCTwC7C/UwDDzZYFxBi3s7vgFbHDVCGk5zHDaBO6sPUxdLt/XhQ0tIzb/VR I4ZV7/1hssu8g== Date: Mon, 25 Sep 2023 11:35:43 +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.6-rc Message-ID: References: <20230922162114.GC23332@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230922162114.GC23332@willie-the-truck> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 22, 2023 at 05:21:14PM +0100, Will Deacon wrote: > git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-fixes Pulled, thanks Will.