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

2017-01-19 Thread kbuild test robot
Hi Jinbum, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.10-rc4 next-20170119] [cannot apply to tip/x86/core] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Jinbum-Park/mm

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

2017-01-19 Thread Russell King - ARM Linux
On Fri, Jan 20, 2017 at 12:39:20AM +0900, Jinbum Park wrote: > diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug > index afcc550..e4f22ce 100644 > --- a/mm/Kconfig.debug > +++ b/mm/Kconfig.debug > @@ -90,3 +90,9 @@ config DEBUG_PAGE_REF > careful when enabling this feature because it adds ab

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

2017-01-19 Thread Jinbum Park
This patch adds arch-independent testcases for RODATA. Both x86 and x86_64 already have testcases for RODATA, But they are arch-specific because using inline assembly directly. and cacheflush.h is not suitable location for rodata-test related things. Since they were in cacheflush.h, If someone cha