From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 14548385701E; Wed, 27 Sep 2023 14:24:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14548385701E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1695824663; bh=60Yiep3lKlG3IfIrZf0Mg2P0QVpcPofK9QG7GYRIinU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SXOfA5z/nsYBZd6PMlmou/FReFthvqZazffwr6sZi5iKLwAUy2udqJs5+ZDvcCSZc c6vEyh++dkowk4bJwPr08/v1aJGoK7WbtBYXUXayn5MkC+XxeVw5TKQtTNtElbrNC3 akm/cHhsTr0mwIpb+PNiMmrdrsiaPal+kqLT79Yg= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/30831] Systemtap scripts fail to compile on newest linux 6.6 kernels Date: Wed, 27 Sep 2023 14:24: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=3D30831 --- Comment #5 from William Cohen --- Created attachment 15140 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15140&action=3Ded= it eliminate problem use of flush_scheduled_work() This patch allows systemtap to build modules for linux-6.6 kernels. It has been tested out on (running the examples tests): x86_64 fedora rawhide kernel-6.6.0-0.rc3.26.fc40.x86_64 x86_64 f38 kernel-6.4.15-200.fc38.x86_64 x86_64 rhel9 kernel-5.14.0-368.el9.x86_64 x86_64 rhel8 kernel-4.18.0-514.el8.x86_64 --=20 You are receiving this mail because: You are the assignee for the bug.=