[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250513203114.GK2023217@ZenIV>
Date: Tue, 13 May 2025 21:31:14 +0100
From: Al Viro <viro@...iv.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>, dan.j.williams@...el.com,
linux-cxl@...r.kernel.org, linux-kernel@...r.kernel.org,
David Lechner <dlechner@...libre.com>,
Ingo Molnar <mingo@...nel.org>,
"Fabio M. De Francesco" <fabio.maria.de.francesco@...ux.intel.com>,
Davidlohr Bueso <dave@...olabs.net>,
Jonathan Cameron <jonathan.cameron@...wei.com>,
Dave Jiang <dave.jiang@...el.com>,
Alison Schofield <alison.schofield@...el.com>,
Vishal Verma <vishal.l.verma@...el.com>,
Ira Weiny <ira.weiny@...el.com>
Subject: Re: [PATCH 1/7] cleanup: Introduce DEFINE_ACQUIRE() a CLASS() for
conditional locking
On Tue, May 13, 2025 at 09:06:19PM +0100, Al Viro wrote:
> FWIW (unsigned long)v - 1 >= (unsigned long)(-MAX_ERRNO-1) yields
> leaq -1(%rdi), %rax
> cmpq $-4097, %rax
> ja .L4
> from gcc and
> leaq 4095(%rdi), %rax
> cmpq $4095, %rax # imm = 0xFFF
> ja .LBB0_1
> from clang...
Nevermind - should've read back through the thread for context.
Sorry.
Powered by blists - more mailing lists