Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp5941841ybp; Tue, 8 Oct 2019 10:29:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqyX1rhC0sydOc6GI3ooSmr75/Err/Jk25P/BYe9/n4oMq0LRAyU2CyBBGst51YBO2tnr8Cd X-Received: by 2002:aa7:c614:: with SMTP id h20mr34348384edq.209.1570555799086; Tue, 08 Oct 2019 10:29:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570555799; cv=none; d=google.com; s=arc-20160816; b=djb32S4MTPwkjzUnIwA5HTnhbHr9PYtSVo9ze+7x8EcJCuHFpOvzu1AHvtlHd/Xq8y KDDbW8VOi7xfZDh5wMuOPemqYtsQLKn4B0yjEXOWnyi5oAQURM635Uq3XrVhLEm8ifP+ RWRzyhPEmyx09H5sxvSezfZTHpq6bVm6C7EmMvLiAp5rKOQTCyRq5A54T6XZLXGv980C nrhzjRGnEJ9YkKhLOa6FSgz4AUQNw8XHjQQWpW+h8nlYnfy1WngG7inG//5eCfs4J47H xw7LRMPuFHfWV6g3nE9ww1YHUzJ1OtI65HllocC3v2HnGOfhiQ8CzFA7nyUKKVW0BX2M qENw== 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=rGgjrbiy/D/fuZBwSvb+tj5e/wMUe9CLp3RZVFCfPGs=; b=tWZe9URioG4NmLOybvJySTxkUhZDlyuhofVf/MZ8NeaYAMm7lVDtxD2MlKDwhxfHDS sZAhj/JSavP76lIinCP2M0He/VJvk+uqgroO+cNDcNab4XRJYb+CC6ZF32kHdTEXCZ6O S3pzHpajFTkyQUfcQrEdwXQ/9FahEUcWAGW9H5i1P+fHpYHvkm2g/yKHdR3KA+V9LGdA /4GLaK7QUKEvVE03XBJ3f8s6rorNG0PGmgWWTJl22R2n1iV4bgcUqnctMPBrtxXz/tCC l39keXf8GuPPF1/XNGcSLRbFV8Wizlv3yyoPx/xgVcfVlJNBHiIfHefSsVv1fMO1ejDn UxsQ== 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 ck10si9524898ejb.181.2019.10.08.10.29.34; Tue, 08 Oct 2019 10:29:59 -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 S1728104AbfJHR1H (ORCPT + 99 others); Tue, 8 Oct 2019 13:27:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:40488 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726057AbfJHR1H (ORCPT ); Tue, 8 Oct 2019 13:27:07 -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 EEC50217D7; Tue, 8 Oct 2019 17:27:05 +0000 (UTC) Date: Tue, 8 Oct 2019 13:27:04 -0400 From: Steven Rostedt To: Peter Zijlstra Cc: x86@kernel.org, linux-kernel@vger.kernel.org, mhiramat@kernel.org, bristot@redhat.com, jbaron@akamai.com, torvalds@linux-foundation.org, tglx@linutronix.de, mingo@kernel.org, namit@vmware.com, hpa@zytor.com, luto@kernel.org, ard.biesheuvel@linaro.org, jpoimboe@redhat.com Subject: Re: [PATCH v3 5/6] x86/ftrace: Use text_poke() Message-ID: <20191008132704.3dc7a441@gandalf.local.home> In-Reply-To: <20191008171137.GA22902@worktop.programming.kicks-ass.net> References: <20191007081716.07616230.8@infradead.org> <20191007081945.10951536.8@infradead.org> <20191008104335.6fcd78c9@gandalf.local.home> <20191008171137.GA22902@worktop.programming.kicks-ass.net> 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 Tue, 8 Oct 2019 19:11:37 +0200 Peter Zijlstra wrote: > On Tue, Oct 08, 2019 at 10:43:35AM -0400, Steven Rostedt wrote: > > > BTW, I'd really like to take this patch series through my tree. That > > way I can really hammer it, as well as I have code that will be built > > on top of it. > > Works for me; or we can have a topic branch in tip we both can use. > Ingo? In case you want to use this branch, I just pushed: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git ftrace/text-poke That is these 6 patches applied to v5.4-rc2 I'm going to start running them through my tests. I can work on these directly. And if Ingo wants to pull this into tip, then we can do that, and apply the other patches on top of them. Ingo, would that work for you? -- Steve > > > I'll review the other series in this thread, but I'm assuming they > > don't rely on this series? Or do they? > > Indeed, this series stands on it's own. The rest depends on this.