3/5

x86/alternative: exclude text poking against change_page_attr()

修复模块加载时static_call/text_poke与change_page_attr()并发导致的BUG_ON,通过排除机制避免text poking与CPA操作竞争。