From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753301AbZHZUOP (ORCPT ); Wed, 26 Aug 2009 16:14:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753236AbZHZUOP (ORCPT ); Wed, 26 Aug 2009 16:14:15 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:50672 "EHLO e23smtp09.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbZHZUOO (ORCPT ); Wed, 26 Aug 2009 16:14:14 -0400 Date: Thu, 27 Aug 2009 01:44:04 +0530 From: "K.Prasad" To: LKML , Frederic Weisbecker Cc: Ingo Molnar , Peter Zijlstra , Lai Jiangshan , Steven Rostedt , Mathieu Desnoyers , Alan Stern Subject: [Patch 0/3] HW-BKPT: Introduce new features to the hw-breakpoint infrastructure Message-ID: <20090826201404.GA12766@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, Please find a set of patches that implement the features listed below. This is a sequel to the patchset posted yesterday http://lkml.org/lkml/2009/8/25/371 and contains a new patch 3/3. Patch 1/2: Allow per-cpu kernel-space Hardware Breakpoint requests Patch 2/2: Allow kernel breakpoints to be modified through a new API Patch 3/3: Allow breakpoints to be enabled/disabled without yielding the breakpoint request through a new API - enable_hw_breakpoint(). During discussion on LKML, these features were deemed necessary for effective exploitation of hardware breakpoints by perf-tools. The patches are based off -tip tree. Kindly let me know your comments on the same. Thanks, K.Prasad