Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp1075152ybg; Wed, 29 Jul 2020 05:17:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzJcnE5xqihiCZDwRwQCWIw9jwNPj5wEhQRUhBiE3p/MDSeyVdxF8ucWekzS1K2jT8Qin0x X-Received: by 2002:a17:907:205c:: with SMTP id pg28mr28346787ejb.22.1596025036117; Wed, 29 Jul 2020 05:17:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596025036; cv=none; d=google.com; s=arc-20160816; b=Fq0V9A1CO+C6c2Jf9GJEfIqzEHsrUr7fdDp/UL9HwRdB9hp3EeCneKT6eygi0gSaQC A0APj9mHARD5yi6EJklxGzwK6lujSxGSOiYYIJ9q1EJovOJq777YUm2EAWQdewgcd3aL TkGasSXovmj+MA/Eha5GZHqyvQaJg88Q/r1fe759ZaBIxEWgy8Ny4rS28ArNDHggvMqs He1n1ouF6lXalNWWlNS2ksJlDmXwMNe8FGLGn9eAHpu8T+2U3oiKlc4r0kletcOHRZWk L0jzLPIzSsGi6txfAxaYiXoko3f3biLqmk3jutZ2unJSqkefPcLMeEVgr1b8gBPkQYjm wVBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=sSisQmOBMcTNp5xHyy7iC4WiMgjUY0IXyXgqvpAEBKw=; b=A375FMf0lCIfRmHbaU0ZLRLSHxHL5rJU8yX5D7eFVcipQioG03SAu1f2H+4bGD82rR 0CV491pqSwPGNBeHBo2+YSFY1mMayZdHm5zJwMSQYTic4u7+Lj4f5uuhAQIioyZ9cfEH 9F5A6NT/nJPALhBjpKCHUHzZfAYd4kO+s8VTlBkxnXfLujdM9kCt8ecE/GwH2JgqlRTU HTJjcCPUfrD4CGwyJ0uMUt00CKbYVlNPkFESbzlaiJz8tAjS+/p4p0xxBuf97Z3D7m4a XiimAbdmpo32Mu8vPihxUgbZF1mLRBXe4Gf3Tvw7GA/1pxdmObLOMAMgRRVoNk8ak3EM ATMw== 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 g13si1070450ejd.152.2020.07.29.05.16.53; Wed, 29 Jul 2020 05:17:16 -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 S1726560AbgG2MQc (ORCPT + 99 others); Wed, 29 Jul 2020 08:16:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726054AbgG2MQc (ORCPT ); Wed, 29 Jul 2020 08:16:32 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E7A0C061794 for ; Wed, 29 Jul 2020 05:16:32 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id D9BB83EC; Wed, 29 Jul 2020 14:16:28 +0200 (CEST) Date: Wed, 29 Jul 2020 14:16:20 +0200 From: Joerg Roedel To: Jerry Snitselaar Cc: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org Subject: Re: [PATCH v2 0/2] iommu: Move AMD and Intel Kconfig + Makefile bits into their directories Message-ID: <20200729121619.GA23653@8bytes.org> References: <20200630200636.48600-1-jsnitsel@redhat.com> <87d04gshgh.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87d04gshgh.fsf@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 27, 2020 at 03:47:58PM -0700, Jerry Snitselaar wrote: > Looks like I forgot to cc you on this cover letter for v2. > Does this work for you now? Got it, applied now, thanks Jerry.