--- zzzz-none-000/linux-4.1.52/kernel/kprobes.c 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/kernel/kprobes.c 2022-03-02 11:37:13.000000000 +0000 @@ -122,7 +122,11 @@ static void *alloc_insn_page(void) { - return module_alloc(PAGE_SIZE); + return module_alloc(PAGE_SIZE +#if defined(CONFIG_AVM_ENHANCED) + , "kprobes" , module_alloc_type_page +#endif/*--- #if defined(CONFIG_AVM_ENHANCED) ---*/ + ); } void __weak free_insn_page(void *page)