Re: [PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-25 Thread Chen Gang
On 03/25/2014 04:48 PM, Hans-Christian Egtvedt wrote: > Around Sun 23 Mar 2014 07:12:46 +0800 or thereabout, Chen Gang wrote: >> Is this patch OK? >> > > I reread everything you said, and it looks sane. > >> If it is necessary to continue analysing more details, please let me >> know, and I will/

Re: [PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-25 Thread Hans-Christian Egtvedt
Around Sun 23 Mar 2014 07:12:46 +0800 or thereabout, Chen Gang wrote: > Is this patch OK? > I reread everything you said, and it looks sane. > If it is necessary to continue analysing more details, please let me > know, and I will/should continue. No, I will append it to my for-linus branch, an

Re: [PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-22 Thread Chen Gang
Is this patch OK? If it is necessary to continue analysing more details, please let me know, and I will/should continue. Thanks. On 03/16/2014 05:18 AM, Chen Gang wrote: > On 03/09/2014 11:19 PM, Chen Gang wrote: >> On 03/09/2014 06:17 AM, Hans-Christian Egtvedt wrote: >>> Around Sun 09 Mar 201

Re: [PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-15 Thread Chen Gang
On 03/09/2014 11:19 PM, Chen Gang wrote: > On 03/09/2014 06:17 AM, Hans-Christian Egtvedt wrote: >> Around Sun 09 Mar 2014 05:47:04 +0800 or thereabout, Chen Gang wrote: >>> >>> After this patch, our linux kernel can pass "avr32-linux-" allmodconfig >>> (it contents quite a few of warnings, but aft

Re: [PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-09 Thread Chen Gang
On 03/09/2014 06:17 AM, Hans-Christian Egtvedt wrote: > Around Sun 09 Mar 2014 05:47:04 +0800 or thereabout, Chen Gang wrote: >> >> After this patch, our linux kernel can pass "avr32-linux-" allmodconfig >> (it contents quite a few of warnings, but after check, I guess they are >> not kernel's issu

Re: [PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-08 Thread Hans-Christian Egtvedt
Around Sun 09 Mar 2014 05:47:04 +0800 or thereabout, Chen Gang wrote: > > After this patch, our linux kernel can pass "avr32-linux-" allmodconfig > (it contents quite a few of warnings, but after check, I guess they are > not kernel's issue). That sounds great, I am a bit surprised however that t

Re: [PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-08 Thread Chen Gang
After this patch, our linux kernel can pass "avr32-linux-" allmodconfig (it contents quite a few of warnings, but after check, I guess they are not kernel's issue). :-) Thanks. On 03/09/2014 05:35 AM, Chen Gang wrote: > Need export symbol flush_icache_range() to modules, just like another > pl

[PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-08 Thread Chen Gang
Need export symbol flush_icache_range() to modules, just like another platforms have done, or can not pass compiling. The related error (with allmodconfig under avr32): ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error