|
Message-ID: <201909301550.AC2B21665A@keescook> Date: Mon, 30 Sep 2019 15:50:43 -0700 From: Kees Cook <keescook@...omium.org> To: Romain Perier <romain.perier@...il.com> Cc: kernel-hardening@...ts.openwall.com Subject: Re: [PRE-REVIEW PATCH 14/16] tasklet: Remove the data argument from DECLARE_TASKLET() macros On Sun, Sep 29, 2019 at 06:30:26PM +0200, Romain Perier wrote: > Now that the .data field is removed from the tasklet_struct data > structure and the DECLARE_TASKLET() macros body, we can change its API > and remove the data argument. This commit updates the API of these > macros by removing the data argument, it also update all the calls to > these macros in a single shot. > > Signed-off-by: Romain Perier <romain.perier@...il.com> > --- > drivers/net/wan/farsync.c | 4 ++-- > 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 +- > include/linux/interrupt.h | 4 ++-- > kernel/backtracetest.c | 2 +- > kernel/debug/debug_core.c | 2 +- > kernel/irq/resend.c | 2 +- > net/atm/pppoatm.c | 2 +- > sound/drivers/pcsp/pcsp_lib.c | 2 +- > 11 files changed, 13 insertions(+), 13 deletions(-) I'm glad there are so few users of the DECLARE_TASKLET() macros. :) -- Kees Cook
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.