From: Carsten Emde Date: Tue, 19 Jun 2012 08:43:16 +0000 (+0200) Subject: rcu: Prevent uninitialized string in RCU CPU stall info X-Git-Tag: v3.6-rc1~168^2^2~2^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c17e4d4437d8045a596d9f06c1558dc09e2b372;p=pandora-kernel.git rcu: Prevent uninitialized string in RCU CPU stall info An uninitialized string may be displayed at the end of the rcu_preempt detected stall info such as 0: (1 GPs behind) idle=075/140000000000000/0 =8?^D=8?^D ^^^^^^^^^^ if CONFIG_RCU_FAST_NO_HZ is not defined. This trivial patch clears the string in this case. Signed-off-by: Carsten Emde Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed