From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756509AbbHZHHb (ORCPT ); Wed, 26 Aug 2015 03:07:31 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:33170 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756188AbbHZHH3 (ORCPT ); Wed, 26 Aug 2015 03:07:29 -0400 Date: Wed, 26 Aug 2015 09:07:23 +0200 From: Ingo Molnar To: Josh Poimboeuf Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, Michal Marek , Peter Zijlstra , Andy Lutomirski , Borislav Petkov , Linus Torvalds , Andi Kleen , Pedro Alves , Namhyung Kim , Bernd Petrovitsch , Chris J Arges , Andrew Morton , Konrad Rzeszutek Wilk , Boris Ostrovsky , David Vrabel , Jeremy Fitzhardinge , Chris Wright , Alok Kataria , Rusty Russell , Herbert Xu , "David S. Miller" , Pavel Machek , "Rafael J. Wysocki" , Len Brown , Matt Fleming Subject: Re: [PATCH v11 00/20] Compile-time stack validation Message-ID: <20150826070723.GA18944@gmail.com> References: <20150825080500.GA17977@gmail.com> <20150825152554.GA3724@treble.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150825152554.GA3724@treble.redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Josh Poimboeuf wrote: > BTW, since I'm planning on adding a CFI generation option to this tool, I wonder > if "stackvalidate" is a misnomer. I can't think of anything better. Any naming > ideas are welcome :-) I'd suggest 'debuginfo' and a Git-alike set of subcommands: debuginfo help debuginfo check debuginfo check framepointers debuginfo check cfi Such a command scheme keeps open various future commands, such as: debuginfo show debuginfo size debuginfo compress debuginfo strip etc. I also checked that there does not appear to be such a Linux tool with such a name at the moment. Thanks, Ingo