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 B877FCDB482 for ; Mon, 16 Oct 2023 07:35:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232101AbjJPHfk (ORCPT ); Mon, 16 Oct 2023 03:35:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231474AbjJPHfh (ORCPT ); Mon, 16 Oct 2023 03:35:37 -0400 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B7181EA for ; Mon, 16 Oct 2023 00:35:34 -0700 (PDT) Received: from 8bytes.org (p4ffe149c.dip0.t-ipconnect.de [79.254.20.156]) (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 C0F6A1A45AE; Mon, 16 Oct 2023 09:35:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1697441731; bh=f6vgjRWU0QyKNDLv/KAm7cH3YOd4McoY7nD9XRt9FkY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wCDHL8rfWK46B4orPzg2Z5Fo58Gc+jYzkYeFIUnXVClC5dIu7oSCZBQaXO3w9C9vS Is6iIKJrc6uAyHwGSA3kQmgqUahC1g1F9hQcJdEHmNroTfMpSbQRmpLDQaBKAY11oc ZJGPLBx+fD0AaLAJd1nJcGyG2bYaI6KP7BEWkEDAnQI26kqbMGyD/sRBYhhEdqyCqv n7V2kkIRCDbub3ee0CT74+dQuPC1FXhjWi3CsD+h5qBUpByBZ39QY2esJ84jDZAVdh Sd1zx5NLDL6rlEPrkiRwxXmtmPuhw2/FfFZ8FD8IBRC7lba1kc6wOCdTWMt6MS8O1O vuADtzWr72dGA== Date: Mon, 16 Oct 2023 09:35:30 +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: Updates for 6.7 Message-ID: References: <20231013120205.GA13843@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231013120205.GA13843@willie-the-truck> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 13, 2023 at 01:02:06PM +0100, Will Deacon wrote: > git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates Pulled, thanks Will.