[PATCH 10/11] ARM: 7279/1: standardize /proc/iomem "Kernel code" name

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Thu Jan 19 11:11:58 EST 2012


Hi Russell,

your summary mail suggests the author of this patch is Kees Cook. I
assume you didn't add the From: pseudo header by mistake?

Ditto for Fabio and patch 11/11.

Best regards
Uwe

On Thu, Jan 19, 2012 at 03:35:48PM +0000, Russell King - ARM Linux wrote:
> All other ports use "Kernel code" to identify the Kernel text segment
> in /proc/iomem. Change the ARM resources to do the same.
> 
> Signed-off-by: Kees Cook <keescook at chromium.org>
> Acked-by: Nicolas Pitre <nico at linaro.org>
> Signed-off-by: Russell King <rmk+kernel at arm.linux.org.uk>
> ---
>  arch/arm/kernel/setup.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
> index 129fbd5..95653d0 100644
> --- a/arch/arm/kernel/setup.c
> +++ b/arch/arm/kernel/setup.c
> @@ -160,7 +160,7 @@ static struct resource mem_res[] = {
>  		.flags = IORESOURCE_MEM
>  	},
>  	{
> -		.name = "Kernel text",
> +		.name = "Kernel code",
>  		.start = 0,
>  		.end = 0,
>  		.flags = IORESOURCE_MEM
> -- 
> 1.7.4.4
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |



More information about the linux-arm-kernel mailing list