Re: [PATCH v4] mm: add arch-independent testcases for RODATA

From: Matthew Wilcox
Date: Wed Jan 25 2017 - 09:42:04 EST


On Wed, Jan 25, 2017 at 11:18:33PM +0900, Jinbum Park wrote:
> + /* test 2: write to the variable; this should fault */
> + /*
> + * This must be written in assembly to be able to catch the
> + * exception that is supposed to happen in the correct case.
> + *
> + * So that probe_kernel_write is used to write
> + * arch-independent assembly.
> + */

This comment makes no sense. Better to just delete the comment.