On 7/30/24 9:38 AM, Dongliang Mu wrote: >>>> "compiler instrumenting" 为什么要翻译成插桩? >>> 指的是“KCSAN then relies on the compiler instrumenting plain accesses.”这句吗。 >> I don't understand the details of KCSAN, but according the doc, KCSAN make a array and >> watch the data address in the array, so is there a real stub which inserted by gcc/clang? > Yes, the compiler(gcc or clang) will insert a real stub, i.e. some > assembly code, in the generated kernel image. OK, then it's fine to translate like this.