lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210512192625.GV975577@paulmck-ThinkPad-P17-Gen-1>
Date:   Wed, 12 May 2021 12:26:25 -0700
From:   "Paul E. McKenney" <paulmck@...nel.org>
To:     Ingo Molnar <mingo@...nel.org>
Cc:     rcu@...r.kernel.org, linux-kernel@...r.kernel.org,
        kernel-team@...com, jiangshanlai@...il.com,
        akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
        josh@...htriplett.org, tglx@...utronix.de, peterz@...radead.org,
        rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
        fweisbec@...il.com, oleg@...hat.com, joel@...lfernandes.org,
        Randy Dunlap <rdunlap@...radead.org>
Subject: Re: [PATCH tip/core/rcu 10/10] rcu: Fix various typos in comments

On Wed, May 12, 2021 at 08:23:17PM +0200, Ingo Molnar wrote:
> 
> * Paul E. McKenney <paulmck@...nel.org> wrote:
> 
> > From: Ingo Molnar <mingo@...nel.org>
> > 
> > Fix ~12 single-word typos in RCU code comments.
> > 
> > [ paulmck: Apply feedback from Randy Dunlap. ]
> > Reviewed-by: Randy Dunlap <rdunlap@...radead.org>
> > Signed-off-by: Ingo Molnar <mingo@...nel.org>
> > Signed-off-by: Paul E. McKenney <paulmck@...nel.org>
> > ---
> >  kernel/rcu/srcutree.c                                     | 4 ++--
> >  kernel/rcu/sync.c                                         | 4 ++--
> >  kernel/rcu/tasks.h                                        | 8 ++++----
> >  kernel/rcu/tree.c                                         | 4 ++--
> >  kernel/rcu/tree.h                                         | 2 +-
> >  kernel/rcu/tree_plugin.h                                  | 2 +-
> >  .../selftests/rcutorture/formal/srcu-cbmc/src/locks.h     | 2 +-
> >  7 files changed, 13 insertions(+), 13 deletions(-)
> 
> There's one more I missed.

Good eyes, and I have folded this in, thank you!

							Thanx, Paul

> Thanks,
> 
> 	Ingo
> 
> Signed-off-by: Ingo Molnar <mingo@...nel.org>
> ---
>  kernel/rcu/tree.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
> index 60ad78560be3..a7dd763a70c3 100644
> --- a/kernel/rcu/tree.c
> +++ b/kernel/rcu/tree.c
> @@ -3848,7 +3848,7 @@ EXPORT_SYMBOL_GPL(start_poll_synchronize_rcu);
>   *
>   * If a full RCU grace period has elapsed since the earlier call from
>   * which oldstate was obtained, return @true, otherwise return @false.
> - * If @false is returned, it is the caller's responsibilty to invoke this
> + * If @false is returned, it is the caller's responsibility to invoke this
>   * function later on until it does return @true.  Alternatively, the caller
>   * can explicitly wait for a grace period, for example, by passing @oldstate
>   * to cond_synchronize_rcu() or by directly invoking synchronize_rcu().
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ