Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757514AbZCXPZ0 (ORCPT ); Tue, 24 Mar 2009 11:25:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755027AbZCXPZK (ORCPT ); Tue, 24 Mar 2009 11:25:10 -0400 Received: from e28smtp06.in.ibm.com ([59.145.155.6]:34459 "EHLO e28smtp06.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753638AbZCXPZI (ORCPT ); Tue, 24 Mar 2009 11:25:08 -0400 Date: Tue, 24 Mar 2009 20:54:35 +0530 From: "K.Prasad" To: Ingo Molnar , Linux Kernel Mailing List Cc: Alan Stern , Andrew Morton , Benjamin Herrenschmidt , Frederic Weisbecker , maneesh@linux.vnet.ibm.com, Roland McGrath , Steven Rostedt Subject: [Patch 00/11] Hardware Breakpoint interfaces Message-ID: <20090324152435.GA17918@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 1007 Lines: 27 Hi Ingo and All, Please find the new patchset that addresses the comments to the patch sent here: http://lkml.org/lkml/2009/3/19/430. The patches are based on -tip tree commit 7ddd16604eb5fc54f8ac61d13be31e0f2c0a791e. Changelog --------- - Changes to load_debug_register(), unregister_kernel_hw_breakpoint() to address comments from the community. - Re-arrangement of code in arch_register_kernel_hw_breakpoint(), arch_unregister_kernel_hw_breakpoint() and a new arch_load_debug_registers(). - Additional sanity checks in arch_check_va_in_space(). - Removal of hbkpt_user_max variable and changes to variable names - Address coding style issues and other minor fixes. Kindly accept the patches to be a part of -tip tree. Thanks, K.Prasad -- 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/