Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp5071576ybg; Mon, 21 Oct 2019 20:19:35 -0700 (PDT) X-Google-Smtp-Source: APXvYqwbHXmiggDg6z798sesSur/zRQwsAtEfSuoGwUY4IV9F2o76aT+KmIdnxQxUSRDtOuG/aFi X-Received: by 2002:a17:907:213c:: with SMTP id qo28mr10412581ejb.43.1571714375341; Mon, 21 Oct 2019 20:19:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571714375; cv=none; d=google.com; s=arc-20160816; b=TxLvq/O6ywmyHQzIdbIoVA0kowskDNU84tGnsqpRaEAZvnZrEouHzDRqWhMU8qXItw 6DwubPRpfMszuFUzqZpziLqHllEhwIY6jE2rWUrG9fer+E/j6iAWyXn3nexVLZdxUeQQ rRM0/b+7ivR4n8Wz7b8s/yjVYqzpRAC7EeHjLblPI8SwGgImzFA+n7/bWMevhX1BQuMK gHBOR9gW2yBhuxzWN+zT7bkoxKjT1iovf2/xaTxVoFoTSODhuNhEfrfRpOnoV/9dkxsa +o2ZKja8sy/998EwHFg6tuNjHwqHWrDC7Z/0Bq4qSTrsCMMoL9uCjQbC5VqYWUxrDj64 OrFw== 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=Hjs6dr4fUHeFGN+I9zo6vyUgFOx4WL7SfTz5ZKIbeYo=; b=RoUOVxh0m11jyx6BqauMsdDMjjpiWl2/TgUvuJVwOxuLNf6rL3cfpKj4IOdrDQkPVB SVpx+Ix/ZjjNP0Vo+VUwNrGG8If2ZFeTT50lc1mIRJotQp311vDd4hmTHrOQ7mwXAlzx nH6S6rZITaLOfwadrI1uXwaECupTe4mDgg/gLvAgt+WPmV9XN2DZLZv90OrMKFgG/bus kM+gDMGgAD5HgX1S5fEFYJQzPUB5ge4xZfcdNTnfTzx6tYsv2N54YC9DTyvxvdNSie6K JqeEnM6pM5mvUMNUbDOI2uoqVjVSXSlID7lNHCraZrEPEdIPUAYzj5UVUMngrB5s5XFu EKzA== 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 y16si9804005ejc.34.2019.10.21.20.19.11; Mon, 21 Oct 2019 20:19:35 -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 S1730855AbfJVDQd (ORCPT + 99 others); Mon, 21 Oct 2019 23:16:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:55688 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730156AbfJVDQd (ORCPT ); Mon, 21 Oct 2019 23:16:33 -0400 Received: from oasis.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 04F7E20882; Tue, 22 Oct 2019 03:16:31 +0000 (UTC) Date: Mon, 21 Oct 2019 23:16:30 -0400 From: Steven Rostedt To: Alexei Starovoitov Cc: Peter Zijlstra , Daniel Bristot de Oliveira , LKML , X86 ML , Nadav Amit , Andy Lutomirski , Dave Hansen , Song Liu , Masami Hiramatsu Subject: Re: [PATCH 3/3] x86/ftrace: Use text_poke() Message-ID: <20191021231630.49805757@oasis.local.home> In-Reply-To: References: <20190827180622.159326993@infradead.org> <20190827181147.166658077@infradead.org> <20191002182106.GC4643@worktop.programming.kicks-ass.net> <20191003181045.7fb1a5b3@gandalf.local.home> <20191004112237.GA19463@hirez.programming.kicks-ass.net> <20191004094228.5a5774fe@gandalf.local.home> <20191021204310.3c26f730@oasis.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 Mon, 21 Oct 2019 20:10:09 -0700 Alexei Starovoitov wrote: > On Mon, Oct 21, 2019 at 5:43 PM Steven Rostedt wrote: > > > > On Mon, 21 Oct 2019 17:36:54 -0700 > > Alexei Starovoitov wrote: > > > > > > > What is the status of this set ? > > > Steven, did you apply it ? > > > > There's still bugs to figure out. > > what bugs you're seeing? > The IPI frequency that was mentioned in this thread or something else? > I'm hacking ftrace+bpf stuff in the same spot and would like to > base my work on the latest and greatest. There's real bugs (crashes), talked about in later versions of the patch set: https://lore.kernel.org/r/20191009224135.2dcf7767@oasis.local.home And there was another crash on Peter's latest I just reported: https://lore.kernel.org/r/20191021222110.49044eb5@oasis.local.home -- Steve