From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A980C3858C78; Mon, 18 Sep 2023 13:51:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A980C3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1695045065; bh=HkSTEmph4Pu45L2BeXY++a6ECPH0QFYnRIKTiNKOIoM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Wqq5v7bRVyQ9u0zrLzgbFD0h0Zl8/EUMOEM80enydyaKQKBFUI9HzRJMY1bcComhR 3YkX2TB3/cmWShuNZ0LPC0H4ZIWio1wNxmiDvWq+TFIVZfJA4/vFqKesuYOkJml7/F OC+6whp/doTajuy1Ai8/RLrN9wL6gSoNgaBRW7Bc= 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: Mon, 18 Sep 2023 13:51:05 +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 #4 from William Cohen --- Created attachment 15117 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15117&action=3Ded= it Avoid implicit type conversions of argument for task_work_add The linux 6.6 kernels are now flagging implicit type conversions with warni= ngs that will stop the compilations as they are treated as errors. Now using TWA_RESUME where available or setting a sane define value for it if it does= n't. --=20 You are receiving this mail because: You are the assignee for the bug.=