Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp584660ybi; Fri, 26 Jul 2019 15:20:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqyybxyF6p4xlapUvGm032bMLQVJ88Vf2h+zcAoQxcbdj4/LCyz4LPSvxeTpeOK/WwCmAlHc X-Received: by 2002:a17:902:1e2:: with SMTP id b89mr101031659plb.7.1564179648490; Fri, 26 Jul 2019 15:20:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564179648; cv=none; d=google.com; s=arc-20160816; b=Z9sPwV3yqLTMor8Rn/Ogm7WnmeL2ceoW2WP47wasYnCj2ZGCodoRL2enDoRpC3ekfQ ytKM57UT42iYorfAhqGhOOIysaKHiIrBm4830FhXK+1e3Dp7HotN43q+wfAaT5GUDR4F LUvqXtslnVvonGP1OogCVkqPS1DYCpnXnaxb7+pvMCihGDi9oVIHp2T1Tkyb3EHM4yIZ jQvsthNAjnchrr7+IrYPu+jwJhDwFyhUckIwUWUGUDMOfBfWkS118DURa7Y+Vzh9IB5s s5rG9pyH+fCkRkHjsM3429Bs4OK5GjFRZaC/t08zzTDWgeFzZaBeQs4UCh7l4w4SFDsf HR4Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=F+K0k4Hy2UxjWNWFZ552MfNFJKI3FCeUJtUuTeDTJp4=; b=uFhzvS0uR2Njg3r0W80P7rScAPZIQEn7YiAvg97lbmsGLDpJ/QgwnhuMVJBV2Ezmn1 hC1J01/E8puAnM/C5aQJiavhzUNenMr8hJspi63oO4wXpGkYkZKQ8gRFu1fp868wqaqy trXqqskdXx+iqwXBa49oVw4ukN3EhcB2bbjkyxpBMsDh+mRuc1H65V3W1LLAe/7w0XD/ PgslQC2mp1XFMrrptGGFcaagzyhwG45d0zfbbHg6ZhRTuEf/wA7d0NcRGmrVLPFkmTOZ mrFmFickT30OZnnpAL5tE0VqC34t2ElodqQ5ggzCunrs+Wv0L9i9pqy9Ki8MDRwlPfb2 0WnQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 33si23728050plj.90.2019.07.26.15.20.33; Fri, 26 Jul 2019 15:20:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727630AbfGZSGi (ORCPT + 99 others); Fri, 26 Jul 2019 14:06:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:51426 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725899AbfGZSGi (ORCPT ); Fri, 26 Jul 2019 14:06:38 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4FBF420838; Fri, 26 Jul 2019 18:06:36 +0000 (UTC) Date: Fri, 26 Jul 2019 14:06:34 -0400 From: Steven Rostedt To: Joe Lawrence 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" Subject: Re: [PATCH] kprobes: Allow kprobes coexist with livepatch Message-ID: <20190726140634.7d0ca4dd@gandalf.local.home> In-Reply-To: References: <156403587671.30117.5233558741694155985.stgit@devnote2> <20190726020752.GA6388@redhat.com> <20190726121449.22f0989e@gandalf.local.home> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 26 Jul 2019 13:38:41 -0400 Joe Lawrence wrote: > 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. I added it to my next merge window queue. If someone thinks it's more urgent, I can move it to my urgent queue. I wont post to linux-next for a few weeks, so there's time to extract it if need be. Thanks! -- Steve