From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 858 invoked by alias); 20 Aug 2013 18:20:21 -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 823 invoked by uid 48); 20 Aug 2013 18:20:19 -0000 From: "dsmith at redhat dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/15865] New: nfs_proc.stp needs to be handle NFSv2 support being removed Date: Tue, 20 Aug 2013 18:20:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: tapsets X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dsmith at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q3/txt/msg00158.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15865 Bug ID: 15865 Summary: nfs_proc.stp needs to be handle NFSv2 support being removed Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tapsets Assignee: systemtap at sourceware dot org Reporter: dsmith at redhat dot com In future fedora rawhide kernels, NVSv2 support will be removed. This will cause problems for the nfs_proc.stp tapset, like this: ==== # stap -vp4 -e 'probe nfs.proc2.write { printf("%s %s\n", name, argstr) }' Pass 1: parsed user script and 96 library script(s) using 208932virt/26464res/2792shr/24312data kb, in 160usr/10sys/365real ms. semantic error: while resolving probe point: identifier 'nfs' at :1:7 source: probe nfs.proc2.write { printf("%s %s\n", name, argstr) } ^ semantic error: no match Pass 2: analyzed script: 0 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 390500virt/64416res/3444shr/61488data kb, in 1320usr/320sys/2178real ms. Pass 2: analysis failed. [man error::pass2] ==== -- You are receiving this mail because: You are the assignee for the bug.