Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1457106imm; Wed, 8 Aug 2018 18:07:41 -0700 (PDT) X-Google-Smtp-Source: AA+uWPxI2fkjeXa8l6BqYV48spWX2H4GF+Ymru/tr7WrEzsJUq1IcaamYo8IG1y/5k+ldnurM6uO X-Received: by 2002:a17:902:28a6:: with SMTP id f35-v6mr37531plb.240.1533776861798; Wed, 08 Aug 2018 18:07:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533776861; cv=none; d=google.com; s=arc-20160816; b=in88FJLcFZ19IHi6QAKPm3LojeQ+BulLXH9x2jsTgMLqHBfjToVBgth9rYG+3dUrXm whaApYQArNXpkRoofYIvj+1flcAVgSuQLq6LKA+9TM0eH8Mx9tGE1smLyrVFkHlF2DDu x5YfdxXq8T7fuR5ycs9kok7Pe7N2Wdtr6fj4qdlt2ESnn9rh21cGaLkiBHB9mDoiQ5Ab naaSI0tmZf2OQUHHgIITPflwGPx+4/NLupfs0iZX54m/s1caE++S42diCVWFqLEphpLE Bo0FMHWub/X8cL8by0QT3dXjTIvKwbnMVdUVHrNxc9vBK/Jm2yQ0qhRR7oR4YiyP8LlO OEkA== 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 :arc-authentication-results; bh=m5j0bXTrk9fmKECKorTQ0cCZWI6oj9DVxVCgYXHklTo=; b=i76xjZMwAtTfDGFVjfcH1p2CeFxq58zwXHxExBEkNJZPv8ONgtpdCQig9j68pRvmvU tCwd/9DzbShIcVKhOhza/MMJRqtntFLcYW9cyGP8KmnvcIm4FZQuacg6q4e9rKn3J8c2 YloJxHOtEmKnqzZh/C49tchQeEQ14iOig7pkEExxTXxTKVBZJ0Mag/Rz+VXw9Nadzx2i Mme7kauxn4LsDsnQYqNAASH+N8ImjwHr5Bm3SKbe2HHBRhy7+VUAs3PBxXHk60LCMveR wX+xGzOB6yS3yqVrdA7n/ITgtUtLctL+J0NH1x324/qWJpB4d8WB+4rgGUJFFLl3RSMj nBOQ== 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 x21-v6si4581149pll.24.2018.08.08.18.07.25; Wed, 08 Aug 2018 18:07:41 -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 S1731665AbeHID2p (ORCPT + 99 others); Wed, 8 Aug 2018 23:28:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:46674 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727530AbeHID2p (ORCPT ); Wed, 8 Aug 2018 23:28:45 -0400 Received: from vmware.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (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 A365C21B32; Thu, 9 Aug 2018 01:06:32 +0000 (UTC) Date: Wed, 8 Aug 2018 21:06:31 -0400 From: Steven Rostedt To: Joel Fernandes Cc: LKML , kernel-team , Ingo Molnar , Peter Zijlstra , Will Deacon , "Paul E. McKenney" , Mathieu Desnoyers , Masami Hiramatsu , Namhyung Kim , Byungchul Park Subject: Re: [PATCH RFC ftrace/core] tracing: Directly call tracer and lockdep probes Message-ID: <20180808210631.6ceca48d@vmware.local.home> In-Reply-To: References: <20180808220022.65184-1-joel@joelfernandes.org> X-Mailer: Claws Mail 3.15.1 (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 Wed, 8 Aug 2018 15:20:22 -0700 Joel Fernandes wrote: > On Wed, Aug 8, 2018 at 3:00 PM, Joel Fernandes (Google) > wrote: > > From: Steven Rostedt > > > > I realize I kept your authorship since I started working based on your patch ;-) > > Well sorry about that, and you could change it to mine or keep it as > is it is if you want ;-) > Actually I already started testing a second patch that basically does your extension ;-) I'll post it shortly. -- Steve