Re: [PATCH 2/2] net: pktgen: Call destroy_hrtimer_on_stack()

2016-05-31 Thread David Miller
From: Guenter Roeck Date: Thu, 26 May 2016 17:21:06 -0700 > If CONFIG_DEBUG_OBJECTS_TIMERS=y, hrtimer_init_on_stack() requires > a matching call to destroy_hrtimer_on_stack() to clean up timer > debug objects. > > Signed-off-by: Guenter Roeck Applied.

[PATCH 2/2] net: pktgen: Call destroy_hrtimer_on_stack()

2016-05-26 Thread Guenter Roeck
If CONFIG_DEBUG_OBJECTS_TIMERS=y, hrtimer_init_on_stack() requires a matching call to destroy_hrtimer_on_stack() to clean up timer debug objects. Signed-off-by: Guenter Roeck --- net/core/pktgen.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git