Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp368004pxb; Thu, 9 Sep 2021 02:51:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwZfyuckCMMUjbeB9pUBy45VNDw3sfJBXe4AXFI/fN/cq1IbZ0XBmY+H4XVsaR5wreAObM5 X-Received: by 2002:a5e:da01:: with SMTP id x1mr1963015ioj.43.1631181072813; Thu, 09 Sep 2021 02:51:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631181072; cv=none; d=google.com; s=arc-20160816; b=KIab5KPaWhIxrAaMIhRUARU9gXmves5I9bym/Kynjvne4jPFJQ8zq5Pnk3daZZv9gb a/lRL3LdI87fo729d9jfuVBMUPplNsEVcMaobBiIcI1u2VTAJc81qrA7lyRkbYcOppts KgvvBPPvjrIx/hbHgdkhhEYCMPTloEXJ5t00+yW7yEwi47q2HaYboG5nwtSgJnWgK+4Z ymepD/D4XIZdKCED8N/MZ2InXg4aOF5I3rVQd5pEnHOX7OkubTcvFTOSLFg5WnONMkDm 8K3S+cb4eboA62CmwS8bg8JVnTo7qwChwVUt526wtgaScf7w+f0l4kSgcLtZ8kghgYTm lktA== 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=9d4Nd6H7JGOh0sr9wzHyKKiIf6KL138axMa2XJ1PDfg=; b=URkQsPFZ5g79BjwD1qXJ7ZHOmbxYpfzgGjcGGj4aUWckltgYWUCjcSV1Eq1iVTVvje y1zZgnWFFTPkg7i0y3uAh/7PxeGho+XKItZx/ZAijXIMf5NTii/6ULqInPJ/ivCi9ykw u1S3Brq7nKqmkdCCk2OgZ6jcfKoiV7O4ml+tbEqhg++ChVaN7HC9fI864CJHYxFo4+Iy SZ+KS0CWDufhTXnP+y+oefVg5q62u5PYNLCxgz0ZegczkYwkjLWRpesAMavTVmsEw0/W Jar3pcyYTB2kh2+svt8dY6vfj1Ry+2PfJ5xZENKjApBPiykRIBvxtEIK8825scxRQuBi GqKw== 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 z14si1179953ill.116.2021.09.09.02.51.00; Thu, 09 Sep 2021 02:51:12 -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 S233080AbhIIJtv (ORCPT + 99 others); Thu, 9 Sep 2021 05:49:51 -0400 Received: from 8bytes.org ([81.169.241.247]:53256 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231793AbhIIJtr (ORCPT ); Thu, 9 Sep 2021 05:49:47 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id E116560F; Thu, 9 Sep 2021 11:48:34 +0200 (CEST) Date: Thu, 9 Sep 2021 11:48:17 +0200 From: Joerg Roedel To: Linus Torvalds Cc: Robin Murphy , Will Deacon , iommu , Linux Kernel Mailing List Subject: Re: [PATCH] iommu: Clarify default domain Kconfig Message-ID: References: <69a0c6f17b000b54b8333ee42b3124c1d5a869e2.1631105737.git.robin.murphy@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 08, 2021 at 09:47:03AM -0700, Linus Torvalds wrote: > I'm assuming I'll get it through the iommu tree eventually (no need to > expedite this) Yes, I just applied it along with a couple of other fixes to the iommu tree and will send a pull-request tomorrow. Thanks, Joerg