[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191121202508.GZ4097@hirez.programming.kicks-ass.net>
Date: Thu, 21 Nov 2019 21:25:08 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Fenghua Yu <fenghua.yu@...el.com>
Cc: Andy Lutomirski <luto@...nel.org>,
David Laight <David.Laight@...lab.com>,
Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
H Peter Anvin <hpa@...or.com>,
Tony Luck <tony.luck@...el.com>,
Ashok Raj <ashok.raj@...el.com>,
Ravi V Shankar <ravi.v.shankar@...el.com>,
linux-kernel <linux-kernel@...r.kernel.org>, x86 <x86@...nel.org>
Subject: Re: [PATCH v10 6/6] x86/split_lock: Enable split lock detection by
kernel parameter
On Thu, Nov 21, 2019 at 10:53:03AM -0800, Fenghua Yu wrote:
> 4. Otherwise, re-calculate addr to point the 32-bit address which contains
> the bit and operate on the bit. No split lock.
That sounds confused, Even BT{,CRS} have a RmW size. There is no
'operate on the bit'.
Specifically I hard rely on BTSL to be a 32bit RmW, see commit:
7aa54be29765 ("locking/qspinlock, x86: Provide liveness guarantee")
You might need to read this paper:
https://www.cl.cam.ac.uk/~pes20/popl17/mixed-size.pdf
Powered by blists - more mailing lists