Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp4954857ybg; Mon, 21 Oct 2019 17:46:18 -0700 (PDT) X-Google-Smtp-Source: APXvYqyy/TR7Vc+Fy4ORupV2JaH0Ueq+nFXlGFKpe+tYZgfB7ZWpkAhA0xdAGiB4d9QZepetrj84 X-Received: by 2002:a05:6402:19b4:: with SMTP id o20mr27811961edz.10.1571705178253; Mon, 21 Oct 2019 17:46:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571705178; cv=none; d=google.com; s=arc-20160816; b=jXfQG9dGQVisbNxZOo6VuQYhAqZL9x4swcaxEkeLinmNXW6iKNrFQID+Tq7BEEVqq5 YcIov7ZVNHwEXPUeAled7K+LOYX9WFiBH60F9SJotqZ7Tc0wKKzJAwHBXX0GA9ks3+Dg K0pxHHN8vDJt0jfESA17S4W/ZfCi57z05ZWifhuhAHBFEC4vjIoRb62RWy3D6qt1c8dq PuBI1wIoMselnWZOg1tjO/9cj3D87SM91mytH4tZphPB7IvOt3R8CDtfQhosBDM9VvVq cl+wTY5DWRSAfxsCTPYPLptSb3fF7WgPER9wMLBG8EXUZ0ww/vG5oQLLRceysURHP52l NhvA== 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=AqqCP3UZHB+2dkMO0pKg5V70FOBwQjYxVB2rRyYtF2U=; b=UnJ7eEG2xBOxTBf5KN7eG+0P6qdWkLYGAnBoy4epOwWw7G5Xx2JJsrvwx7iAmgPxHN SYnRMPjMIxgvkdhjZdHRZZeuvGCgufNpw8Vr+L5pD0eAjRjO2qc0ORbC6MnXbYcZypJM 1omL97rKOolzoP31skJHJrtCJNcB4LbWwWAnGSe6TY5s9Ed86OJatTYVRRTM+yEFo48f OPyzVxwTjxhG9E/bgT8FLylHUcysMZLRXhxu6O87/GAAmGz6VqvFQ+eJcrYGVrix1EK9 BmbRpjIlfilNk1QYo0ynBH640/tdGcQ0X4XqUSXBG9WnQAGkNgQxk/7ZH3wreRyQFfpg e1SQ== 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 z15si3810924edd.8.2019.10.21.17.45.53; Mon, 21 Oct 2019 17:46:18 -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 S1730266AbfJVAnN (ORCPT + 99 others); Mon, 21 Oct 2019 20:43:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:60728 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727953AbfJVAnN (ORCPT ); Mon, 21 Oct 2019 20:43:13 -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 3FAC82089E; Tue, 22 Oct 2019 00:43:12 +0000 (UTC) Date: Mon, 21 Oct 2019 20:43:10 -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: <20191021204310.3c26f730@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> 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 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. -- Steve