kernel/latency.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: linux-latency-tracing.q/kernel/latency.c =================================================================== --- linux-latency-tracing.q.orig/kernel/latency.c +++ linux-latency-tracing.q/kernel/latency.c @@ -316,8 +316,8 @@ static void notrace printk_name(unsigned static unsigned long *worst_stack_bp; #endif static DEFINE_RAW_SPINLOCK(worst_stack_lock); -unsigned long worst_stack_left = THREAD_SIZE; -static unsigned long worst_stack_printed = THREAD_SIZE; +unsigned long worst_stack_left = THREAD_SIZE/2; +static unsigned long worst_stack_printed = THREAD_SIZE/2; static char worst_stack_comm[TASK_COMM_LEN+1]; static int worst_stack_pid; static unsigned long worst_stack_sp;