lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 Jul 2014 08:50:13 +0200
From:	Hans-Christian Egtvedt <egtvedt@...fundet.no>
To:	Nicholas Krause <xerofoify@...il.com>
Cc:	hskinnemoen@...il.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] avr32: Remove unnessary variables from page.h

Around Wed 23 Jul 2014 02:42:36 -0400 or thereabout, Nicholas Krause wrote:
> This removes the unneeded variables memory_start and memory_end in
> order to fix this fix me message.
> 
> Signed-off-by: Nicholas Krause <xerofoify@...il.com>

This is already applied to my local for-linus branch, it will be pushed once
Linus opens up for merges after 3.16 is released.

> ---
>  arch/avr32/include/asm/page.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/avr32/include/asm/page.h b/arch/avr32/include/asm/page.h
> index f805d1c..701006f 100644
> --- a/arch/avr32/include/asm/page.h
> +++ b/arch/avr32/include/asm/page.h
> @@ -42,8 +42,6 @@ typedef struct page *pgtable_t;
>  #define __pgd(x)		((pgd_t) { (x) })
>  #define __pgprot(x)		((pgprot_t) { (x) })
>  
> -/* FIXME: These should be removed soon */
> -extern unsigned long memory_start, memory_end;
>  
>  /* Pure 2^n version of get_order */
>  static inline int get_order(unsigned long size)
-- 
mvh
Hans-Christian Egtvedt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ