Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2796489pxk; Sun, 27 Sep 2020 23:17:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzMrsNS36utc62ZR1XF9EQ4X1Efpfiv3HBDNoHt3eAOWTtoX997iQsSNQYDsr+l2bt0sJFt X-Received: by 2002:a17:906:70d4:: with SMTP id g20mr159902ejk.413.1601273869856; Sun, 27 Sep 2020 23:17:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601273869; cv=none; d=google.com; s=arc-20160816; b=BeLCnuMGxz6OoTvlQfXinWqinJ8Uuu/4hB+olaCI6jeK8Kd/QkqpjR8z/mnSgST8EJ uN73lZPtcwl1TVQXcHd+0M2XDCQOxEqKOD9InLgqoDvkmNpMGbZAVNkogvFHzxa/rUCe 201A0PRmmPG2rMeEqaxpvftmPVxNWBtdpPT0y/J0PAnCz/BPrv2ib5P+KJarCJmI3uDU hptGg0MxInJ1rX1z7bt+Nv1urEl3W87bum9JadijjY7y8bP5k3H2iK+bgAQwWLmUSFGf UEWzqOlUBQwHVEwZSq1nk7SA6oOhQ9AYHgUEJoXfTbtiV18X8w91bCGFi2aoRdYmzfAs c2Mg== 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=uMRL8/TJYr/lHVrDecrTiyS1iVMsuyTVqxmr60EWvHg=; b=GVcQb0ba8Nf3URuGq65mJzLcxu/riA6ROzFpl8ee5IHy2FhCckjPGQsdOIn3ihsnSc qhM/3Rh8dKcn2ReWCCkHLrVlsEk16DTHxMqkrnszt4Rhdergl91SJQ55LTtUENkMnliQ dRtmjFX7m3T3QdERb65by8M8OG2t31O2uOPQTZ15wa6pBpmC3N2rUuqEpA3wTdm+2Utg uUTVwZqNRR0DvGW8xB6qd+WbBE6tFiiazagCmZqVGIECrJxqD7ZGyqlufwXEwvMsGI7N GRYIVzcBIh1ojdYw1zNiLSWsK3aubj84Vm/cNAuSCGOU1Tpa0dLsbIISDe79BaU8L0rw YchQ== 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 u22si20309ejg.95.2020.09.27.23.17.26; Sun, 27 Sep 2020 23:17:49 -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 S1726420AbgI1GOS (ORCPT + 99 others); Mon, 28 Sep 2020 02:14:18 -0400 Received: from verein.lst.de ([213.95.11.211]:34332 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725290AbgI1GOS (ORCPT ); Mon, 28 Sep 2020 02:14:18 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 8B21167373; Mon, 28 Sep 2020 08:14:15 +0200 (CEST) Date: Mon, 28 Sep 2020 08:14:15 +0200 From: Christoph Hellwig To: Dave Airlie Cc: Christoph Hellwig , Stephen Rothwell , Dave Airlie , DRI , Paul Cercueil , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build failure after merge of the drm tree Message-ID: <20200928061415.GA15226@lst.de> References: <20200928135405.73404219@canb.auug.org.au> <20200928060427.GA15041@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 28, 2020 at 04:08:36PM +1000, Dave Airlie wrote: > Is this possible in drm-next now (it's 5.9.0-rc5 based)? > > or will I need to get a stable shared git tree that goes into drm-next > and you send to Linus early in the MR? I think we'll need a stable branch. Let me help Paul with the conversion first, and once we are done I'll create a shared branch.