From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756049Ab0JONwW (ORCPT ); Fri, 15 Oct 2010 09:52:22 -0400 Received: from canuck.infradead.org ([134.117.69.58]:48326 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755738Ab0JONwV convert rfc822-to-8bit (ORCPT ); Fri, 15 Oct 2010 09:52:21 -0400 Subject: Re: [RFC][PATCH 3/7] perf, hw_breakpoint: Fix crash in hw_breakpoint creation From: Peter Zijlstra To: Frederic Weisbecker Cc: Ingo Molnar , Jason Baron , linux-kernel@vger.kernel.org, David Miller , Mike Galbraith In-Reply-To: <20101015134659.GA5334@nowhere> References: <20101014203404.222133139@chello.nl> <20101014203625.391543667@chello.nl> <20101015134659.GA5334@nowhere> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Fri, 15 Oct 2010 15:52:04 +0200 Message-ID: <1287150724.29097.1514.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2010-10-15 at 15:47 +0200, Frederic Weisbecker wrote: > > +#define PERF_ATTACH_TASK 0x04 > > > > Thanks, the patch looks good. > > I'm just not sure about the point of this flag... Ah, see 6/7..