Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754921Ab3GJUZw (ORCPT ); Wed, 10 Jul 2013 16:25:52 -0400 Received: from cantor2.suse.de ([195.135.220.15]:45081 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754342Ab3GJUZv (ORCPT ); Wed, 10 Jul 2013 16:25:51 -0400 Date: Wed, 10 Jul 2013 22:25:46 +0200 (CEST) From: Jiri Kosina To: Masami Hiramatsu , Steven Rostedt , Jason Baron , "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org Subject: [RFC] [PATCH 0/2] x86: make jump labels use int3-based breakpoint instead of stop_machine() Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 972 Lines: 27 Hi, this is a resurrection of a few years old idea to have jump labels use synchronization based on int3 breakpoint rather than relying on stop_machine() with all the consequences. ftrace has been doing exactly this kind of patching for year since 08d636b6 ("ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine"). This patchset first introduces generic text_poke_bp() that provides means to perform this method of patching in parallel to text_poke_smp(), and then converts x86 jump label code to use it. If this is merged, I'll do a followup patch converting ftrace to use this infrastructure as well, as it's doing the same thing in principle already. Comments welcome. -- Jiri Kosina SUSE Labs -- 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/