RE: [PATCH v2] net: tipc: Convert timers to use timer_setup()

2017-10-31 Thread Jon Maloy
.kernel.org > Subject: [PATCH v2] net: tipc: 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. &

[PATCH v2] net: tipc: Convert timers to use timer_setup()

2017-10-30 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: Jon Maloy Cc: Ying Xue Cc: "David S. Miller" Cc: netdev@vger.kernel.org Cc: tipc-discuss...@lists.sou