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]
Date: Fri,  8 Mar 2024 16:46:59 +0800
From: linke li <lilinke99@...com>
To: tglx@...utronix.de
Cc: frederic@...nel.org,
	lilinke99@...com,
	linux-kernel@...r.kernel.org,
	mingo@...nel.org
Subject: Re: [PATCH] tick: use READ_ONCE() to read jiffies in concurrent environment

I am really sorry for making a confusing commit log.

>
> This patch finds nothing. Explain it correctly why it matters that the
> first read is not marked READ_ONCE(). Is this solving a correctness
> problem or are you adding it just to shut up the KCSAN warning?
>

The first read on jiffies is a racy read, and is expected to be racy.
So Mark data races to pwd->triggered as benign using READ_ONCE. This 
patch aiming at reducing the number of benign races reported by KCSAN
in order to focus future debugging effort on harmful races.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ