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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 C31F6C4363C for ; Wed, 7 Oct 2020 10:40:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 720E7207EA for ; Wed, 7 Oct 2020 10:40:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727773AbgJGKkt (ORCPT ); Wed, 7 Oct 2020 06:40:49 -0400 Received: from verein.lst.de ([213.95.11.211]:36921 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727558AbgJGKkt (ORCPT ); Wed, 7 Oct 2020 06:40:49 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id E47C86736F; Wed, 7 Oct 2020 12:40:46 +0200 (CEST) Date: Wed, 7 Oct 2020 12:40:46 +0200 From: Christoph Hellwig To: Arnd Bergmann Cc: Christoph Hellwig , Geert Uytterhoeven , "David S. Miller" , Bartlomiej Zolnierkiewicz , linux-m68k , sparclinux , Linux Fbdev development list , Sam Ravnborg Subject: Re: [PATCH 1/3] fbdev/sbuslib: remove FBIOSCURSOR/FBIOGCURSOR leftovers Message-ID: <20201007104046.GB24327@lst.de> References: <20201007074447.797968-1-hch@lst.de> <20201007074447.797968-2-hch@lst.de> <20201007085911.GA17356@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-m68k@vger.kernel.org On Wed, Oct 07, 2020 at 11:28:58AM +0200, Arnd Bergmann wrote: > The only one I have actually given up on is the atomisp staging driver, > which uses an awful hack, copying the x86 implementation of > copy_in_user()/compat_alloc_user_space() into the driver. That is gross. Just mark the driver as broken for now. Linus agreed years ago that we don't need to work around staging drivers. But it would still be nice to ping the mainainers, as they often have better ideas how to solve the problem.