Message ID | 20220523113126.171714-1-wangkefeng.wang@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: Fix kcsan test_barrier fail and panic | expand |
On Mon, 23 May 2022 19:31:24 +0800, Kefeng Wang wrote: > Fix selftest and kcsan_test() module fail when KCSAN_STRICT > and KCSAN_WEAK_MEMORY enabled on ARM64. > > v4: > - Use 2 spaces after a sentence-ending '.', suggested by Marco > - Collect Ack/Review > > [...] Applied to arm64 (for-next/kcsan), thanks! [1/2] asm-generic: Add memory barrier dma_mb() https://git.kernel.org/arm64/c/ed59dfd9509d [2/2] arm64: kcsan: Support detecting more missing memory barriers https://git.kernel.org/arm64/c/4d09caec2fab Cheers,