From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 450783858C52; Tue, 13 Feb 2024 15:31:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 450783858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707838283; bh=apVARleNjLblM6i//znQLqAWulbV/3TwcB6T8YmgMeY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JJH+06tSML+WurAjDU3+aE/P8AkIFZCNb+2+kzp1l0EoKhN/hrCPxrujBil+R5teN qVg6lHRAVwVeZRauWZhSwTMLYvuLHqj3rMLSkmSePtkJUIeH/KIDzUADvZGvl8bzII lkOqP7qaPnrNL+IVtpUwP4fDK4AtlnSZgqd7JU4Y= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/31373] Allow systemtap to work on kernels without strlcpy (removed in the linux-6.8.0-rc3 kernels) Date: Tue, 13 Feb 2024 15:31:22 +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: 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: 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=3D31373 --- Comment #3 from William Cohen --- Created attachment 15362 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15362&action=3Ded= it Revised patch with macro where only systemtap kernel modules use it. Looked around runtime code. Found a place in runtime/linux where is included and placed the macro after that to ensure had = the strscpy declaration. Tried the patch out and systemtap dyninst backend tes= ts are working. --=20 You are receiving this mail because: You are the assignee for the bug.=