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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 B659AC41604 for ; Wed, 7 Oct 2020 15:48:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5DFE320782 for ; Wed, 7 Oct 2020 15:48:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728782AbgJGPse (ORCPT ); Wed, 7 Oct 2020 11:48:34 -0400 Received: from asavdk4.altibox.net ([109.247.116.15]:38366 "EHLO asavdk4.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726463AbgJGPsd (ORCPT ); Wed, 7 Oct 2020 11:48:33 -0400 X-Greylist: delayed 406 seconds by postgrey-1.27 at vger.kernel.org; Wed, 07 Oct 2020 11:48:32 EDT Received: from ravnborg.org (unknown [188.228.123.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id 39A32806C5; Wed, 7 Oct 2020 17:41:43 +0200 (CEST) Date: Wed, 7 Oct 2020 17:41:41 +0200 From: Sam Ravnborg To: Arnd Bergmann Cc: Christoph Hellwig , Geert Uytterhoeven , "David S. Miller" , Bartlomiej Zolnierkiewicz , linux-m68k , sparclinux , Linux Fbdev development list Subject: Re: [PATCH 1/3] fbdev/sbuslib: remove FBIOSCURSOR/FBIOGCURSOR leftovers Message-ID: <20201007154141.GA862107@ravnborg.org> References: <20201007074447.797968-1-hch@lst.de> <20201007074447.797968-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=fu7ymmwf c=1 sm=1 tr=0 a=S6zTFyMACwkrwXSdXUNehg==:117 a=S6zTFyMACwkrwXSdXUNehg==:17 a=kj9zAlcOel0A:10 a=e5mUnYsNAAAA:8 a=9jrUWy9R0_lckN2VWKQA:9 a=CjuIK1q_8ugA:10 a=Vxmtnl_E_bksehYqCbjh:22 Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org Hi Arnd. On Wed, Oct 07, 2020 at 10:54:19AM +0200, Arnd Bergmann wrote: > On Wed, Oct 7, 2020 at 9:44 AM Christoph Hellwig wrote: > > > > There are no actual implementations of FBIOSCURSOR/FBIOGCURSOR left, so > > don't bother with a compat handler for it, and remove the remaining > > definitions as well. > > > > Signed-off-by: Christoph Hellwig > > I had submitted a similar patch earlier, and Sam Ravnborg applied it to the > drm-misc tree, but it doesn't seem to be in linux-next, so I don't know > what the state is. > > My version only removed the compat handling, not the data structures, > so I'm happy to see your version used instead if mine got lost. > > Acked-by: Arnd Bergmann I think the patches got applied to drm-misc-next *after* the final push to -next for the current merge window. So the patches are lingering in drm-misc-next waiting for the upcoming merge window to comple before they are pushed to linux-next. So for now the patches are only visible if one pulls drm-misc and checks out drm-misc-next branch. Pulling a fresh drm-misc tree just to be 100% sure ....... Yep, patches are there when I pull a fresh tree and mripard just confirmed on irc that he sees them in his drm-misc-next repo. I am working with git.freedesktop.org/git/drm/drm-misc. Sam