Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp456965ybd; Wed, 26 Jun 2019 00:52:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqxElUdO6BHbiHbV+2HNiEUOpAzVaaxDGsff3eTUm8Ro6wypbEIme8hGQMhdAXgXL90MmM4L X-Received: by 2002:a63:6b46:: with SMTP id g67mr1625043pgc.45.1561535524564; Wed, 26 Jun 2019 00:52:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561535524; cv=none; d=google.com; s=arc-20160816; b=TyTA48HkyuxUYbJ0OzlHSvJXb4d0cTbDT7siR/5jp3iQQ+589nZfF+DD+TU1DMUAR3 O8qFtegnEghydIz9pB/+nteAvj9mrhu7RmRVtWbt8Ao1kAWRUL4WUaanfODsadFZtNny ws67fmAgsrOKOUAOUbEav0owxJnZs7FfUkwgKLvw7xuQk0I1x4GBpXE/q7EL2xiwWhxj x8ptNiEPaH2TIli42JntWBUFoWt8x5Cufbd+CWYzsBDbeirWRnOwaVRXRtcax4SPRJHr Gp/dVrcJEivXGqsyiinbCnKqgx2frVUhWnf4fPte2KBDJsU/3s8GJMlOrzEyO84NFsO3 vcCQ== 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=BbkdCvCJgDDrL5MqCqPyNUPNGW8BqKXpNRkMcShrDzQ=; b=FuWpusoG7ZlimbxMB97+pvE6oFctrzkY2oeC3HnUGRBrV/CSLs1wLE0JhfhgDq2fTg zdCW6Sa0ZtmRgKdJdfFXrBy/A/yhSHSEmX/ScVlY4+tTV82fHPpHF7sHZSgz2UXQ80UN jAFoWHa+rjob8Y4glP9SAizGXU8dRaBLfZZtB0q+BU9UEKp1M4gwtKxI6gLrWd7j27MR ejGtG4fergmzk56eKjqqFXwLtaN0xhN9ojhgCYNY/oR0Q/asC9hcuyIWUr+MoyqRqu4W dvkjtITO1mlPKi1cgZgckzVtwI0GNj+Lg209yfgziczk9r7L0vGB3rQ+waeTOSVtt5h+ EuLw== 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 z14si16432480pgc.581.2019.06.26.00.51.48; Wed, 26 Jun 2019 00:52:04 -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 S1726946AbfFZHuJ (ORCPT + 99 others); Wed, 26 Jun 2019 03:50:09 -0400 Received: from verein.lst.de ([213.95.11.211]:40977 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725379AbfFZHuI (ORCPT ); Wed, 26 Jun 2019 03:50:08 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 0B20568B05; Wed, 26 Jun 2019 09:49:36 +0200 (CEST) Date: Wed, 26 Jun 2019 09:49:35 +0200 From: Christoph Hellwig To: Alexey Kardashevskiy Cc: Christoph Hellwig , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Oliver O'Halloran , Frederic Barrat , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] powerpc/powernv: remove unused NPU DMA code Message-ID: <20190626074935.GA25452@lst.de> References: <20190625145239.2759-1-hch@lst.de> <20190625145239.2759-4-hch@lst.de> <7bde96e0-7bc5-d5fe-f151-52c29660633c@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7bde96e0-7bc5-d5fe-f151-52c29660633c@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 Wed, Jun 26, 2019 at 10:44:38AM +1000, Alexey Kardashevskiy wrote: > > > On 26/06/2019 00:52, Christoph Hellwig wrote: > > None of these routines were ever used anywhere in the kernel tree > > since they were added to the kernel. > > > So none of my comments has been addressed. Nice. Which comment? Last time I asked you complaint "it is still used in exactly the same way as before" which you later clarified that you have a hidden out of tree user somewhere, and you only objected to the word "dead". That has been fixed and there were no further comments.