Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp4629992pxk; Wed, 30 Sep 2020 07:52:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxaHr5aAz5vlTh+v/+mVe8sgP3tgfF0f3FTZMffqi667LqGxC++Ybk3In84abkjf4Abg8h4 X-Received: by 2002:a17:906:491:: with SMTP id f17mr3128744eja.454.1601477532436; Wed, 30 Sep 2020 07:52:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601477532; cv=none; d=google.com; s=arc-20160816; b=dgT+gSxga+c7HWBoJul32NNdrBc06WhcYPLZxLsxF/rfb7o6v+P6R7Tdb6h7ot5SDV F/MP5EQi5sFjnWXyT2yUSMMZGJ2sAdvqPahkLCaH9qljdXTudvTCmJf53MLICOVcy0uJ BBneU4v0p2Sm1vohPzQ0MJPq16JuEYei+QKgoVbdgolqAIagY62uCbiExIrZNpTk6EOK siPDH+wloSzPIbqmORS2Wrke3MNHCNTEjFj8rnZFJztp/bR9qGOhSKyKl6uF5obr3+EY vBAiq3Lc3+fwzr1+C3QjOLvIzfTQ1hkRXcfmbVWFCfh5XzrrxLU4Xaa/yT4um/SyXP9C Iglg== 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=0wFF81kyOyWYOv0dZ2K9e5KXsGgjgKtWMbXBg/igqLw=; b=jGuZpEFnG9GztF7+9Pd1vH5SRXM5nU4EGNQlAHlXCsycG6MGOv1ytngMwZzGa8NMOg 6rMRNRL3Ec6mN+e0SPWEpFbrBq7fDdIjL58ekd1GmKxidvMRnlP58CNxvMfaqj92RCJI muWPGX450M3fLkyICKlu+wFu0qyBXFuu8wSf4I0TNzGcnLG1Xv+D+0lA7eW1kOpY6vDC QNV6YyuoKqA8kyGU/noInObrZA8QcmRJP+lbdbWl9q+LSmRIy4eeaQ+6YJbMQ4muTIrQ KIWVTQ1SQAlXxIlPmnVpD4+RzwKJy9y9UBRo+2NkTSpGvPqRwIqwbUK3bxtKhmzsUVpH jNEQ== 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 jz13si1338755ejb.120.2020.09.30.07.51.48; Wed, 30 Sep 2020 07:52:12 -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 S1730564AbgI3Oso (ORCPT + 99 others); Wed, 30 Sep 2020 10:48:44 -0400 Received: from verein.lst.de ([213.95.11.211]:44996 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729903AbgI3Oso (ORCPT ); Wed, 30 Sep 2020 10:48:44 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 873FE6736F; Wed, 30 Sep 2020 16:48:39 +0200 (CEST) Date: Wed, 30 Sep 2020 16:48:39 +0200 From: Christoph Hellwig To: Joonas Lahtinen Cc: Christoph Hellwig , Andrew Morton , David Airlie , Daniel Vetter , Stephen Rothwell , Peter Zijlstra , Boris Ostrovsky , Juergen Gross , Stefano Stabellini , Jani Nikula , 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: <20200930144839.GA897@lst.de> References: <20200924135853.875294-1-hch@lst.de> <20200925194349.d0ee9dbedb2ec48f0bfcd2ec@linux-foundation.org> <20200926062959.GA3427@lst.de> <160128801808.6464.1013594053120198786@jlahtine-mobl.ger.corp.intel.com> <20200928123741.GA4999@lst.de> <160138340987.15771.13645983702040612672@jlahtine-mobl.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <160138340987.15771.13645983702040612672@jlahtine-mobl.ger.corp.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2020 at 03:43:30PM +0300, Joonas Lahtinen wrote: > Hmm, those are both committed after our last -next pull request, so they > would normally only target next merge window. drm-next closes the merge > window around -rc5 already. > > But, in this specific case those are both Fixes: patches with Cc: stable, > so they should be pulled into drm-intel-next-fixes PR. > > Rodrigo, can you cherry-pick those patches to -next-fixes that you send > to Dave? They still haven't made it to linux-next. I think for now I'll just rebase without them again and then you can handle the conflicts for 5.11.