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] [day] [month] [year] [list]
Date:	Fri, 08 Apr 2011 00:48:19 +0100
From:	Ben Hutchings <ben@...adent.org.uk>
To:	Hans-Christian Egtvedt <hans-christian.egtvedt@...el.com>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 4/5] avr32: Fix .size directive for cpu_enter_idle

On Wed, 2011-03-09 at 00:32 +0000, Ben Hutchings wrote:
> gas used to accept (and ignore?) .size directives which referred to
> undefined symbols, as this does.  In binutils 2.21 these are treated
> as errors.

Please acknowledge and send this upstream.

Ben.

> Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
> ---
>  arch/avr32/mach-at32ap/pm-at32ap700x.S |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/avr32/mach-at32ap/pm-at32ap700x.S b/arch/avr32/mach-at32ap/pm-at32ap700x.S
> index 17503b0..f868f4c 100644
> --- a/arch/avr32/mach-at32ap/pm-at32ap700x.S
> +++ b/arch/avr32/mach-at32ap/pm-at32ap700x.S
> @@ -53,7 +53,7 @@ cpu_enter_idle:
>  	st.w	r8[TI_flags], r9
>  	unmask_interrupts
>  	sleep	CPU_SLEEP_IDLE
> -	.size	cpu_idle_sleep, . - cpu_idle_sleep
> +	.size	cpu_enter_idle, . - cpu_enter_idle
>  
>  	/*
>  	 * Common return path for PM functions that don't run from

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.

Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ