From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7AE123858D39; Wed, 9 Nov 2022 14:00:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7AE123858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668002435; bh=UDdFFgfKtam14GiCsNA7JqIl6WivIICmGkWz/izzTZY=; h=From:To:Subject:Date:From; b=cGa60dQR8obJFwjv6vZl5vGshpywpgkBnCIWKHoB8n0J3XYHsITllmqNrYfE5lg9N vMTNhWnYeoA9+DFQsOolXIbXm9/1LO4+5+8HXbarlaJL/dG4qeuduIYiFrnB2C5ON4 9A5IYw/m0rqc5j4hLD54LnGHdXFhe0B9jtX50KcQ= From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/29766] New: kernel.function("__set_page_dirty_buffers") not found in tapset/linux/vfs.stp Date: Wed, 09 Nov 2022 14:00:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29766 Bug ID: 29766 Summary: kernel.function("__set_page_dirty_buffers") not found in tapset/linux/vfs.stp Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: mcermak at redhat dot com Target Milestone: --- The new 5.14.0-186.kpq1.el9 seems to be missing kernel.function("__set_page_dirty_buffers"). Suspectedly the following ker= nel commit is related: commit e621900ad28b748e058b81d6078a5d5eb37b3973 Author: Matthew Wilcox (Oracle) Date: Wed Feb 9 20:22:12 2022 +0000 fs: Convert __set_page_dirty_buffers to block_dirty_folio Convert all callers; mostly this is just changing the aops to point at it, but a few implementations need a little more work. Signed-off-by: Matthew Wilcox (Oracle) Tested-by: Damien Le Moal Acked-by: Damien Le Moal Tested-by: Mike Marshall # orangefs Tested-by: David Howells # afs Reproducer: # stap -P -w -p4 /root/systemtap/testsuite/buildok/vfs-all-probes.stp semantic error: while resolving probe point: identifier 'kernel' at /usr/local/share/systemtap/tapset/linux/vfs.stp:825:38 source: probe vfs.__set_page_dirty_buffers =3D kernel.function("__set_page_dirty_buffers") ^ semantic error: no match (similar functions: __set_page_dirty_nobuffers, write_dirty_buffer, __set_page_dirty, __sync_dirty_buffer, set_page_dirty_l= ock) Pass 2: analysis failed. [man error::pass2] Number of similar error messages suppressed: 1. Rerun with -v to see them. # --=20 You are receiving this mail because: You are the assignee for the bug.=