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 
>CC: Andrew Morton 
>---
> arch/arc/mm/cache_arc700.c | 1 +
> arch/hexagon/mm/cache.c| 1 +
> arch/sh/mm/cache.c | 1 +
> arch/tile/kernel/smp.c | 1 +
> arch/xtensa/kernel/smp.c   | 1 +
> 5 files changed, 5 insertions(+)
>

For Tile,

Acked-by: Zhigang Lu 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 Kumar 
> Reported-by: Geert Uytterhoeven 
> CC: Andrew Morton 
> ---
>  arch/arc/mm/cache_arc700.c | 1 +
>  arch/hexagon/mm/cache.c| 1 +
>  arch/sh/mm/cache.c | 1 +
>  arch/tile/kernel/smp.c | 1 +
>  arch/xtensa/kernel/smp.c   | 1 +
>  5 files changed, 5 insertions(+)
> 

For Hexagon,

Acked-by: Richard Kuo 

-- 

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 
> Reported-by: Geert Uytterhoeven 
> CC: Andrew Morton 
> ---
>  arch/arc/mm/cache_arc700.c | 1 +
>  arch/hexagon/mm/cache.c| 1 +
>  arch/sh/mm/cache.c | 1 +
>  arch/tile/kernel/smp.c | 1 +
>  arch/xtensa/kernel/smp.c   | 1 +
>  5 files changed, 5 insertions(+)
>
> diff --git a/arch/arc/mm/cache_arc700.c b/arch/arc/mm/cache_arc700.c
> index 4670afc..e88ddbf 100644
> --- a/arch/arc/mm/cache_arc700.c
> +++ b/arch/arc/mm/cache_arc700.c
> @@ -581,6 +581,7 @@ void flush_icache_range(unsigned long kstart, unsigned 
> long kend)
>   tot_sz -= sz;
>   }
>  }
> +EXPORT_SYMBOL(flush_icache_range);
 
Acked-by: Vineet Gupta# for arch/arc bits

thx,
-Vineet
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 
> Reported-by: Geert Uytterhoeven 
> CC: Andrew Morton 
> ---
>  arch/arc/mm/cache_arc700.c | 1 +
>  arch/hexagon/mm/cache.c| 1 +
>  arch/sh/mm/cache.c | 1 +
>  arch/tile/kernel/smp.c | 1 +
>  arch/xtensa/kernel/smp.c   | 1 +
>  5 files changed, 5 insertions(+)

For xtensa
Acked-by: Max Filippov 

-- 
Thanks.
-- Max
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/