RE: [PATCH v2] flush_icache_range: Export symbol to fix build errors

2014-08-20 Thread Tony Lu
>-Original Message- >Fix building errors occuring due to a missing export of flush_icache_range() >in > >kisskb.ellerman.id.au/kisskb/buildresult/11677809/ > >ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined! > >Signed-off-by: Pranith Kumar >Reported-by: Geert Uytterhoeven >C

Re: [PATCH v2] flush_icache_range: Export symbol to fix build errors

2014-08-20 Thread rkuo
On Mon, Aug 18, 2014 at 11:59:13AM -0400, Pranith Kumar wrote: > Fix building errors occuring due to a missing export of flush_icache_range() > in > > kisskb.ellerman.id.au/kisskb/buildresult/11677809/ > > ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined! > > Signed-off-by: Pranith

Re: [PATCH v2] flush_icache_range: Export symbol to fix build errors

2014-08-20 Thread Vineet Gupta
On Monday 18 August 2014 08:59 AM, Pranith Kumar wrote: > Fix building errors occuring due to a missing export of flush_icache_range() > in > > kisskb.ellerman.id.au/kisskb/buildresult/11677809/ > > ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined! > > Signed-off-by: Pranith Kumar >

Re: [PATCH v2] flush_icache_range: Export symbol to fix build errors

2014-08-18 Thread Max Filippov
On Mon, Aug 18, 2014 at 7:59 PM, Pranith Kumar wrote: > Fix building errors occuring due to a missing export of flush_icache_range() > in > > kisskb.ellerman.id.au/kisskb/buildresult/11677809/ > > ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined! > > Signed-off-by: Pranith Kumar > R