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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 0F1F3C43441 for ; Tue, 27 Nov 2018 14:40:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CB41D20817 for ; Tue, 27 Nov 2018 14:40:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CB41D20817 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=windriver.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728364AbeK1BiL (ORCPT ); Tue, 27 Nov 2018 20:38:11 -0500 Received: from mail1.windriver.com ([147.11.146.13]:59332 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726307AbeK1BiL (ORCPT ); Tue, 27 Nov 2018 20:38:11 -0500 Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id wAREdBck026042 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 27 Nov 2018 06:39:16 -0800 (PST) Received: from yow-pgortmak-d1.corp.ad.wrs.com (128.224.56.57) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.408.0; Tue, 27 Nov 2018 06:39:13 -0800 Received: by yow-pgortmak-d1.corp.ad.wrs.com (Postfix, from userid 1000) id DDF462E0841; Tue, 27 Nov 2018 09:39:12 -0500 (EST) Date: Tue, 27 Nov 2018 09:39:12 -0500 From: Paul Gortmaker To: Joerg Roedel CC: , , Alexandre Courbot , Daniel Kurtz , Heiko Stuebner , Hiroshi Doyu , Honghui Zhang , Jeffy Chen , Laurent Pinchart , Matthias Brugger , Nate Watterson , Rob Clark , Robin Murphy , Simon Xue , Stepan Moskovchenko , Stephen Warren , Thierry Reding , Will Deacon , , , , , Subject: Re: [PATCH 0/9] iommu: clean up/remove modular stuff from non-modules. Message-ID: <20181127143912.GF14659@windriver.com> References: <1543271498-28966-1-git-send-email-paul.gortmaker@windriver.com> <20181127101156.GA12298@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20181127101156.GA12298@8bytes.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Re: [PATCH 0/9] iommu: clean up/remove modular stuff from non-modules.] On 27/11/2018 (Tue 11:11) Joerg Roedel wrote: > Hi Paul, > > thanks for your cleanup! > > The iommu-tree uses another rule for the subject line of patches. Can > you please resend with correct subject lines? See below for what is > used. Sure - I'll wait another day or two in case anyone on the Cc sends in some additional Acks. Thanks, Paul. -- > > The general format is: > > iommu/: _C_apital letter starting subject > > Please also collect the Acks you get and add them to the patches before > the resend. > > On Mon, Nov 26, 2018 at 05:31:29PM -0500, Paul Gortmaker wrote: > > Paul Gortmaker (9): > > iommu: audit and remove any unnecessary uses of module.h > Fine. > > iommu: rockchip: make it explicitly non-modular > iommu/rockchip: Make it explicitly non-modular > > iommu: msm_iommu: make it explicitly non-modular > iommu/msm: Make it explicitly non-modular > > iommu: mtk_iommu: make it explicitly non-modular > iommu/mediatek: Make it explicitly non-modular > > iommu: ipmmu-vmsa: make it explicitly non-modular > iommu/ipmmu-vmsa: Make it explicitly non-modular > > iommu: qcom_iommu: make it explicitly non-modular > iommu/qcom: Make it explicitly non-modular > > iommu: tegra-gart: make it explicitly non-modular > iommu/tegra: Make it explicitly non-modular > > iommu: arm-smmu: make it explicitly non-modular > iommu/arm-smmu: Make arm-smmu explicitly non-modular > > iommu: arm-smmu-v3: make it explicitly non-modular > iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular > > Thanks a lot, > > Joerg