From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753815Ab2JVMGK (ORCPT ); Mon, 22 Oct 2012 08:06:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59510 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753195Ab2JVMGI (ORCPT ); Mon, 22 Oct 2012 08:06:08 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells Subject: [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h To: tglx@linutronix.de Cc: x86@kernel.org, linux-kernel@vger.kernel.org, David Howells Date: Mon, 22 Oct 2012 13:05:58 +0100 Message-ID: <20121022120558.14413.78980.stgit@warthog.procyon.org.uk> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Provide a comment in the empty uapi/asm/hw_breakpoint.h to make sure that the patch program doesn't delete it. However, should some part of asm/hw_breakpoint.h actually be exported here, or, possibly, should the entire uapi file be removed? In v3.6, though the file was marked for export to userspace, it had nothing outside of __KERNEL__. This needs to be applied on top of the x86 UAPI disintegration patch. Signed-off-by: David Howells --- arch/x86/include/uapi/asm/hw_breakpoint.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/include/uapi/asm/hw_breakpoint.h b/arch/x86/include/uapi/asm/hw_breakpoint.h index e69de29..91cb766 100644 --- a/arch/x86/include/uapi/asm/hw_breakpoint.h +++ b/arch/x86/include/uapi/asm/hw_breakpoint.h @@ -0,0 +1,3 @@ +/* + * x86 hardware breakpoint stuff. + */