[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240213150306.2424991-1-ericchancf@google.com>
Date: Tue, 13 Feb 2024 15:03:06 +0000
From: Eric Chan <ericchancf@...gle.com>
To: conor.dooley@...rochip.com
Cc: aou@...s.berkeley.edu, ericchancf@...gle.com, linux-kernel@...r.kernel.org,
linux-riscv@...ts.infradead.org, palmer@...belt.com, paul.walmsley@...ive.com
Subject: Re: [PATCH] riscv/fence: Consolidate fence definitions and define __{mb,rmb,wmb}
Hi Conor,
Thank you, I should not have just used defconfig without allesconfig.
It has been corrected in PATCH v2 [0] as follows.
v1 -> v2: makes compilation pass with allyesconfig instead of
defconfig only, also satisfy scripts/checkpatch.pl.
- (__asm__ __volatile__ (RISCV_FENCE_ASM(p, s) : : : "memory"))
+ ({ __asm__ __volatile__ (RISCV_FENCE_ASM(p, s) : : : "memory"); })
I've updated patch v3[https://marc.info/?l=linux-kernel&m=170783431129245]
Please let me know if you have any further questions or suggestions.
[0] https://lore.kernel.org/lkml/20240212105946.1241100-1-ericchancf@google.com/
Sincerely,
Eric Chan
Powered by blists - more mailing lists