From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <20190131192533.34130-1-thgarnie@chromium.org> <20190131192533.34130-16-thgarnie@chromium.org> <20190201071259.GB14343@kadam> In-Reply-To: <20190201071259.GB14343@kadam> From: Thomas Garnier Date: Fri, 1 Feb 2019 09:00:50 -0800 Message-ID: Subject: Re: [PATCH v6 15/27] compiler: Option to default to hidden symbols Content-Type: text/plain; charset="UTF-8" To: Dan Carpenter Cc: Thomas Garnier , Kernel Hardening , kristen@linux.intel.com, Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , the arch/x86 maintainers , Luis Chamberlain , Greg Kroah-Hartman , "Rafael J. Wysocki" , Arnd Bergmann , Luc Van Oostenryck , Steven Rostedt , Jason Baron , Jordan Borgner , Masami Hiramatsu , Masahiro Yamada , "Peter Zijlstra (Intel)" , Andrew Morton , Kees Cook , Mathieu Desnoyers , Arnaldo Carvalho de Melo , Andi Kleen , Jan Beulich , Song Liu , Adrian Hunter , Alexander Shishkin , LKML , linux-arch , Sparse Mailing-list List-ID: On Thu, Jan 31, 2019 at 11:13 PM Dan Carpenter wrote: > > On Thu, Jan 31, 2019 at 11:24:22AM -0800, Thomas Garnier wrote: > > Provide an option to default visibility to hidden except for key > > symbols. > > It took me a while to figure out the verb in this sentence... :P I agree, I should rewrite this description. > > It's weird that we're annotating things to be default. What visibility > are they we leave off the annotation? The word "default" is confusing but that's how it is called by gcc. Symbols not marked default are hidden. > > regards, > dan carpenter > -- Thomas