From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 897DE3858424; Wed, 6 Dec 2023 15:39:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 897DE3858424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701877170; bh=IaGsF/5Cc1uOxPFyz8nd9fyHUgc9k7U6NHCH1RDMgeg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YxrSGiJsu91YXW3qYtbbCeEcJjxIlk8BPye6KyAyHrdd1R2v3cONOisuEvQwhMC7E b6jjokKcg7eRak5AnO56VkNDszCSZnREXAf/QIiisXOw2jjLiqUtgQJ8ibKWuq1Otd UCVn+xxl6rwOrDaTpN6r0Fi47SsBXsFTyAPirk7c= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/30999] _kretprobe_data needs to be adjusted to support changes in the kernel's struct kretprobe_instance Date: Wed, 06 Dec 2023 15:39:29 +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: RESOLVED X-Bugzilla-Resolution: FIXED 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_status resolution 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=3D30999 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from William Cohen --- This issue is addressed by=20 ommit caea38e701923ec78622746d428e87d1c3899d9e (HEAD -> master, origin/mast= er, origin/HEAD) Author: William Cohen Date: Tue Dec 5 09:55:30 2023 -0500 Support kretprobe ABI change in Linux 5.11 kernels Linux git commit d741bf41d7 changed how to access information associated with a kretprobe instance. Code should use the get_kretprobe function to get that information. For older kernels just define an equivalent get_kretprobe define. --=20 You are receiving this mail because: You are the assignee for the bug.=