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: <173696726500.31546.14451612488318201495.tip-bot2@tip-bot2>
Date: Wed, 15 Jan 2025 18:54:25 -0000
From: "tip-bot2 for Zhu Jun" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Zhu Jun <zhujun2@...s.chinamobile.com>,
 Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
 linux-kernel@...r.kernel.org
Subject: [tip: timers/core] posix-timers: Fix typo in __lock_timer()

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     9f38e83a88979ddd630c1f80c2404ecde7854044
Gitweb:        https://git.kernel.org/tip/9f38e83a88979ddd630c1f80c2404ecde7854044
Author:        Zhu Jun <zhujun2@...s.chinamobile.com>
AuthorDate:    Wed, 04 Dec 2024 00:09:07 -08:00
Committer:     Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Wed, 15 Jan 2025 19:49:13 +01:00

posix-timers: Fix typo in __lock_timer()

The word 'accross' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@...s.chinamobile.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lore.kernel.org/all/20241204080907.11989-1-zhujun2@cmss.chinamobile.com

---
 kernel/time/posix-timers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/posix-timers.c b/kernel/time/posix-timers.c
index 881a9ce..1b675ae 100644
--- a/kernel/time/posix-timers.c
+++ b/kernel/time/posix-timers.c
@@ -538,7 +538,7 @@ static struct k_itimer *__lock_timer(timer_t timer_id, unsigned long *flags)
 	 * When the reference count reaches zero, the timer is scheduled
 	 * for RCU removal after the grace period.
 	 *
-	 * Holding rcu_read_lock() accross the lookup ensures that
+	 * Holding rcu_read_lock() across the lookup ensures that
 	 * the timer cannot be freed.
 	 *
 	 * The lookup validates locklessly that timr::it_signal ==

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ