Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752252AbbLJJwQ (ORCPT ); Thu, 10 Dec 2015 04:52:16 -0500 Received: from mx2.suse.de ([195.135.220.15]:52230 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752988AbbLJJvt (ORCPT ); Thu, 10 Dec 2015 04:51:49 -0500 Subject: Re: [PATCH v2 1/3] mm, printk: introduce new format string for flags To: Steven Rostedt References: <87io4hi06n.fsf@rasmusvillemoes.dk> <1449242195-16374-1-git-send-email-vbabka@suse.cz> <20151210035128.GA7814@home.goodmis.org> Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton , Joonsoo Kim , Minchan Kim , Sasha Levin , "Kirill A. Shutemov" , Mel Gorman , Michal Hocko , Rasmus Villemoes , Ingo Molnar From: Vlastimil Babka Message-ID: <56694B32.9060504@suse.cz> Date: Thu, 10 Dec 2015 10:51:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151210035128.GA7814@home.goodmis.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1073 Lines: 34 On 12/10/2015 04:51 AM, Steven Rostedt wrote: > I should have been Cc'd on this as I'm the maintainer of a few of the files > here that is being modified. Sorry about that. >> --- a/include/linux/trace_events.h >> +++ b/include/linux/trace_events.h >> @@ -15,16 +15,6 @@ struct tracer; >> struct dentry; >> struct bpf_prog; >> >> -struct trace_print_flags { >> - unsigned long mask; >> - const char *name; >> -}; >> - >> -struct trace_print_flags_u64 { >> - unsigned long long mask; >> - const char *name; >> -}; >> - > > Ingo took some patches from Andi Kleen that creates a tracepoint-defs.h file > If anything, these should be moved there. That code is currently in tip. Yeah I noticed that yesterday and seems like a good idea. Rasmus suggested types.h but these didn't seem general enough for that one. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/