From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754168AbbCBW6N (ORCPT ); Mon, 2 Mar 2015 17:58:13 -0500 Received: from one.firstfloor.org ([193.170.194.197]:44847 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751914AbbCBW6K (ORCPT ); Mon, 2 Mar 2015 17:58:10 -0500 Date: Mon, 2 Mar 2015 23:58:07 +0100 From: Andi Kleen To: Vince Weaver Cc: Stephane Eranian , Jiri Olsa , "Michael Kerrisk (man-pages)" , linux-man@vger.kernel.org, LKML , Peter Zijlstra , Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo , Chuck Ebbert , Linus Torvalds , Andi Kleen Subject: Re: [patch] perf_event_open.2: 3.19 PERF_SAMPLE_REGS_INTR support Message-ID: <20150302225807.GJ823@two.firstfloor.org> References: <20150228222605.GA13177@krava.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > do not enable REGS_USER and REG_INTR at the same time > as REGS_USER will have REG_INTR values and > cannot be used for user stack unwinding If that's true it would be a bug. But I doubt it. The PEBS handler sets up its own pt_regs, so they should be independent. -Andi -- ak@linux.intel.com -- Speaking for myself only.