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:	Mon, 08 Sep 2008 23:07:09 -0400
From:	Yoshinori Sato <ysato@...rs.sourceforge.jp>
To:	Hugh Dickins <hugh@...itas.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Paulo Marques <pmarques@...popie.com>,
	lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] exclude h8300 local symbols (Re: kallsyms exclude local symbols)

At Tue, 9 Sep 2008 00:39:40 +0100 (BST),
Hugh Dickins wrote:
> 
> On Mon, 8 Sep 2008, Yoshinori Sato wrote:
> > At Sun, 7 Sep 2008 23:56:27 -0700,
> > Andrew Morton wrote:
> > > 
> > > This patch broke kallsyms on powerpc.  Please see
> > > http://ozlabs.org/pipermail/linuxppc-dev/2008-September/062549.html
> > 
> > Hmm...
> > h8300 local symbol head of '.L'.
> > But powerpc don't have '.L' pattern.
> > I think add condition "str[1] == 'L'".
> 
> No, that won't work right on PowerPC if there's function called
> something like LookUpTable: we want the symbol ".LookUpTable".
> 
> Hugh

OK.
This case can't pattern match.
I Add h8300 special mode.

-- 
Yoshinori Sato
<ysato@...rs.sourceforge.jp>
--
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