From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11377 invoked by alias); 4 Dec 2008 18:52:15 -0000 Received: (qmail 11366 invoked by uid 22791); 4 Dec 2008 18:52:15 -0000 X-Spam-Level: * X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Dec 2008 18:51:39 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id mB4IbtIn027738 for ; Thu, 4 Dec 2008 13:37:55 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mB4Ibs3Z017934 for ; Thu, 4 Dec 2008 13:37:54 -0500 Received: from ton.toronto.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mB4IbqsL006348; Thu, 4 Dec 2008 13:37:53 -0500 Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id mB4IbqNQ022694; Thu, 4 Dec 2008 13:37:52 -0500 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id mB4IboLr022692; Thu, 4 Dec 2008 13:37:50 -0500 X-Authentication-Warning: ton.toronto.redhat.com: fche set sender to fche@redhat.com using -f To: ananth@in.ibm.com Cc: Breno Leitao , systemtap@sources.redhat.com Subject: Re: registration error (rc -22) on a standard function. Why ? References: <49372A82.1030505@linux.vnet.ibm.com> <20081204034007.GC18196@in.ibm.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 04 Dec 2008 18:52:00 -0000 In-Reply-To: <20081204034007.GC18196@in.ibm.com> (Ananth N. Mavinakayanahalli's message of "Thu, 4 Dec 2008 09:10:07 +0530") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 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 X-SW-Source: 2008-q4/txt/msg00480.txt.bz2 Ananth N Mavinakayanahalli writes: > [...] >> WARNING: probe module("bonding").function("_lock_tx_hashtbl@drivers/net/bonding/bond_alb.c:132") registration error (rc -22) >> [...] > Possibly part of the SystemTap blacklist. [...] No; the systemtap blacklist takes effect early during pass 2. This was a pass 5 error. - FChE