Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1646190pxk; Fri, 25 Sep 2020 23:31:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyN96ddJo0tr9EKRAoN6xPV9DXfzlKRvtbnaB0G2N/k4Qs3yHbm4JQKXICFIJMartfE+MIQ X-Received: by 2002:a05:6402:1859:: with SMTP id v25mr5280512edy.118.1601101917898; Fri, 25 Sep 2020 23:31:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601101917; cv=none; d=google.com; s=arc-20160816; b=gN2dXq1u+ruNfxZd2C8FFEL05T90YWrFT5nkzcG+LFyaI9Cuic6sV0u7zbxPRKpeRk mH8D4q6BHcm7Uep2rxDPzh91vdM1MZ9cyVC/4x8ICc2QKpjCzg9AfXna0FY8Y7PluiLh tnZZ568mN7JR9T7X1AuFs26y8XMVN8qDYXyEHgexEXsoB5dB4mzkN3REv/sQpts2UYOF 9v3zOAzkyPnN51Kz8kRWqfHy9vP6lUpicqNqAuTTSWsvkgxm9t9TYGRtWOJWkLXZNd9H oiwsoRXUChUGc63K4bAb0udoa+MjLyNa9ORZhVIKRJy4DLeIU9AcFMiN6exyqSpsK9Yu jHAg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=9UWjqTzhrP6KECLUOw+W5MSzKAI+mxQzXBsjMjMEoVQ=; b=WWLRRjqXd0Rz3hmbODXg0o+MuXPlOhgAwQN0ZrYy4zHo/vs6jZFiaSLH6XYEvCb9s4 LAhh6PEyDDAw848N+zYhY7975eYVexon/6VePvWded6g0tddbuJr5HIsbnDgMzdPulm1 Mt8sA8JeY1g6mkrRuAllNKY6X9xlbWh1rtk+z6xntWkhuJc0Ro7Qn5WFzMoBl19ymRxu wb9uIgru+tBJqHKgW+Aqd38X7GgmQ658xGb45JZP4wsL7Fm4auVQP+ortnZ24i2x7S9m dPMmHl1BVXLHA74ZZEahfIfMwJKu3eOLliDaZG+KDUTRncqkXFyohob+NydaY/vDEGEy RwUg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d12si4055107ejj.33.2020.09.25.23.31.34; Fri, 25 Sep 2020 23:31:57 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726559AbgIZGaE (ORCPT + 99 others); Sat, 26 Sep 2020 02:30:04 -0400 Received: from verein.lst.de ([213.95.11.211]:58442 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726210AbgIZGaD (ORCPT ); Sat, 26 Sep 2020 02:30:03 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 60DF068AFE; Sat, 26 Sep 2020 08:29:59 +0200 (CEST) Date: Sat, 26 Sep 2020 08:29:59 +0200 From: Christoph Hellwig To: Andrew Morton Cc: Christoph Hellwig , Peter Zijlstra , Boris Ostrovsky , Juergen Gross , Stefano Stabellini , Jani Nikula , Joonas Lahtinen , Tvrtko Ursulin , Chris Wilson , Matthew Auld , Rodrigo Vivi , Minchan Kim , Matthew Wilcox , Nitin Gupta , x86@kernel.org, xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-mm@kvack.org Subject: Re: remove alloc_vm_area v2 Message-ID: <20200926062959.GA3427@lst.de> References: <20200924135853.875294-1-hch@lst.de> <20200925194349.d0ee9dbedb2ec48f0bfcd2ec@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200925194349.d0ee9dbedb2ec48f0bfcd2ec@linux-foundation.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 25, 2020 at 07:43:49PM -0700, Andrew Morton wrote: > On Thu, 24 Sep 2020 15:58:42 +0200 Christoph Hellwig wrote: > > > this series removes alloc_vm_area, which was left over from the big > > vmalloc interface rework. It is a rather arkane interface, basicaly > > the equivalent of get_vm_area + actually faulting in all PTEs in > > the allocated area. It was originally addeds for Xen (which isn't > > modular to start with), and then grew users in zsmalloc and i915 > > which seems to mostly qualify as abuses of the interface, especially > > for i915 as a random driver should not set up PTE bits directly. > > > > Note that the i915 patches apply to the drm-tip branch of the drm-tip > > tree, as that tree has recent conflicting commits in the same area. > > Is the drm-tip material in linux-next yet? I'm still seeing a non-trivial > reject in there at present. I assumed it was, but the reject imply that they aren't. Tvrtko, do you know the details?