From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:51372 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751347AbeCJDP2 (ORCPT ); Fri, 9 Mar 2018 22:15:28 -0500 Date: Fri, 9 Mar 2018 22:15:23 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Josh Poimboeuf , Rasmus Villemoes , "Gustavo A. R. Silva" , "Tobin C. Harding" , Jonathan Corbet , Chris Mason , Josef Bacik , David Sterba , "David S. Miller" , Alexey Kuznetsov , Hideaki YOSHIFUJI , Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Masahiro Yamada , Borislav Petkov , Randy Dunlap , Ian Abbott , Sergey Senozhatsky , Petr Mladek , Andy Shevchenko , Pantelis Antoniou , Linux Btrfs , Network Development , Kernel Hardening Subject: Re: [PATCH 3/3] tracing: Rewrite filter logic to be simpler and faster Message-ID: <20180309221523.1fce7118@vmware.local.home> In-Reply-To: <20180309221019.31c896a3@vmware.local.home> References: <20180309200536.GA5670@beast> <20180309160719.154a3158e2d8ee56e43a918f@linux-foundation.org> <20180309163241.a421e216999bd0b1f43a64c2@linux-foundation.org> <20180310023907.798690563@goodmis.org> <20180309221019.31c896a3@vmware.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-btrfs-owner@vger.kernel.org List-ID: I don't know what the hell happened, but claws mail just inserted a ton of people into the Cc (I didn't add you). I noticed it just after I hit send. The added Cc looks like it came from the email right after the email I was replying to "Subject: Re: [PATCH v3] kernel.h: Skip single-eval logic on literals in min()/max()". Sorry for the spam. -- Steve On Fri, 9 Mar 2018 22:10:19 -0500 Steven Rostedt wrote: > On Fri, 09 Mar 2018 21:34:45 -0500 > Steven Rostedt wrote: > > > 2 files changed, 1050 insertions(+), 1273 deletions(-) > > BTW, it's a bit bigger impact than 223 deletions. As I added a lot of > comments to explain the logic better. Removing comments and white space > from the modifications we have: > > 649 insertions(+), 1035 deletions(-) > > That's 386 lines of code removed. > > -- Steve ' From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [PATCH 3/3] tracing: Rewrite filter logic to be simpler and faster Date: Fri, 9 Mar 2018 22:15:23 -0500 Message-ID: <20180309221523.1fce7118@vmware.local.home> References: <20180309200536.GA5670@beast> <20180309160719.154a3158e2d8ee56e43a918f@linux-foundation.org> <20180309163241.a421e216999bd0b1f43a64c2@linux-foundation.org> <20180310023907.798690563@goodmis.org> <20180309221019.31c896a3@vmware.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Andrew Morton , Josh Poimboeuf , Rasmus Villemoes , "Gustavo A. R. Silva" , "Tobin C. Harding" , Jonathan Corbet , Chris Mason , Josef Bacik , David Sterba , "David S. Miller" , Alexey Kuznetsov , Hideaki YOSHIFUJI , Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Masahiro Yamada , Borislav Petkov , Randy Dunlap , Ian Abbott , Sergey Senozhatsky In-Reply-To: <20180309221019.31c896a3@vmware.local.home> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org I don't know what the hell happened, but claws mail just inserted a ton of people into the Cc (I didn't add you). I noticed it just after I hit send. The added Cc looks like it came from the email right after the email I was replying to "Subject: Re: [PATCH v3] kernel.h: Skip single-eval logic on literals in min()/max()". Sorry for the spam. -- Steve On Fri, 9 Mar 2018 22:10:19 -0500 Steven Rostedt wrote: > On Fri, 09 Mar 2018 21:34:45 -0500 > Steven Rostedt wrote: > > > 2 files changed, 1050 insertions(+), 1273 deletions(-) > > BTW, it's a bit bigger impact than 223 deletions. As I added a lot of > comments to explain the logic better. Removing comments and white space > from the modifications we have: > > 649 insertions(+), 1035 deletions(-) > > That's 386 lines of code removed. > > -- Steve '