Re: [08/58] net/wireless/ray_cs: Convert timers to use timer_setup()

2017-10-27 Thread Kalle Valo
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: Kalle Valo > Cc: linux-wirel...@vger.kernel.org > Cc: netdev@vger.kernel.o

[PATCH 08/58] net/wireless/ray_cs: 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: Kalle Valo Cc: linux-wirel...@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook ---

Re: net/wireless/ray_cs: Convert timers to use

2017-10-10 Thread Kees Cook
title, what was it supposed to say? It was truncated from "net/wireless/ray_cs: Convert timers to use timer_setup()"; I've fixed that glitch in my workflow now. > Patch set to Awaiting Upstream. Thanks! -Kees -- Kees Cook Pixel Security

Re: net/wireless/ray_cs: Convert timers to use

2017-10-10 Thread Kalle Valo
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: Kalle Valo > Cc: linux-wirel...@vger.kernel.org > Cc: netdev@vger.kernel.o

[PATCH] net/wireless/ray_cs: Convert timers to use

2017-10-04 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: Kalle Valo Cc: linux-wirel...@vger.kernel.org Cc: netdev@vger.kernel.org Cc: Thomas Gleixner Signed-of