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

2017-11-20 Thread Kees Cook
On Mon, Nov 20, 2017 at 11:45 AM, Darren Hart wrote: > On Fri, Nov 17, 2017 at 05:30:48PM -0800, Kees Cook wrote: >> On Fri, Nov 3, 2017 at 5:26 AM, Andy Shevchenko >> wrote: >> > On Thu, Nov 2, 2017 at 9:55 PM, Kees Cook

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

2017-11-20 Thread Kees Cook
On Mon, Nov 20, 2017 at 11:45 AM, Darren Hart wrote: > On Fri, Nov 17, 2017 at 05:30:48PM -0800, Kees Cook wrote: >> On Fri, Nov 3, 2017 at 5:26 AM, Andy Shevchenko >> wrote: >> > On Thu, Nov 2, 2017 at 9:55 PM, Kees Cook wrote: >> >> On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko >> >>

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

2017-11-20 Thread Darren Hart
On Fri, Nov 17, 2017 at 05:30:48PM -0800, Kees Cook wrote: > On Fri, Nov 3, 2017 at 5:26 AM, Andy Shevchenko > wrote: > > On Thu, Nov 2, 2017 at 9:55 PM, Kees Cook wrote: > >> On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko > >>

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

2017-11-20 Thread Darren Hart
On Fri, Nov 17, 2017 at 05:30:48PM -0800, Kees Cook wrote: > On Fri, Nov 3, 2017 at 5:26 AM, Andy Shevchenko > wrote: > > On Thu, Nov 2, 2017 at 9:55 PM, Kees Cook wrote: > >> On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko > >> wrote: > >>> On Thu, Oct 5, 2017 at 3:54 AM, Kees Cook wrote: >

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

2017-11-17 Thread Kees Cook
On Fri, Nov 3, 2017 at 5:26 AM, Andy Shevchenko wrote: > On Thu, Nov 2, 2017 at 9:55 PM, Kees Cook wrote: >> On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko >> wrote: >>> On Thu, Oct 5, 2017 at 3:54 AM, Kees Cook

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

2017-11-17 Thread Kees Cook
On Fri, Nov 3, 2017 at 5:26 AM, Andy Shevchenko wrote: > On Thu, Nov 2, 2017 at 9:55 PM, Kees Cook wrote: >> On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko >> wrote: >>> On Thu, Oct 5, 2017 at 3:54 AM, Kees Cook wrote: In preparation for unconditionally passing the struct timer_list

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

2017-11-03 Thread Andy Shevchenko
On Thu, Nov 2, 2017 at 9:55 PM, Kees Cook wrote: > On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko > wrote: >> On Thu, Oct 5, 2017 at 3:54 AM, Kees Cook wrote: >>> In preparation for unconditionally passing the struct

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

2017-11-03 Thread Andy Shevchenko
On Thu, Nov 2, 2017 at 9:55 PM, Kees Cook wrote: > On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko > wrote: >> On Thu, Oct 5, 2017 at 3:54 AM, Kees Cook wrote: >>> In preparation for unconditionally passing the struct timer_list pointer to >>> all timer callbacks, switch to using the new

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

2017-11-02 Thread Kees Cook
On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko wrote: > On Thu, Oct 5, 2017 at 3:54 AM, Kees Cook wrote: >> In preparation for unconditionally passing the struct timer_list pointer to >> all timer callbacks, switch to using the new timer_setup()

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

2017-11-02 Thread Kees Cook
On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko wrote: > On Thu, Oct 5, 2017 at 3:54 AM, 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

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

2017-10-05 Thread Andy Shevchenko
On Thu, Oct 5, 2017 at 3:54 AM, 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. Moves timer structure off

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

2017-10-05 Thread Andy Shevchenko
On Thu, Oct 5, 2017 at 3:54 AM, 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. Moves timer structure off stack and > into struct

[PATCH] intel_ips: Convert timers to use timer_setup()

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. Moves timer structure off stack and into struct ips_driver. Cc: Darren Hart Cc: Andy

[PATCH] intel_ips: Convert timers to use timer_setup()

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. Moves timer structure off stack and into struct ips_driver. Cc: Darren Hart Cc: Andy Shevchenko Cc: