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]
Message-ID: <4A5476D2.7040709@monstr.eu>
Date:	Wed, 08 Jul 2009 12:37:06 +0200
From:	Michal Simek <monstr@...str.eu>
To:	Tejun Heo <tj@...nel.org>
CC:	"linux-arch@...r.kernel.org" <linux-arch@...r.kernel.org>,
	Linux Kernel <linux-kernel@...r.kernel.org>,
	microblaze-uclinux@...e.uq.edu.au, Sam Ravnborg <sam@...nborg.org>,
	Paul Mundt <lethal@...ux-sh.org>,
	Tony Luck <tony.luck@...el.com>,
	Mike Frysinger <vapier@...too.org>
Subject: Re: [PATCH percpu 1/2] microblaze: include EXIT_TEXT to _stext

Tejun Heo wrote:
> From: Michal Simek <monstr@...str.eu>
> 
> Microblaze wants to throw out EXIT_TEXT during runtime too.  This
> hasn't caused trouble till now because the linker script didn't
> discard EXIT_TEXT and it ended up in its default output section.  As
> discard definition is about to be unified, include EXIT_TEXT into
> _stext explicitly and while at it replace explicit exitcall definition
> to EXIT_CALL.
> 
> Signed-off-by: Michal Simek <monstr@...str.eu>
> Signed-off-by: Tejun Heo <tj@...nel.org>
> ---
> Michal, I added the commit messaeg and SOB.  If you don't like it
> please let me know.

It is ok. I rechecked it and works.

Thanks,
Michal


> 
> If there's no further objection, I'll commit this and the next patch
> to percpu#for-next.
> 
> Thanks.
> 
>  arch/microblaze/kernel/vmlinux.lds.S |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Index: work/arch/microblaze/kernel/vmlinux.lds.S
> ===================================================================
> --- work.orig/arch/microblaze/kernel/vmlinux.lds.S
> +++ work/arch/microblaze/kernel/vmlinux.lds.S
> @@ -23,8 +23,8 @@ SECTIONS {
>  		_stext = . ;
>  		*(.text .text.*)
>  		*(.fixup)
> -
> -		*(.exitcall.exit)
> +               EXIT_TEXT
> +               EXIT_CALL
>  		SCHED_TEXT
>  		LOCK_TEXT
>  		KPROBES_TEXT


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
--
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