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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F8F4C433EF for ; Thu, 9 Sep 2021 09:48:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F4107611BF for ; Thu, 9 Sep 2021 09:48:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233190AbhIIJtv (ORCPT ); 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