From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 431BB3858D35; Mon, 6 May 2024 14:11:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 431BB3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715004706; bh=JBLn4MN98FzKTpVMjJqaV7aLfhvIBx+8dTavJB/vXAU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vvoVF1+Cafzmj4oqz1yQ/HzcSe9x/n8Shsm3RlJXNK01adEykZM1dPXRruI4XgHeE ieJVAcD/yyqc2SJqIPPK5BJRrbeDGnLm+sOSnDfYl/aA4dDeRS6Z/0hFXairsqQ8of tZmvR4wP0bEo6RYDc5wkpst0rr6PxKnMU3Fm+Mhc= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/31699] UBSAN errors for systemtap map functions with Fedora Rawhide and Fedora 39 6.8.8 kernels Date: Mon, 06 May 2024 14:11:45 +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: wcohen at redhat dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: wcohen at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status attachments.created 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=3D31699 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|systemtap at sourceware dot org |wcohen at redhat do= t com Status|NEW |ASSIGNED --- Comment #3 from William Cohen --- Created attachment 15495 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15495&action=3Ded= it Another UBSAN fix in runtime/linux/addr-map.c Reviewed the systemtap runtime found another struct that UBSAN checks might flag in runtime/linux/addr-map.c: struct addr_map { size_t size; struct addr_map_entry entries[0]; }; --=20 You are receiving this mail because: You are the assignee for the bug.=