Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753200AbbF2JQY (ORCPT ); Mon, 29 Jun 2015 05:16:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56336 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753369AbbF2JQQ (ORCPT ); Mon, 29 Jun 2015 05:16:16 -0400 Date: Mon, 29 Jun 2015 14:46:13 +0530 From: Pratyush Anand To: linux-kernel@vger.kernel.org Cc: masami.hiramatsu.pt@hitachi.com, dave.long@linaro.org, will.deacon@arm.com Subject: Query: How to blacklist asm symbols for kprobe Message-ID: <20150629091613.GA24236@dhcppc13.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 506 Lines: 15 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? ~Pratyush -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/