From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3980 invoked by alias); 2 Oct 2012 08:26:33 -0000 Received: (qmail 3784 invoked by uid 48); 2 Oct 2012 08:26:17 -0000 From: "alexander.lochmann@tu-dortmund.de" To: systemtap@sourceware.org Subject: [Bug releng/14655] New: kallsyms_lookup_name is not exported by kernel versions prior to 2.6.33 Date: Tue, 02 Oct 2012 08:26:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: releng X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: alexander.lochmann@tu-dortmund.de X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-q4/txt/msg00003.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14655 Bug #: 14655 Summary: kallsyms_lookup_name is not exported by kernel versions prior to 2.6.33 Product: systemtap Version: unspecified Status: NEW Severity: minor Priority: P2 Component: releng AssignedTo: systemtap@sourceware.org ReportedBy: alexander.lochmann@tu-dortmund.de Classification: Unclassified The current systemtap release uses "kallsyms_lookup_name" which is exported by the kernel since version 2.6.33. If a version prior to this one is used, the compilation of a script just places a warning "WARNING: "kallsyms_lookup_name" [/tmp/stapu1Ne9G/alexv8.ko] undefined!". Loading the modules will fail because of an undefined symbol. I used the linux kernel 2.6.29 (android qemu).. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.