Re: [RFC PATCH] powerpc/mm: Implement STRICT_MODULE_RWX

From: Christophe Leroy
Date: Wed May 15 2019 - 02:46:42 EST




Le 15/05/2019 Ã 08:42, Christoph Hellwig a ÃcritÂ:
+static int change_page_ro(pte_t *ptep, pgtable_t token, unsigned long addr, void *data)

There are a couple way too long lines like this in the patch.


powerpc arch accepts 90 chars per line, see arch/powerpc/tools/checkpatch.pl

Christophe