From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4D16D3858438; Mon, 29 Nov 2021 12:32:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D16D3858438 From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/28634] New: ioscheduler.stp broken with new kernel 5.16.0-0.rc2 Date: Mon, 29 Nov 2021 12:32:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: tapsets X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mcermak 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2021 12:32:12 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28634 Bug ID: 28634 Summary: ioscheduler.stp broken with new kernel 5.16.0-0.rc2 Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tapsets Assignee: systemtap at sourceware dot org Reporter: mcermak at redhat dot com Target Milestone: --- :: [ 12:13:36 ] :: [ BEGIN ] :: Running 'stap -c sync --suppress-handler-errors -e 'probe ioscheduler.elv_add_request{println(elevator_name) exit()}'' semantic error: unresolved struct elevator_queue: operator '->' at /usr/share/systemtap/tapset/linux/ioscheduler.stp:155:65 source:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 $rq->q->elevator->elevator_name)), "") =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ^ in expansion of macro: operator '@alternate' at /usr/share/systemtap/tapset/choose_defined.stpm:3:57 source: ( @defined(@value_if_defined) ? (@value_if_defined) : (@alternate) ) I guess this is caused by linux commit: commit 2e9bc3465ac54d282b855b073409c2c3a7d1ae00 Author: Christoph Hellwig Date: Mon Sep 20 14:33:23 2021 +0200 block: move elevator.h to block/ Except for the features passed to blk_queue_required_elevator_features, elevator.h is only needed internally to the block layer. Move the ELEVATOR_F_* definitions to blkdev.h, and the move elevator.h to block/, dropping all the spurious includes outside of that. --=20 You are receiving this mail because: You are the assignee for the bug.=