Re: [PATCH tip/core/rcu 19/45] rcutorture: Print negatives for SRCU counter wraparound

2014-05-07 Thread Paul E. McKenney
On Wed, May 07, 2014 at 02:34:26PM -0700, j...@joshtriplett.org wrote: > On Mon, Apr 28, 2014 at 05:25:07PM -0700, Paul E. McKenney wrote: > > From: "Paul E. McKenney" > > > > The srcu_torture_stats() function prints SRCU's per-CPU c[] array with > > an unsigned format, which means that the numbe

Re: [PATCH tip/core/rcu 19/45] rcutorture: Print negatives for SRCU counter wraparound

2014-05-07 Thread josh
On Mon, Apr 28, 2014 at 05:25:07PM -0700, Paul E. McKenney wrote: > From: "Paul E. McKenney" > > The srcu_torture_stats() function prints SRCU's per-CPU c[] array with > an unsigned format, which means that the number one less than zero is > a very large number. This commit therefore prints this

[PATCH tip/core/rcu 19/45] rcutorture: Print negatives for SRCU counter wraparound

2014-04-28 Thread Paul E. McKenney
From: "Paul E. McKenney" The srcu_torture_stats() function prints SRCU's per-CPU c[] array with an unsigned format, which means that the number one less than zero is a very large number. This commit therefore prints this array with a signed format in order to improve readability of the rcutortur