From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7521 invoked by alias); 27 Feb 2014 11:48:39 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 7513 invoked by uid 89); 27 Feb 2014 11:48:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Feb 2014 11:48:34 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1RBmSEI000782 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 27 Feb 2014 06:48:29 -0500 Received: from fche.csb (vpn-236-250.phx2.redhat.com [10.3.236.250]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s1RBmSra019651; Thu, 27 Feb 2014 06:48:28 -0500 Received: by fche.csb (Postfix, from userid 2569) id CC9A0584E3; Thu, 27 Feb 2014 06:48:27 -0500 (EST) Date: Thu, 27 Feb 2014 11:48:00 -0000 From: "Frank Ch. Eigler" To: Sandeepa Prabhu Cc: systemtap@sourceware.org, William Cohen , Masami Hiramatsu , Petr Machata , Mark Wielaard , Deepak Saxena , Arnd Bergmann , "sandeepa.prabhu@linux.com" Subject: Re: arm64 kprobes patches Message-ID: <20140227114827.GB31320@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-SW-Source: 2014-q1/txt/msg00193.txt.bz2 Hi - On Thu, Feb 27, 2014 at 10:12:26AM +0530, Sandeepa Prabhu wrote: > [...] > Even on arm64, there are kernel functions that fails for kprobes, > (example: memcpy, memset etc) that are referenced by kprobe handler > themselves. That is normal & fine, if "fails for kprobes" means only that the kprobes refuse to be registered. A failure that brings down the kernel is much worse. - FChE