From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EF2563858CD1; Wed, 22 Nov 2023 00:19:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF2563858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700612360; bh=I1YUFSpRYFeRKzKRN/hNjdqMLw7psGGtF6e5fctgALY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sCYRsoZk7p8YpKtkq0JecwtS4aXp9wYjccvK1BpYtBH2DY4yZ3EknX3GyUon0nq80 c0U5UU7I70Qj0vJguwNn0Xam0uhwHvloQk731VqhRsBlQNTErrB5PApIp2J20fTIQe bT97ZzUF4aJew4WWGUMITq5xBAw1MguA+IBUTxVs= From: "fche at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/31074] On aarch64 the systemtap.base/set_kernel.stp triggers "Unable to handle kernel paging request" Date: Wed, 22 Nov 2023 00:19:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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: fche 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: cc Message-ID: In-Reply-To: References: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31074 Frank Ch. Eigler changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fche at redhat dot com --- Comment #1 from Frank Ch. Eigler --- That failing strcmp may come from stp_tracepoint.c, via stp_tracepoint_going / get_tracepoint 00126 head =3D &tracepoint_table[hash & (TRACEPOINT_TABLE_SIZE - 1)= ];=20=20=20=20=20 00127 hlist_for_each_entry(e, head, hlist) {=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 00128 if (!strcmp(name, e->name))=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 00129 return e;=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 00130 }=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 that offset 0x30 looks like it could be a match for e->name with null e --=20 You are receiving this mail because: You are the assignee for the bug.=