From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83060 invoked by alias); 21 Jun 2016 10:02: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 71768 invoked by uid 48); 21 Jun 2016 10:02:26 -0000 From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: =?UTF-8?B?W0J1ZyBydW50aW1lLzIwMjgyXSBOZXc6IGltcGxpY2l0IGRlY2xhcmF0aW9u?= =?UTF-8?B?IG9mIGZ1bmN0aW9uIOKAmF9fZ2V0X3VzZXJfYmFk4oCZIG9uIHJlY2VudCBh?= =?UTF-8?B?YXJjaDY0IGtlcm5lbA==?= Date: Tue, 21 Jun 2016 10:02:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mcermak at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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 target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2016-q2/txt/msg00262.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D20282 Bug ID: 20282 Summary: implicit declaration of function =E2=80=98__get_user_ba= d=E2=80=99 on recent aarch64 kernel Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: mcermak at redhat dot com Target Milestone: --- With kernel-4.5.0-0.40.el7.aarch64 kbuild fails thusly: =3D=3D=3D=3D=3D=3D=3D Pass 3: translated to C into "/tmp/stapCJl99c/stap_355af5cf9305976cecf5dce2a13ff16c_53860_src.c" using 191104virt/82880res/6208shr/76096data kb, in 20usr/150sys/178real ms. In file included from /usr/local/share/systemtap/runtime/linux/runtime.h:21= 4:0, from /usr/local/share/systemtap/runtime/runtime.h:26, from /tmp/stapCJl99c/stap_355af5cf9305976cecf5dce2a13ff16c_53860_src.c:25: /usr/local/share/systemtap/runtime/stp_string.c: In function =E2=80=98_stp_decode_utf8=E2=80=99: /usr/local/share/systemtap/runtime/stp_string.c:73:2: error: implicit declaration of function =E2=80=98__get_user_bad=E2=80=99 [-Werror=3Dimplicit-function-declaration] if (_stp_deref_nofault(b, 1, buf, (user ? USER_DS : KERNEL_DS))) ^ cc1: all warnings being treated as errors =3D=3D=3D=3D=3D=3D=3D --=20 You are receiving this mail because: You are the assignee for the bug.