Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp1424373ybm; Tue, 21 May 2019 13:57:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqxBNvytANb4hPCzPnqz8dDKveekThUzkkmgDxvRmOHuMfLXid+N9u2qHsWsG23MdatBDeBG X-Received: by 2002:aa7:8554:: with SMTP id y20mr90501860pfn.258.1558472243326; Tue, 21 May 2019 13:57:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558472243; cv=none; d=google.com; s=arc-20160816; b=l/ciLx9Rz3QxWoTQnTDRk7GnLcE0DVDb3r6gXHFoAQD4GrkZ6p97f94YV9PHiy+fhg ShVjJU1pqzJ0H2s5KsTiz/H03i6kblsCROHJ4Lu1ZLsAuu1YZSbQF8AAVbtYFIkW/NAd OERTYZuOpnmZX63/sBRF6a4p5DloAZ8kJAirgPPVFSWrPmpVQN/z4BNHh3jXVVgV0ar7 6AFyvzt82KNJdwGBoeYUzQPs8kglA/SKA4VxKt80HimCsM7Pev9TgTdS/KpcSNmFD5F7 1KuRDxFCw2u3YkofiTKetElbc47v/mvYPEBlBcxeP68ykCNkzjNBaPKZ5DGc4eh4ZvTQ RjxQ== 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=bUIMKj1DQzhvBjma01dFfrqI2VS4jZyo6p2RUaLQjSQ=; b=KQTBmWJFwS7Y+RhjR6rK4zWYZxs50JqiytQmS5UmisPR9ssoxiBJkG0dncQyNp9qtG 5JmQH2kHMreKBF6JJ2VMI2pEhbk53o0gzSyE5mU6vIT/GPTdVIo1je389TgFIF+oFNf6 gQNay1ARz2FtuHgZBbUJzPkFxEodFwK33fsXYpxyBIH+yBF8g2ePpPktXBtUibv+ygON 7GbRjE3Dql60IYaldznwtj7amsdgdV9u4f+c4AhyDgt4amTmb6F8qncGGC8Uc/kT07Hw SuxbcAUycpy6H0niQq0fBN5BB1hBS5ZLwoO8ZuDpcVQKd0Ix9mb1fEg8E5Vq1Gb/FwLF ZD2A== 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 f10si23809107pgg.348.2019.05.21.13.57.08; Tue, 21 May 2019 13:57:23 -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 S1728141AbfEUUya (ORCPT + 99 others); Tue, 21 May 2019 16:54:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:41386 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727341AbfEUUy3 (ORCPT ); Tue, 21 May 2019 16:54:29 -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 6232C217F9; Tue, 21 May 2019 20:54:28 +0000 (UTC) Date: Tue, 21 May 2019 16:54:26 -0400 From: Steven Rostedt To: Kris Van Hees Cc: dtrace-devel@oss.oracle.com, netdev@vger.kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, daniel@iogearbox.net, acme@kernel.org, mhiramat@kernel.org, ast@kernel.org Subject: Re: [RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use Message-ID: <20190521165426.096af6fd@gandalf.local.home> In-Reply-To: <20190521204848.GJ2422@oracle.com> References: <201905202347.x4KNl0cs030532@aserv0121.oracle.com> <20190521204848.GJ2422@oracle.com> 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, 21 May 2019 16:48:48 -0400 Kris Van Hees wrote: > As suggested, I resent the patch set as replies to the cover letter post > to support threaded access to the patches. Note, you should also have added a v2 in the subject: [RFC PATCH 00/11 v2] ... The next one should have v3. Cheers, -- Steve