[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120615203008.GD31184@leaf>
Date: Fri, 15 Jun 2012 13:30:08 -0700
From: Josh Triplett <josh@...htriplett.org>
To: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Cc: linux-kernel@...r.kernel.org, mingo@...e.hu, laijs@...fujitsu.com,
dipankar@...ibm.com, akpm@...ux-foundation.org,
mathieu.desnoyers@...ymtl.ca, niv@...ibm.com, tglx@...utronix.de,
peterz@...radead.org, rostedt@...dmis.org, Valdis.Kletnieks@...edu,
dhowells@...hat.com, eric.dumazet@...il.com, darren@...art.com,
fweisbec@...il.com, patches@...aro.org,
"Paul E. McKenney" <paul.mckenney@...aro.org>
Subject: Re: [PATCH tip/core/rcu 5/6] rcu: Fix diagnostic-printk typo in
rcutorture
On Fri, Jun 15, 2012 at 11:57:53AM -0700, Paul E. McKenney wrote:
> From: "Paul E. McKenney" <paul.mckenney@...aro.org>
>
> The rcu_torture_barrier() function has a copy-and-paste typo in the
> string passed to rcutorture_shutdown_absorb(), which this commit fixes.
>
> Signed-off-by: Paul E. McKenney <paul.mckenney@...aro.org>
> Signed-off-by: Paul E. McKenney <paulmck@...ux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@...htriplett.org>
> ---
> kernel/rcutorture.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
> index 08d8537..54a3745 100644
> --- a/kernel/rcutorture.c
> +++ b/kernel/rcutorture.c
> @@ -1700,7 +1700,7 @@ static int rcu_torture_barrier(void *arg)
> schedule_timeout_interruptible(HZ / 10);
> } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP);
> VERBOSE_PRINTK_STRING("rcu_torture_barrier task stopping");
> - rcutorture_shutdown_absorb("rcu_torture_barrier_cbs");
> + rcutorture_shutdown_absorb("rcu_torture_barrier");
> while (!kthread_should_stop())
> schedule_timeout_interruptible(1);
> return 0;
> --
> 1.7.8
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists