Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp3527728imm; Sun, 14 Oct 2018 22:51:15 -0700 (PDT) X-Google-Smtp-Source: ACcGV61xMNPosETc1iY1bzK2mnUpUKA3dQHJXwOCwRVVSec5PzaKANFHVyZcmqc34/w2I0aSVSfL X-Received: by 2002:a65:4301:: with SMTP id j1-v6mr14834716pgq.279.1539582675812; Sun, 14 Oct 2018 22:51:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539582675; cv=none; d=google.com; s=arc-20160816; b=nuT5VVtsQ6fVmdKKr0DS2HXlkzaLKDxaYTziveD76tmbHM89hHMH1TVYxPjgsiAXYw gZROvU/QN/9y6LYxkOI+e9M+4J6Da8+hdBl0xfrx8VccefSYfNlN0brXw/9fDnMRvL+7 g94prN1BfVUa8y7psM+XqwOjOrl4MOAlqOsNQ2YfUHtkaFFsVcc2izx/mIztCHZKpPJX nmQcJxOwjMrvC+64j3KL193BE7iBWMxjUd41lSxjC2ZvqZFeK8fav4ewSNko+baA95+w 1XwF8Tzh2M3NnAJH9LsI+0GuCP7bIRP5H+FbMejK/Gi9RMxPzmPCI1xrqcBuDT6MJdVo uOKw== 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=4Q3scaTnricKu6d/qnxgNvOeBRMHIoPgE5sIPlQyMJg=; b=Mg5RyDXdGBEQJEy/kMp1aNoYF/hF6+hQ48Zl6Bbx8uqEsAQxUrQo98RtJszJtQiES+ c0ta7PyiYJpfSFNCEoUsxDuZbyJEPTxvMz9BQQxqqe/Q2fM9yb+BnDQARehl6x9sUON5 bl/Mk+gAzICKoc4MuF//ennpzzo9KXhyrgw4KRHI60x3dDNVirxlhTYRNJt22buSQoCo +/M4pAn8UdSJrMVNpNhRqHP/l4bAixiPCI1B/I6nOs/I3DnMDROwiYb4NK7ZN9ETCilp El/tNHjggrFhB3Ig1JA2D5Jj4L7IWqCZDkjss491g/f2W7Bq9Fh+HZo859yA4hjs0NuS R5Uw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r13-v6si9260581pfb.43.2018.10.14.22.51.01; Sun, 14 Oct 2018 22:51:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726632AbeJONdy (ORCPT + 99 others); Mon, 15 Oct 2018 09:33:54 -0400 Received: from verein.lst.de ([213.95.11.211]:39935 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726098AbeJONdx (ORCPT ); Mon, 15 Oct 2018 09:33:53 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 91FE368C7A; Mon, 15 Oct 2018 07:50:08 +0200 (CEST) Date: Mon, 15 Oct 2018 07:50:08 +0200 From: Christoph Hellwig To: Alexey Kardashevskiy Cc: Christoph Hellwig , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, iommu@lists.linux-foundation.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 16/33] powerpc/powernv: remove dead npu-dma code Message-ID: <20181015055008.GA23344@lst.de> References: <20181009132500.17643-1-hch@lst.de> <20181009132500.17643-17-hch@lst.de> <7709932d-efb8-2c9b-5128-99cc491c302b@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7709932d-efb8-2c9b-5128-99cc491c302b@ozlabs.ru> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 15, 2018 at 12:34:02PM +1100, Alexey Kardashevskiy wrote: > > On 10/10/2018 00:24, Christoph Hellwig wrote: > > This code has been unused since it was merged and is in the way of > > cleaning up the DMA code, thus remove it. > > > > This effectively reverts commit 5d2aa710 ("powerpc/powernv: Add support > > for Nvlink NPUs"). > > > This code is heavily used by the NVIDIA GPU driver. Not by the that actually exists in the kernel tree, so it simply doesn't matter.