From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752155AbbCWIyc (ORCPT ); Mon, 23 Mar 2015 04:54:32 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:36951 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751873AbbCWIyb (ORCPT ); Mon, 23 Mar 2015 04:54:31 -0400 Date: Mon, 23 Mar 2015 09:54:26 +0100 From: Ingo Molnar To: Petr Mladek Cc: Masami Hiramatsu , "David S. Miller" , Anil S Keshavamurthy , Ananth NMavinakayanahalli , Frederic Weisbecker , Steven Rostedt , Ingo Molnar , Jiri Kosina , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] kprobes: Disable Kprobe when ftrace arming fails Message-ID: <20150323085426.GB28965@gmail.com> References: <1426860127-7896-1-git-send-email-pmladek@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426860127-7896-1-git-send-email-pmladek@suse.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Petr Mladek wrote: > arm_kprobe_ftrace() could fail, especially after introducing ftrace > IPMODIFY flag and LifePatching. But this situation is not properly > handled. s/LifePatching/LivePatching? Why not fix live patching to still allow kprobes that worked before? Thanks, Ingo