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: <bd5dfbff-91fd-4215-879e-361437edfc08@paulmck-laptop>
Date: Sun, 28 Dec 2025 20:39:42 -0800
From: "Paul E. McKenney" <paulmck@...nel.org>
To: Chaitanya Mishra <chaitanyamishra.ai@...il.com>
Cc: frederic@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] context_tracking: fix spelling of "occurring" in comment

On Mon, Dec 29, 2025 at 09:14:40AM +0530, Chaitanya Mishra wrote:
> Fix a typo in the ct_user_enter() function comment where "occuring"
> should be spelled "occurring".
> 
> Signed-off-by: Chaitanya Mishra <chaitanyamishra.ai@...il.com>

Reviewed-by: Paul E. McKenney <paulmck@...nel.org>

> ---
>  kernel/context_tracking.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c
> index fb5be6e9b..4b6330c9d 100644
> --- a/kernel/context_tracking.c
> +++ b/kernel/context_tracking.c
> @@ -558,7 +558,7 @@ void ct_user_enter(enum ctx_state state)
>  	unsigned long flags;
>  
>  	/*
> -	 * Some contexts may involve an exception occuring in an irq,
> +	 * Some contexts may involve an exception occurring in an irq,
>  	 * leading to that nesting:
>  	 * ct_irq_enter() rcu_eqs_exit(true) rcu_eqs_enter(true) ct_irq_exit()
>  	 * This would mess up the dyntick_nesting count though. And rcu_irq_*()
> -- 
> 2.50.1 (Apple Git-155)
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ