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=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 348FBC433DB for ; Wed, 27 Jan 2021 14:23:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DD4FB20799 for ; Wed, 27 Jan 2021 14:23:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233781AbhA0OX3 (ORCPT ); Wed, 27 Jan 2021 09:23:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:42968 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233375AbhA0OWn (ORCPT ); Wed, 27 Jan 2021 09:22:43 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id AD16E207B7; Wed, 27 Jan 2021 14:22:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611757323; bh=ilkgzF27O2aG4zXfw3/KubkNM0t7h6Ensqcg3lB2FE0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AEMXgirm7mDr1xljqooCJhzV7vrx5icUzRjwAFBheoFBvzfuFg47bjeOFzM+mBaA0 Vf73zeQqBis9jFFRm3U0ZeLqXIwU9yY7MT2TnXYxicLXUmON8AxdNbB9dV/BI4Czk9 L8rVaN0fNroQ0GpW8dC40AhJp9th7MG4VJgauUYI= Date: Wed, 27 Jan 2021 15:22:00 +0100 From: Greg Kroah-Hartman To: Emil Renner Berthing Cc: linux-kernel@vger.kernel.org, Jiri Slaby , Andy Shevchenko , Dmitry Torokhov Subject: Re: [PATCH] vt: keyboard, use new API for keyboard_tasklet Message-ID: References: <20210123214739.2042-1-kernel@esmil.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210123214739.2042-1-kernel@esmil.dk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 23, 2021 at 10:47:39PM +0100, Emil Renner Berthing wrote: > This converts the keyboard_tasklet to use the new API in > commit 12cc923f1ccc ("tasklet: Introduce new initialization API") > > The new API changes the argument passed to the callback function, but > fortunately the argument isn't used so it is straight forward to use > DECLARE_TASKLET_DISABLED() rather than DECLARE_TASKLET_DISABLED_OLD(). > > Signed-off-by: Emil Renner Berthing > --- > drivers/tty/vt/keyboard.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Does not apply to my tty-next branch of my tty.git tree :( Please rebase and resend. thanks, greg k-h