Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp966804ybl; Wed, 28 Aug 2019 07:50:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqzIQez6CqRTwSkP0rhy0LECHo+v9x9Jr/cF6hTuqLoY3KFfu/ETDOJqbig9m+nh2UpwlUgm X-Received: by 2002:aa7:8611:: with SMTP id p17mr5167262pfn.41.1567003817769; Wed, 28 Aug 2019 07:50:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567003817; cv=none; d=google.com; s=arc-20160816; b=d7+rJX09Si3CGeh9K8E5ECsT8r3uKfgrQllK72Wn6+hWYX2sghGsSUO3NWKZhj+gPt ReGQxxJxrtRqjVdhikezxnQgQyMkQskBToM2xoIKYVnT6MJCk5UAxoG/Hg0kMOaYD8CE KzUz4qOoljL9VGzbKd2nQ3qEmBGFghHl5FoOZuDCeq3I++iicwgjrbAGty83Ms9o0z33 m9HgaOjVhkzyUeMQGtWCHAXJcnYHqGiThfKdv0b8I7jiFxnPeUB0NbxDbLbWi/so9CtD vn9vV7Oycn6RdplAu9fLtQi3+taLyJR67TSISrwq+dqbUlPiIMdbVc8xzacppdSJ+98Q tRWg== 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=LujvPEjmTGKu8PJsuEOF1ifJ3ucDI2EnAJnOcTCG3ss=; b=vfMequ6WN8L9TcIttX8NOqS6qi1FOGjM7GzTiGSYBGzedQGYY2PxeqUJGs5JcLQsnj OA0U6F11mQkZwqO3w8ed3Lu9YfP6yizaUXunjiI7TgkHZF6Oa6fMQ4BX+yHQGQ/6FvbJ 6iAKrbXKuDJe/JQfHKzLfbpbIDTvJ4htB6dJZF7COR5CpVqFR+PQ/cUzctucBt6FxpXG 6gV0egAsReRh0rma+usu1ZTvfkhLEp3Hv5SzNRZcwDeKfBjxIWQikvB0wCmF2XXjvMJe TtmoEn1o7olGVdVSlKYIDBcANXAPx09UD/DtOYdaUohmgGoQv7HhaKX+lKOMKvzxJkkO euYg== 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 z14si2057701plo.298.2019.08.28.07.50.02; Wed, 28 Aug 2019 07:50:17 -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 S1726586AbfH1Orc (ORCPT + 99 others); Wed, 28 Aug 2019 10:47:32 -0400 Received: from verein.lst.de ([213.95.11.211]:38142 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726272AbfH1Orc (ORCPT ); Wed, 28 Aug 2019 10:47:32 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id BA2F368B05; Wed, 28 Aug 2019 16:47:28 +0200 (CEST) Date: Wed, 28 Aug 2019 16:47:28 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Christoph Hellwig , "akpm@linux-foundation.org" , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , "daniel@ffwll.ch" Subject: Re: [PATCH] mm: remove the __mmu_notifier_invalidate_range_start/end exports Message-ID: <20190828144728.GA30428@lst.de> References: <20190828142109.29012-1-hch@lst.de> <20190828144020.GI914@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190828144020.GI914@mellanox.com> 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, Aug 28, 2019 at 02:40:25PM +0000, Jason Gunthorpe wrote: > EXPORT_SYMBOL_GPL(__mmu_notifier_invalidate_range); > > elixir suggest this is not called outside mm/ either? Yes, it seems like that one should go away as well.