* Jann Horn <[email protected]> wrote: > +{ > + /* Permitting a write to readonly memory is fine - making the readonly > + * memory executable afterwards would require EXECMOD permission because > + * anon_vma would be non-NULL. > + */
Minor stylistic nit: please fix this comment to be visually symmetric. (There's
another one introduced by one of your other patches.)
Thanks,
Ingo

