On Sun, Nov 30, 2014, at 14:57, Sami Kerola wrote: > AddressSanitizer is identifying the __asm__ segment as suspicious. Hmm... How come that it doesn't flag the very similar segment in static inline void cpuid(...) as suspicious? Is it the 'inl' command? (What does this do anyway? It isn't an x86 assembly that I can find.) > -static inline > +static inline UL_ASAN_BLACKLIST > void vmware_bdoor(uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) While here, maybe move the 'void' to the previous line? Benno -- http://www.fastmail.com - Does exactly what it says on the tin -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html