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:	Fri, 3 Jul 2015 15:37:39 +0530
From:	Pratyush Anand <panand@...hat.com>
To:	linux-kernel@...r.kernel.org
Cc:	masami.hiramatsu.pt@...achi.com, dave.long@...aro.org,
	will.deacon@....com
Subject: Re: Query: How to blacklist asm symbols for kprobe

On 29/06/2015:02:46:13 PM, Pratyush Anand wrote:
> Hi,
> 
> There might be some symbols defined in asm file, which need to be
> prevented for kprobe-ing.
> 
> For example, el0_sync, el1_sync, el0_dbg, el1_dbg etc (in
> arch/arm64/kernel/entry.S) should be added to the kprobe blacklist
> table. How can we do that?

I think, we need to define them under "section .entry.text" and then
to use arch_within_kprobe_blacklist to prevent such symbols from kprobing.

~Pratyush
--
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