From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D777C4363A for ; Mon, 5 Oct 2020 14:47:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 23F292085B for ; Mon, 5 Oct 2020 14:47:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=crapouillou.net header.i=@crapouillou.net header.b="kcYY6ern" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726597AbgJEOrt (ORCPT ); Mon, 5 Oct 2020 10:47:49 -0400 Received: from crapouillou.net ([89.234.176.41]:36846 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726160AbgJEOrt (ORCPT ); Mon, 5 Oct 2020 10:47:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1601909265; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mSKWE44g/SFazzSz35F0HDw93v+pr64cnMikoaeFFcw=; b=kcYY6ernsiuea4kjCPIb/SzTBLp4R7aQBWhtmYvuUr+4BnBk5FAZf6m8cf/G6erBDucJwa mLbOZEZwgMebewJlqnu0sgRBppHQDacviqSDDyEycuUi90uKmh3fhWnINY8W9CYA1Q5xzU VAZ4wRdRPjViGUkSx54KYdASuZ/O/QY= Date: Mon, 05 Oct 2020 16:47:35 +0200 From: Paul Cercueil Subject: Re: [PATCH] Revert "gpu/drm: ingenic: Add option to mmap GEM =?UTF-8?Q?buffers=0D=0A?= cached" To: Daniel Vetter Cc: Stephen Rothwell , od@zcrc.me, Dave Airlie , Linux Kernel Mailing List , DRI , Linux Next Mailing List , Sam Ravnborg , Christoph Hellwig Message-Id: In-Reply-To: <20201005140534.GT438822@phenom.ffwll.local> References: <20200930165212.GA8833@lst.de> <20201004141758.1013317-1-paul@crapouillou.net> <20201004195921.GA556605@ravnborg.org> <20201005230150.5637fa42@canb.auug.org.au> <20201005140534.GT438822@phenom.ffwll.local> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi, Le lun. 5 oct. 2020 =E0 16:05, Daniel Vetter a =E9crit : > On Mon, Oct 05, 2020 at 11:01:50PM +1100, Stephen Rothwell wrote: >> Hi Paul, >>=20 >> On Sun, 04 Oct 2020 22:11:23 +0200 Paul Cercueil=20 >> wrote: >> > >> > Pushed to drm-misc-next with the changelog fix, thanks. >> > >> > Stephen: >> > Now it should build fine again. Could you remove the BROKEN flag? >>=20 >> Thanks for letting me know, but the fix has not appeared in any drm >> tree included in linux-next yet ... >>=20 >> If it doesn't show up by the time I will merge the drm tree=20 >> tomorrow, I >> will apply this revert patch myself (instead of the patch marking=20 >> the >> driver BROKEN). >=20 > Yeah it should have been pushed to drm-misc-next-fixes per >=20 > https://drm.pages.freedesktop.org/maintainer-tools/committer-drm-misc.htm= l#where-do-i-apply-my-patch >=20 > Paul, can you pls git cherry-pick -x this over to drm-misc-next-fixes? I had a few commits on top of it in drm-misc-next, so the revert=20 doesn't apply cleanly in drm-misc-next-fixes... I can revert it there,=20 but then we'd have a different revert commit in drm-misc-next and=20 drm-misc-next-next. Sorry for the mess. What should I do? -Paul