Searched hist:"8 dbd05ff5c4e50a3e5b1ed4089c2d0b4210379c6" (Results 1 – 3 of 3) sorted by relevance
/linux/net/ax25/ |
H A D | ax25_timer.c | diff 8dbd05ff5c4e50a3e5b1ed4089c2d0b4210379c6 Tue Oct 24 10:45:39 CEST 2017 Kees Cook <keescook@chromium.org> net: ax25: Convert timers to use timer_setup()
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: Joerg Reuter <jreuter@yaina.de> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-hams@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ax25_ds_timer.c | diff 8dbd05ff5c4e50a3e5b1ed4089c2d0b4210379c6 Tue Oct 24 10:45:39 CEST 2017 Kees Cook <keescook@chromium.org> net: ax25: Convert timers to use timer_setup()
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: Joerg Reuter <jreuter@yaina.de> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-hams@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | af_ax25.c | diff 8dbd05ff5c4e50a3e5b1ed4089c2d0b4210379c6 Tue Oct 24 10:45:39 CEST 2017 Kees Cook <keescook@chromium.org> net: ax25: Convert timers to use timer_setup()
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: Joerg Reuter <jreuter@yaina.de> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-hams@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|