On 14.02.2022 13:50, Andrew Cooper wrote: > Control Flow Integrity schemes use toolchain and optionally hardware support > to help protect against call/jump/return oriented programming attacks. > > Use cf_check to annotate function pointer targets for the toolchain. > > pv_emul_is_mem_write() is only used in a single file. Having it as a static > inline is pointless because it can't be inlined to begin with.
I'd like you to consider to re-word this: It being static inline was for the case of there appearing a 2nd user. I don't view such as pointless. Jan