Re: [PATCH] Documentation/atomic_t: Clarify signed vs unsigned

2019-02-12 Thread Ingo Molnar
* Peter Zijlstra wrote: > > Clarify the whole signed vs unsigned issue for atomic_t. > > There has been enough confusion on this topic to warrant a few explicit > words I feel. > > Signed-off-by: Peter Zijlstra (Intel) > --- > Documentation/atomic_t.txt | 17 + > 1 file cha

Re: [PATCH] Documentation/atomic_t: Clarify signed vs unsigned

2019-02-11 Thread Paul E. McKenney
On Tue, Feb 12, 2019 at 09:03:55AM +0800, Boqun Feng wrote: > On Mon, Feb 11, 2019 at 06:09:43PM +0100, Peter Zijlstra wrote: > > > > Clarify the whole signed vs unsigned issue for atomic_t. > > > > There has been enough confusion on this topic to warrant a few explicit > > words I feel. > > > >

Re: [PATCH] Documentation/atomic_t: Clarify signed vs unsigned

2019-02-11 Thread Boqun Feng
On Mon, Feb 11, 2019 at 06:09:43PM +0100, Peter Zijlstra wrote: > > Clarify the whole signed vs unsigned issue for atomic_t. > > There has been enough confusion on this topic to warrant a few explicit > words I feel. > > Signed-off-by: Peter Zijlstra (Intel) FWIW Acked-by: Boqun Feng Regard

Re: [PATCH] Documentation/atomic_t: Clarify signed vs unsigned

2019-02-11 Thread Paul E. McKenney
On Mon, Feb 11, 2019 at 05:28:00PM +, Will Deacon wrote: > On Mon, Feb 11, 2019 at 06:09:43PM +0100, Peter Zijlstra wrote: > > > > Clarify the whole signed vs unsigned issue for atomic_t. > > > > There has been enough confusion on this topic to warrant a few explicit > > words I feel. > > >

Re: [PATCH] Documentation/atomic_t: Clarify signed vs unsigned

2019-02-11 Thread Will Deacon
On Mon, Feb 11, 2019 at 06:09:43PM +0100, Peter Zijlstra wrote: > > Clarify the whole signed vs unsigned issue for atomic_t. > > There has been enough confusion on this topic to warrant a few explicit > words I feel. > > Signed-off-by: Peter Zijlstra (Intel) > --- > Documentation/atomic_t.txt

[PATCH] Documentation/atomic_t: Clarify signed vs unsigned

2019-02-11 Thread Peter Zijlstra
Clarify the whole signed vs unsigned issue for atomic_t. There has been enough confusion on this topic to warrant a few explicit words I feel. Signed-off-by: Peter Zijlstra (Intel) --- Documentation/atomic_t.txt | 17 + 1 file changed, 17 insertions(+) diff --git a/Documentat