Re: [PATCH 09/58] net/irda: Convert timers to use timer_setup()

2018-03-02 Thread Marcelo Ricardo Leitner
On Fri, Mar 02, 2018 at 02:30:30PM -0800, Kees Cook wrote: > On Fri, Mar 2, 2018 at 1:29 PM, Marcelo Ricardo Leitner > wrote: > > Note how it is using the irda_start_timer definition from > > include/net/irda/timer.h instead of > > drivers/staging/irda/include/net/irda/timer.h which was patched in

Re: [PATCH 09/58] net/irda: Convert timers to use timer_setup()

2018-03-02 Thread Kees Cook
On Fri, Mar 2, 2018 at 1:29 PM, Marcelo Ricardo Leitner wrote: > Note how it is using the irda_start_timer definition from > include/net/irda/timer.h instead of > drivers/staging/irda/include/net/irda/timer.h which was patched in > this patch. $ git show net-next/master:include/net/irda/iriap.h f

Re: [PATCH 09/58] net/irda: Convert timers to use timer_setup()

2018-03-02 Thread Marcelo Ricardo Leitner
On Mon, Oct 16, 2017 at 05:28:53PM -0700, Kees Cook wrote: > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. > > Cc: Samuel Ortiz > Cc: "David S. Mille

[PATCH 09/58] net/irda: Convert timers to use timer_setup()

2017-10-16 Thread Kees Cook
In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly. Cc: Samuel Ortiz Cc: "David S. Miller" Cc: Stephen Hemminger Cc: Johannes Berg Cc: Ingo Molnar Cc: netd