From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932975Ab1JXPSI (ORCPT ); Mon, 24 Oct 2011 11:18:08 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:60483 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932910Ab1JXPSE (ORCPT ); Mon, 24 Oct 2011 11:18:04 -0400 Date: Mon, 24 Oct 2011 20:25:31 +0530 From: Srikar Dronamraju To: Oleg Nesterov Cc: Peter Zijlstra , Ingo Molnar , Steven Rostedt , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Jonathan Corbet , Masami Hiramatsu , Hugh Dickins , Christoph Hellwig , Ananth N Mavinakayanahalli , Thomas Gleixner , Andi Kleen , Andrew Morton , Jim Keniston , Roland McGrath , LKML Subject: Re: [PATCH 11/X] uprobes: x86: introduce xol_was_trapped() Message-ID: <20111024145531.GB31435@linux.vnet.ibm.com> Reply-To: Srikar Dronamraju References: <20110920115938.25326.93059.sendpatchset@srdronam.in.ibm.com> <20111015190007.GA30243@redhat.com> <20111019215139.GA16395@redhat.com> <20111019215307.GE16395@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20111019215307.GE16395@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) x-cbid: 11102415-7408-0000-0000-000000505626 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > diff --git a/arch/x86/include/asm/uprobes.h b/arch/x86/include/asm/uprobes.h > index 1c30cfd..f0fbdab 100644 > --- a/arch/x86/include/asm/uprobes.h > +++ b/arch/x86/include/asm/uprobes.h > @@ -39,6 +39,7 @@ struct uprobe_arch_info { > > struct uprobe_task_arch_info { > unsigned long saved_scratch_register; > + unsigned long saved_trap_no; > }; > #else > struct uprobe_arch_info {}; one nit I had to add saved_trap_no to #else part (i.e uprobe_arch_info ). -- Thanks and Regards Srikar