Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 16 Jul 2020 09:30:52 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Kees Cook <keescook@...omium.org>
Cc: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@...ux.intel.com>,
	"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
	Oscar Carter <oscar.carter@....com>,
	Mitchell Blank Jr <mitch@...oth.com>,
	kernel-hardening@...ts.openwall.com,
	Peter Zijlstra <peterz@...radead.org>,
	kgdb-bugreport@...ts.sourceforge.net,
	Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
	alsa-devel@...a-project.org, Allen Pais <allen.lkml@...il.com>,
	Christian Gromm <christian.gromm@...rochip.com>,
	Will Deacon <will@...nel.org>, devel@...verdev.osuosl.org,
	Jonathan Corbet <corbet@....net>,
	Daniel Thompson <daniel.thompson@...aro.org>,
	"David S. Miller" <davem@...emloft.net>,
	Masahiro Yamada <masahiroy@...nel.org>,
	Takashi Iwai <tiwai@...e.com>, Julian Wiedmann <jwi@...ux.ibm.com>,
	"Matthew Wilcox (Oracle)" <willy@...radead.org>,
	Christian Borntraeger <borntraeger@...ibm.com>,
	Nishka Dasgupta <nishkadg.linux@...il.com>,
	Jiri Slaby <jslaby@...e.com>, Jakub Kicinski <kuba@...nel.org>,
	Guenter Roeck <linux@...ck-us.net>,
	Wambui Karuga <wambui.karugax@...il.com>,
	Vasily Gorbik <gor@...ux.ibm.com>, linux-s390@...r.kernel.org,
	linux-kernel@...r.kernel.org, Heiko Carstens <hca@...ux.ibm.com>,
	linux-input@...r.kernel.org, Ursula Braun <ubraun@...ux.ibm.com>,
	Stephen Boyd <swboyd@...omium.org>,
	Chris Packham <chris.packham@...iedtelesis.co.nz>,
	Harald Freudenberger <freude@...ux.ibm.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Jaroslav Kysela <perex@...ex.cz>, Felipe Balbi <balbi@...nel.org>,
	Kyungtae Kim <kt0755@...il.com>, netdev@...r.kernel.org,
	Dmitry Torokhov <dmitry.torokhov@...il.com>,
	Douglas Anderson <dianders@...omium.org>,
	Kevin Curtis <kevin.curtis@...site.co.uk>,
	linux-usb@...r.kernel.org,
	Jason Wessel <jason.wessel@...driver.com>,
	Romain Perier <romain.perier@...il.com>,
	Karsten Graul <kgraul@...ux.ibm.com>
Subject: Re: [PATCH 2/3] treewide: Replace DECLARE_TASKLET() with
 DECLARE_TASKLET_OLD()

On Wed, Jul 15, 2020 at 08:08:46PM -0700, Kees Cook wrote:
> This converts all the existing DECLARE_TASKLET() (and ...DISABLED)
> macros with DECLARE_TASKLET_OLD() in preparation for refactoring the
> tasklet callback type. All existing DECLARE_TASKLET() users had a "0"
> data argument, it has been removed here as well.
> 
> Signed-off-by: Kees Cook <keescook@...omium.org>
> ---
>  drivers/input/keyboard/omap-keypad.c   |  2 +-
>  drivers/input/serio/hil_mlc.c          |  2 +-
>  drivers/net/wan/farsync.c              |  4 ++--
>  drivers/s390/crypto/ap_bus.c           |  2 +-
>  drivers/staging/most/dim2/dim2.c       |  2 +-
>  drivers/staging/octeon/ethernet-tx.c   |  2 +-
>  drivers/tty/vt/keyboard.c              |  2 +-
>  drivers/usb/gadget/udc/snps_udc_core.c |  2 +-
>  drivers/usb/host/fhci-sched.c          |  2 +-
>  include/linux/interrupt.h              | 15 ++++++++++-----
>  kernel/backtracetest.c                 |  2 +-
>  kernel/debug/debug_core.c              |  2 +-
>  kernel/irq/resend.c                    |  2 +-
>  net/atm/pppoatm.c                      |  2 +-
>  net/iucv/iucv.c                        |  2 +-
>  sound/drivers/pcsp/pcsp_lib.c          |  2 +-
>  16 files changed, 26 insertions(+), 21 deletions(-)

Reviewed-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.