[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160301213611.GY6375@twins.programming.kicks-ass.net>
Date: Tue, 1 Mar 2016 22:36:11 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
Cc: "H. Peter Anvin" <hpa@...or.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Ben Maurer <bmaurer@...com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Russell King <linux@....linux.org.uk>,
linux-api <linux-api@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Michael Kerrisk <mtk.manpages@...il.com>,
Dave Watson <davejwatson@...com>,
rostedt <rostedt@...dmis.org>,
Andy Lutomirski <luto@...capital.net>,
Will Deacon <will.deacon@....com>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
Chris Lameter <cl@...ux.com>, Andi Kleen <andi@...stfloor.org>,
Josh Triplett <josh@...htriplett.org>,
Paul Turner <pjt@...gle.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Catalin Marinas <catalin.marinas@....com>,
Andrew Hunter <ahh@...gle.com>
Subject: Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of
running thread
On Tue, Mar 01, 2016 at 10:32:02PM +0100, Peter Zijlstra wrote:
> > /*
> > * Thread-local ABI rseq_seqnum field.
> > * Updated by the kernel, and read by user-space with
> > * single-copy atomicity semantics. Aligned on 32-bit.
> > * Values:
> > * >= 0: current seqnum for this thread (feature is active).
> > * -1 (initial value): means the rseq feature is inactive.
> > * -2: rseq feature is not available.
> > */
> > int32_t rseq_seqnum;
>
> So I really hate that, that makes we have to check for these special
> values whenever we increment the seq count and cannot have it wrap
> naturally.
Also, since it will wrap, uint32_t is more natural, since the whole
signed overflow thing is somewhat undefined in C.
Powered by blists - more mailing lists