On Tue, Jun 03, 2025 at 05:36:41PM +0300, Mike Rapoport wrote:
static void its_pages_protect(struct its_array *pages) {
- if (!IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
return;
But modules generally use STRICT_MODULE_RWX.
Oh, I can't read anymore :-( I'll undo that one.