From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40C0E3858C2A; Mon, 11 Dec 2023 22:15:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40C0E3858C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702332927; bh=m6WOZkh9Zkb/EWJ+ObZEGERaum5qd+XCstXxE3P0EoM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZbhIXR+eMSFLCj0K7lv04miB/awsYCARdcXZgNXW1eNu2Z+1Ms9Up9C6BrGuc6wPW 7Byu5zF40eeVJz2hu/ljOM9mBahfPYoT8Ib0xoweF+Kgm58iYB9sh0bTD6Rn6uHiw7 kM/3zJjZvXBhhXAXZDqR2o3KfgsbJdKmdmgD628A= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: =?UTF-8?B?W0J1ZyBydW50aW1lLzMxMDM5XSBpbXBsaWNpdCBkZWNsYXJhdGlv?= =?UTF-8?B?biBvZiBmdW5jdGlvbiDigJhzdGFwX3Rhc2tfZmluZGVyX2NvbXBsZXRl4oCZ?= Date: Mon, 11 Dec 2023 22:15:26 +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: resolution bug_status 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=3D31039 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from William Cohen --- This has been fixed by: commit 39b3819b69536e8a652920bf491442f26e187a19 (HEAD -> master, origin/mas= ter, origin/HEAD) Author: William Cohen Date: Mon Dec 11 17:03:18 2023 -0500 PR31039: Make autoconf-utrace-via-tracepoints.c work with struct folio Newer linux kernels are using struct folio in place of struct page. Kernel git commit 8c9ae56dc73b5ae48 replaces the struct page argument in should_numa_migrate_memory() with a struct folio. To make the autoconf-utrace-via-tracepoints.c test compile properly needed to add an include to pull in the struct folio definition. This allows the auto_path.exp and many other tests using userspace probes to function properly on the newer Linux 6.7 kernels. --=20 You are receiving this mail because: You are the assignee for the bug.=