From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125583 invoked by alias); 8 Dec 2015 16:00:56 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 125486 invoked by uid 48); 8 Dec 2015 16:00:47 -0000 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: Tue, 08 Dec 2015 16:00:00 -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: cc 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 X-SW-Source: 2015-q4/txt/msg00243.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D18320 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wcohen at redhat dot com --- Comment #1 from William Cohen --- The __get_cpu_var() define has been removed from newer kernels by the patch below so __get_cpu_var() use will also need to be removed from runtime/transport/ring_buffer.c. author Christoph Lameter 2014-12-13 00:58:42 (GMT) committer Linus Torvalds 2014-12-13 20:42:53 (GMT) commit 6c51ec4d18d24b2ffa69de5d60bebaeb4f8e2398 (patch) tree 59f19ea2a7d9e697fc8ca2bf72d35334be01f517 /include/linux/percpu-defs= .h parent 37d469e7673a663cbf38360beb1eaa3224c9d272 (diff) percpu: remove __get_cpu_var and __raw_get_cpu_var macros No user is left in the kernel source tree. Therefore we can drop the definitions. This is the final merge of the transition away from __get_cpu_var. After this patch the kernel will not build if anyone uses __get_cpu_var. Signed-off-by: Christoph Lameter Cc: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --=20 You are receiving this mail because: You are the assignee for the bug.