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.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 C0A7AC433E6 for ; Tue, 16 Feb 2021 08:45:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8A17A64DF0 for ; Tue, 16 Feb 2021 08:45:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229780AbhBPIpU (ORCPT ); Tue, 16 Feb 2021 03:45:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:44770 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229988AbhBPInq (ORCPT ); Tue, 16 Feb 2021 03:43:46 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0AF9164E04; Tue, 16 Feb 2021 08:43:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613464985; bh=Wayio7irTNKnLE43e7gB8L7kpLaXwLsdFHBc2FXaHxk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PyLo6K+MinGD6a+Q8i48Zt4xk+joDe6j5yvQFkeWpdIqPchl02HF1hwiGbb8bujUR Nz+U75F+pCUYaSk9qA/E/m4OP7AHN//1kgtZ3EKdUNV2frfT+Dl5Af5Wtn6Wtheryc hj9Vi7w2kA4viZJyqe1jcRM/cgsvVh5X2q9fdBS8= Date: Tue, 16 Feb 2021 09:43:02 +0100 From: Greg Kroah-Hartman To: Sebastian Andrzej Siewior Cc: linux-fbdev@vger.kernel.org, Thomas Gleixner , linux-omap@vger.kernel.org, Russell King , dri-devel@lists.freedesktop.org Subject: Re: [PATCH 0/3] video: Remove in_interrupt() usage. Message-ID: References: <20210208223810.388502-1-bigeasy@linutronix.de> <20210216083500.brcafu6mo2yiz3cg@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210216083500.brcafu6mo2yiz3cg@linutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On Tue, Feb 16, 2021 at 09:35:00AM +0100, Sebastian Andrzej Siewior wrote: > On 2021-02-08 23:38:07 [+0100], To linux-fbdev@vger.kernel.org wrote: > > Folks, > > > > in the discussion about preempt count consistency across kernel > > configurations: > > > > https://lore.kernel.org/r/20200914204209.256266093@linutronix.de/ > > > > it was concluded that the usage of in_interrupt() and related context > > checks should be removed from non-core code. > > > > In the long run, usage of 'preemptible, in_*irq etc.' should be banned from > > driver code completely. > > > > This series targets the video subsystem. The omap patches are a repost > > of [0], the amba-clcd is new after I received no feedback on my analysis > > [1]. > > > > [0] https://lkml.kernel.org/r/20210127172902.145335-1-bigeasy@linutronix.de > > [1] https://lkml.kernel.org/r/20210127174408.ududpwfrbg3dhyxj@linutronix.de > > Could someone please apply the series? Video seems unmaintained. It's the merge window, no one can apply the series... Please resend once 5.12-rc1 is out. thanks, greg k-h