The kernel restricts me from overwriting the original function address in the system call table to redirect execution, resulting in this error Unable to handle kernel write to read-only memory at virtual address ffffffa468c009a8. I tried to turn off CONFIG_STRICT_MEMORY_RWX, but I didn't find this configuration. I set CONFIG_STRICT_MEMORY_RWX=N in defconfig and CONFIG_DEBUG_RODATA=N, but it didn't take effect and I still can't write. What should I do?