From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 797713858D39; Wed, 6 Dec 2023 20:28:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 797713858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701894534; bh=sN710cOZSeklfPnFor0oJIrA5DIvjutczBH9gAu1gzI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yz4G7z8DYjy+UYAaNNsvmqBFOhJ9IeRFFYdcklncPHY2h/SELLKKYtA+pRLPV8NZn EeeKw21lQa8KKapgd7o0p6J3i5TVbPrKSRfus7M3FWiEDigoA/3cfCsRqP2U3nzeD7 H8HTJrPaCl/6umfZ0xR9UjZK6d+tCE5uaaYsuQwo= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/18320] ring_buffer.exp error: implicit declaration of function '__get_cpu_var' Date: Wed, 06 Dec 2023 20:28:53 +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: bug_status resolution 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=3D18320 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from William Cohen --- This code containing __get_cpu_var() reference was removed by git commit 81a7b6f53fc0ddf4203a66637a42bfe715bb1025 Author: Frank Ch. Eigler 2020-09-14 19:54:04 Committer: Frank Ch. Eigler 2020-09-17 10:56:25 Parent: 5b701f181c4e5d8fffc067258ab2f6d771e88255 (Update emacs/systemtap-mode.el for emacs 27) Child: 4c5bed543b9b8c4b9cc544762afc9810938f88fa (Fix get_user_pages{,_remo= te} for 5.9 kernels.) Branches: master, remotes/origin/master and many more (41) Follows: release-4.3 Precedes: release-4.4 deprecate STP_TRANSPORT_VERSION=3D3 (ring_buffer) The non-default ring_buffer transport hasn't even compiled in some time, and appears to have no compelling reason to keep the code around. Let's remove the code. --=20 You are receiving this mail because: You are the assignee for the bug.=