On Tue, May 07, 2024 at 02:20:44PM +0800, Yan Zhao wrote: > Introduce and export interface arch_clean_nonsnoop_dma() to flush CPU > caches for memory involved in non-coherent DMAs (DMAs that lack CPU cache > snooping). Err, no. There should really be no exported cache manipulation macros, as drivers are almost guaranteed to get this wrong. I've added Russell to the Cc list who has been extremtly vocal about this at least for arm.