From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26467 invoked by alias); 29 Nov 2011 15:02:45 -0000 Received: (qmail 26414 invoked by uid 22791); 29 Nov 2011 15:02:43 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Nov 2011 15:02:22 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pATF2MPa003716 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 29 Nov 2011 10:02:22 -0500 Received: from fche.csb (vpn-8-102.rdu.redhat.com [10.11.8.102]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id pATF2LhM007289; Tue, 29 Nov 2011 10:02:22 -0500 Received: by fche.csb (Postfix, from userid 2569) id CF49C5814E; Tue, 29 Nov 2011 10:02:20 -0500 (EST) Date: Tue, 29 Nov 2011 17:02:00 -0000 From: "Frank Ch. Eigler" To: Matthew Ward Cc: systemtap@sources.redhat.com Subject: Re: usertap kernel read faults - can I ignore them somehow? Message-ID: <20111129150220.GB3339@redhat.com> References: <4ED4F383.5030901@fubra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ED4F383.5030901@fubra.com> User-Agent: Mutt/1.4.2.2i 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: 2011-q4/txt/msg00238.txt.bz2 Hi, Matthew - > [...] When using the --skip-badvars option, if I'm running the > tapset as a service using stapio, do I pass this to /usr/bin/stap > when I build the original module (.ko) and this will apply whenever > the module version is used by stapio etc. from then on? That's correct. - FChE