Re: [PATCH v2] devtools: stop compiler atomics with no C11 equivalent

2023-04-25 Thread David Marchand
On Tue, Apr 4, 2023 at 2:21 AM Tyler Retzlaff wrote: > > Refrain from using compiler __atomic_{add,and,nand,or,sub,xor}_fetch() > to ease future adoption of C11 standard atomics. > > Signed-off-by: Tyler Retzlaff > --- > devtools/checkpatches.sh | 8 > 1 file changed, 8 insertions(+) >

RE: [PATCH v2] devtools: stop compiler atomics with no C11 equivalent

2023-04-04 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Tuesday, 4 April 2023 02.22 > > Refrain from using compiler __atomic_{add,and,nand,or,sub,xor}_fetch() > to ease future adoption of C11 standard atomics. Seems I forgot to ack v1 when I commented it, so: Acked-by: Morten Brørup

[PATCH v2] devtools: stop compiler atomics with no C11 equivalent

2023-04-03 Thread Tyler Retzlaff
Refrain from using compiler __atomic_{add,and,nand,or,sub,xor}_fetch() to ease future adoption of C11 standard atomics. Signed-off-by: Tyler Retzlaff --- devtools/checkpatches.sh | 8 1 file changed, 8 insertions(+) diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh index