Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756618AbaDVOrm (ORCPT ); Tue, 22 Apr 2014 10:47:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54683 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755946AbaDVOrj (ORCPT ); Tue, 22 Apr 2014 10:47:39 -0400 Date: Tue, 22 Apr 2014 16:47:19 +0200 From: Oleg Nesterov To: Ingo Molnar Cc: Ananth N Mavinakayanahalli , Anton Arapov , David Long , Denys Vlasenko , "Frank Ch. Eigler" , Jim Keniston , Jonathan Lebon , Masami Hiramatsu , Srikar Dronamraju , linux-kernel@vger.kernel.org Subject: [PATCH 0/5] uprobes/x86: completely untangle branch_xol_ops and default_xol_ops Message-ID: <20140422144719.GA7456@redhat.com> References: <20140417200228.GA31097@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140417200228.GA31097@redhat.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 On 04/17, Oleg Nesterov wrote: > > This series only fixes the problem. I'll send more changes to address > some of TODO's mentioned in the changelogs later. Another series which connects to the already merged changes. All changes were planned, except 1/5 fixes the oversight in 8ad8e9d3fd64 "uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->ops". Fortunately the wrong logic is harmless currently, but it should be fixed anyway. Oleg. arch/x86/include/asm/uprobes.h | 12 +++-- arch/x86/kernel/uprobes.c | 94 +++++++++++++++++++++++---------------- 2 files changed, 62 insertions(+), 44 deletions(-) -- 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/