From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C68A4C433DB for ; Fri, 12 Mar 2021 02:22:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B37464F8E for ; Fri, 12 Mar 2021 02:22:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231396AbhCLCWO (ORCPT ); Thu, 11 Mar 2021 21:22:14 -0500 Received: from out30-130.freemail.mail.aliyun.com ([115.124.30.130]:52287 "EHLO out30-130.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230494AbhCLCWB (ORCPT ); Thu, 11 Mar 2021 21:22:01 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R201e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=alimailimapcm10staff010182156082;MF=tonylu@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0URXf30A_1615515718; Received: from localhost(mailfrom:tonylu@linux.alibaba.com fp:SMTPD_---0URXf30A_1615515718) by smtp.aliyun-inc.com(127.0.0.1); Fri, 12 Mar 2021 10:21:58 +0800 Date: Fri, 12 Mar 2021 10:21:58 +0800 From: Tony Lu To: Steven Rostedt Cc: eric.dumazet@gmail.com, mingo@redhat.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] tracing: remove holes in events Message-ID: Reply-To: Tony Lu References: <20210311094414.12774-1-tonylu@linux.alibaba.com> <20210311085619.3de5a62a@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210311085619.3de5a62a@gandalf.local.home> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 11, 2021 at 08:56:19AM -0500, Steven Rostedt wrote: > On Thu, 11 Mar 2021 17:44:15 +0800 > Tony Lu wrote: > > > --- > > include/trace/events/net.h | 42 +++++++++++++++++------------------ > > include/trace/events/qdisc.h | 4 ++-- > > include/trace/events/sunrpc.h | 4 ++-- > > include/trace/events/tcp.h | 2 +- > > 4 files changed, 26 insertions(+), 26 deletions(-) > > > If all the above are owned by networking, then this patch needs to go > through the networking tree. Thanks, I will resend it. Cheers, Tony Lu > > -- Steve