Re: [PATCH] s390/ap_bus: Convert timers to use timer_setup()

2017-11-16 Thread Kees Cook
On Thu, Nov 16, 2017 at 12:03 AM, Martin Schwidefsky wrote: > On Wed, 15 Nov 2017 23:58:44 -0800 > Kees Cook wrote: > >> On Thu, Nov 2, 2017 at 11:29 PM, Martin Schwidefsky >> wrote: >> > On Thu, 2 Nov 2017 16:36:53 -0700 >> > Kees Cook wrote: >> > >> >> On Wed, Oct 25, 2017 at 11:38 PM, Martin

Re: [PATCH] s390/ap_bus: Convert timers to use timer_setup()

2017-11-16 Thread Martin Schwidefsky
On Wed, 15 Nov 2017 23:58:44 -0800 Kees Cook wrote: > On Thu, Nov 2, 2017 at 11:29 PM, Martin Schwidefsky > wrote: > > On Thu, 2 Nov 2017 16:36:53 -0700 > > Kees Cook wrote: > > > >> On Wed, Oct 25, 2017 at 11:38 PM, Martin Schwidefsky > >> wrote: > >> > On Wed, 25 Oct 2017 03:27:37 -0700

Re: [PATCH] s390/ap_bus: Convert timers to use timer_setup()

2017-11-15 Thread Kees Cook
On Thu, Nov 2, 2017 at 11:29 PM, Martin Schwidefsky wrote: > On Thu, 2 Nov 2017 16:36:53 -0700 > Kees Cook wrote: > >> On Wed, Oct 25, 2017 at 11:38 PM, Martin Schwidefsky >> wrote: >> > On Wed, 25 Oct 2017 03:27:37 -0700 >> > Kees Cook wrote: >> > >> >> In preparation for unconditionally passi

Re: [PATCH] s390/ap_bus: Convert timers to use timer_setup()

2017-11-03 Thread Kees Cook
On Thu, Nov 2, 2017 at 11:29 PM, Martin Schwidefsky wrote: > On Thu, 2 Nov 2017 16:36:53 -0700 > Kees Cook wrote: > >> On Wed, Oct 25, 2017 at 11:38 PM, Martin Schwidefsky >> wrote: >> > On Wed, 25 Oct 2017 03:27:37 -0700 >> > Kees Cook wrote: >> > >> >> In preparation for unconditionally passi

Re: [PATCH] s390/ap_bus: Convert timers to use timer_setup()

2017-11-02 Thread Martin Schwidefsky
On Thu, 2 Nov 2017 16:36:53 -0700 Kees Cook wrote: > On Wed, Oct 25, 2017 at 11:38 PM, Martin Schwidefsky > wrote: > > On Wed, 25 Oct 2017 03:27:37 -0700 > > Kees Cook wrote: > > > >> In preparation for unconditionally passing the struct timer_list pointer to > >> all timer callbacks, switch

Re: [PATCH] s390/ap_bus: Convert timers to use timer_setup()

2017-11-02 Thread Kees Cook
On Wed, Oct 25, 2017 at 11:38 PM, Martin Schwidefsky wrote: > On Wed, 25 Oct 2017 03:27:37 -0700 > 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

Re: [PATCH] s390/ap_bus: Convert timers to use timer_setup()

2017-10-25 Thread Martin Schwidefsky
On Wed, 25 Oct 2017 03:27:37 -0700 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: Harald Freudenberger > Cc: Martin Schwi

[PATCH] s390/ap_bus: Convert timers to use timer_setup()

2017-10-25 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: Harald Freudenberger Cc: Martin Schwidefsky Cc: Heiko Carstens Cc: linux-s...@vger.kernel.org Signed-