Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp399759pxb; Wed, 18 Aug 2021 05:11:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyiBoIDl4EUwJ+WqE3jCdR8A9EtoJMaWjzsywis1z6HsdEYP9Fb5DohbZJAB5xWj7rODINE X-Received: by 2002:a17:906:9b1:: with SMTP id q17mr9285010eje.546.1629288663925; Wed, 18 Aug 2021 05:11:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629288663; cv=none; d=google.com; s=arc-20160816; b=FVGaPOa5mdDwOUdkqSYqeq/JwVP2Gt3fX4IjGYgGuJa+/ssfZ0lyxnMjAs8658N28e bGIsl64Hbcm0gbq6JfquOj0eZbh9+7xYxdY3bIPMlQZtqaezvxHWmJoWYlZrFDbbHcp2 KfAQ2/jDC1EYuG62/23eQAMkN/d/bmwZ9G61Gql2PMhJa+lxRpSJwHB7yn+9Afi8uAa5 FObZizBW77z8//8BxcvTnWqi+XyAwiyoFc3yVzUXPSTMwm0kX+nXx/ieRUCBMlNz+KfV x3+8Iaujnvm4o3EneC01ZJJHXPJlt6CYLg1CwGIWzdFDfGDtJ1L56KUsdTa2KkdQD4jY QmBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=hdFuLjS2SPMh5yLe++BAZX2KOqsmqm66W4dPhQCovZE=; b=yu1iJMHolsSH4b04aY5ZNsD+5QOlhsL39CfVKxbPqk5opeBhMsn0cbF0z1Qot+QvqH q9kP8tPJ2moUS+zUR9VI70pPaqBQhsk9yQlJQPB4FiFoBZNSqU+0Mt/Qhja5JEJHiOXE WqthVxYpSQlnwG9Pbioj4m5iYnam+OU99mrWXcy0TY/Evfk3YYffPzLfDVA32DC7Ggxy 8vkifVgufMFtB4QZ/UvmE+du31TZq335QH6VBRTFfWE6bIyOlv9OtCHO96tZD/Wp3RmR /wA1q8Kf4zSMBFa+eyirwm8qkGP9TIw5pi+bdmpCqkwx8ebu71Dg8dlvmf5j40LJT6hi z16A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c15si5870865ejz.158.2021.08.18.05.10.40; Wed, 18 Aug 2021 05:11:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236394AbhHRMJT (ORCPT + 99 others); Wed, 18 Aug 2021 08:09:19 -0400 Received: from 8bytes.org ([81.169.241.247]:36546 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236871AbhHRMJE (ORCPT ); Wed, 18 Aug 2021 08:09:04 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 8548A24A; Wed, 18 Aug 2021 14:08:28 +0200 (CEST) Date: Wed, 18 Aug 2021 14:08:25 +0200 From: Joerg Roedel To: Will Deacon Cc: iommu@lists.linux-foundation.org, 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 5.15 Message-ID: References: <20210813164735.GA8765@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210813164735.GA8765@willie-the-truck> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 13, 2021 at 05:47:35PM +0100, Will Deacon wrote: > This applies cleanly against iommu/next, but I suspect it will conflict > with Robin's series on the list. Please shout if you need anything from > me to help with that (e.g. rebase, checking a merge conflict). For now there were at least no conflicts which git couldn't resolve automatically, but the compile tests are still running :) > The following changes since commit ff1176468d368232b684f75e82563369208bc371: > > Linux 5.14-rc3 (2021-07-25 15:35:14 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates So this is pulled now, thanks.