From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A70FC7618B for ; Fri, 26 Jul 2019 17:38:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E235922BEF for ; Fri, 26 Jul 2019 17:38:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387917AbfGZRin (ORCPT ); Fri, 26 Jul 2019 13:38:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51134 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387622AbfGZRin (ORCPT ); Fri, 26 Jul 2019 13:38:43 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CA0B330C1E35; Fri, 26 Jul 2019 17:38:42 +0000 (UTC) Received: from [10.18.17.153] (dhcp-17-153.bos.redhat.com [10.18.17.153]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D085F6061B; Fri, 26 Jul 2019 17:38:41 +0000 (UTC) Subject: Re: [PATCH] kprobes: Allow kprobes coexist with livepatch To: Steven Rostedt Cc: Masami Hiramatsu , Ingo Molnar , Josh Poimboeuf , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, "Naveen N . Rao" , Anil S Keshavamurthy , "David S . Miller" References: <156403587671.30117.5233558741694155985.stgit@devnote2> <20190726020752.GA6388@redhat.com> <20190726121449.22f0989e@gandalf.local.home> From: Joe Lawrence Message-ID: Date: Fri, 26 Jul 2019 13:38:41 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190726121449.22f0989e@gandalf.local.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Fri, 26 Jul 2019 17:38:43 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/26/19 12:14 PM, Steven Rostedt wrote: > On Thu, 25 Jul 2019 22:07:52 -0400 > Joe Lawrence wrote: > >> These results reflect my underestanding of FTRACE_OPS_FL_IPMODIFY in >> light of your changes, so feel free to add my: >> >> Acked-by: Joe Lawrence > > Is this an urgent patch (needs to go in now and not wait for the next > merge window) and if so, should it be marked for stable? > Hi Steve, IMHO, it's not urgent.. so unless Josh or other livepatch folks say otherwise, I'm ok with waiting for next merge window. Given summer holiday schedules, that would give them more time to comment if they like. Thanks, -- Joe