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

2017-10-30 Thread Kees Cook
Ying Xue >> ; netdev@vger.kernel.org; tipc- >> discuss...@lists.sourceforge.net; linux-ker...@vger.kernel.org >> Subject: Re: [PATCH] net: tipc: Convert timers to use timer_setup() >> >> On Tue, Oct 24, 2017 at 11:44 AM, Jon Maloy >> wrote: >> > NAK. It doe

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

2017-10-30 Thread Jon Maloy
urceforge.net; linux-ker...@vger.kernel.org > Subject: Re: [PATCH] net: tipc: Convert timers to use timer_setup() > > On Tue, Oct 24, 2017 at 11:44 AM, Jon Maloy > wrote: > > NAK. It doesn't sound like a good idea to send this to net. Especially since > one of these timers has already

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

2017-10-26 Thread Kees Cook
On Tue, Oct 24, 2017 at 11:44 AM, Jon Maloy wrote: > NAK. It doesn't sound like a good idea to send this to net. Especially since > one of these timers has already been refactored in net-next. Hi! I'm not sure what you mean about the one timer issue. I don't see any use of timer_setup() in net/t

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

2017-10-24 Thread Jon Maloy
d S. Miller > Cc: Jon Maloy ; Ying Xue > ; netdev@vger.kernel.org; tipc- > discuss...@lists.sourceforge.net; linux-ker...@vger.kernel.org > Subject: [PATCH] net: tipc: Convert timers to use timer_setup() > > In preparation for unconditionally passing the struct timer_list pointer to

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

2017-10-24 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