From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754463Ab1AGQ1d (ORCPT ); Fri, 7 Jan 2011 11:27:33 -0500 Received: from mail-ey0-f174.google.com ([209.85.215.174]:49035 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754373Ab1AGQ1c (ORCPT ); Fri, 7 Jan 2011 11:27:32 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=L1XPCd4DCLTiYh6fn2w+DxkYOJPIyhIUjjadLa1t+R8UKKQaGrb3eebdTcJ3m0yR8q Mzl5aV8hvWJBHoVKGMYjmrJpbedNMvK2KaDVqpf9LbXhRD3/JdZ6/e5zAp2sa7QGkIbf AWGWV7IEfUdgwd6BFwNewcsfhqtbet5pLhVc4= Date: Fri, 7 Jan 2011 17:27:27 +0100 From: Frederic Weisbecker To: Jan Beulich Cc: "H. Peter Anvin" , Ingo Molnar , Stephane Eranian , Thomas Gleixner , Arnaldo Carvalho de Melo , Soeren Sandmann Pedersen , LKML Subject: Re: [RFC PATCH 1/2] x86: Fix rbp saving in pt_regs on irq entry Message-ID: <20110107162722.GA3066@nowhere> References: <4D25F79F020000780002AC20@vpn.id2.novell.com> <20110106162236.GB2308@nowhere> <4D25FE5B020000780002AC50@vpn.id2.novell.com> <20110106165452.GC2308@nowhere> <4D2602DE020000780002ACA3@vpn.id2.novell.com> <20110106171231.GD2308@nowhere> <4D26D2C2020000780002AECB@vpn.id2.novell.com> <20110107123130.GB20761@elte.hu> <20110107160459.GA2751@nowhere> <4D2749D6020000780002B0BC@vpn.id2.novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D2749D6020000780002B0BC@vpn.id2.novell.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 07, 2011 at 04:13:58PM +0000, Jan Beulich wrote: > >>> On 07.01.11 at 17:05, Frederic Weisbecker wrote: > > Once I'll have perf callchain based on CFI ready, we'll perhaps find some > > issues > > there. Although I guess there are already tools that can make use of that. > > Is this to read that you're planning to do a re-spin of the CFI > unwinding code (which I'm not allowed to submit another time, > but which we've been using for years in SuSE distros) then? An in-kernel CFI unwinder? No the intended CFI unwinding that I'm working on for perf is made on post-processing, on top of partial stack and regs snapshots. The true unwinding is computed in userspace.