Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932591Ab3DTQZ2 (ORCPT ); Sat, 20 Apr 2013 12:25:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23988 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932377Ab3DTQZ1 (ORCPT ); Sat, 20 Apr 2013 12:25:27 -0400 Date: Sat, 20 Apr 2013 18:22:23 +0200 From: Oleg Nesterov To: Jacob Shin Cc: Ingo Molnar , Peter Zijlstra , Arnaldo Carvalho de Melo , "H. Peter Anvin" , Thomas Gleixner , x86@kernel.org, Stephane Eranian , Jiri Olsa , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] perf: Add hardware breakpoint address mask Message-ID: <20130420162223.GA13393@redhat.com> References: <1365528113-5458-1-git-send-email-jacob.shin@amd.com> <1365528113-5458-2-git-send-email-jacob.shin@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365528113-5458-2-git-send-email-jacob.shin@amd.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 671 Lines: 21 On 04/09, Jacob Shin wrote: > > @@ -612,6 +612,9 @@ static int hw_breakpoint_add(struct perf_event *bp, int flags) > if (!(flags & PERF_EF_START)) > bp->hw.state = PERF_HES_STOPPED; > > + if (bp->attr.bp_addr_mask && !arch_has_hw_breakpoint_addr_mask()) > + return -EOPNOTSUPP; > + This is called by sched_in... Isn't it "too late" ? Perhaps arch_validate_hwbkpt_settings() should validate mask/cpu_has_bpext? Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/