From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965203AbcALRRr (ORCPT ); Tue, 12 Jan 2016 12:17:47 -0500 Received: from mail.skyhub.de ([78.46.96.112]:52805 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933963AbcALRR2 (ORCPT ); Tue, 12 Jan 2016 12:17:28 -0500 Date: Tue, 12 Jan 2016 18:17:13 +0100 From: Borislav Petkov 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 , Linus Torvalds , Andi Kleen , Pedro Alves , Namhyung Kim , Bernd Petrovitsch , Chris J Arges , Andrew Morton , Jiri Slaby , Arnaldo Carvalho de Melo , David Vrabel , Konrad Rzeszutek Wilk , Boris Ostrovsky , Jeremy Fitzhardinge , Chris Wright , Alok Kataria , Rusty Russell , Herbert Xu , "David S. Miller" , Mathias Krause , Pavel Machek , "Rafael J. Wysocki" , Len Brown , Matt Fleming Subject: Re: [PATCH v15 00/25] Compile-time stack metadata validation Message-ID: <20160112171713.GF22699@pd.tnic> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 18, 2015 at 06:39:14AM -0600, Josh Poimboeuf wrote: > This is v15 of the compile-time stack metadata validation patch set, > along with proposed fixes for many of the warnings it found. It's based > on the tip/master branch. Ok, Reviewed-by: Borislav Petkov With it applied, my .config gives ~1000 stacktool warnings. One of the issues that bugs me recently is adding tool-specific markers to unrelated code and new tools tend to love doing that. But this makes unrelated code ugly and people touching it shouldn't have to know about those tools. I guess you could improve the analysis of vmlinux as stacktool is running post-compile and thus put the onus on the tool to do the right thing and not on the code. But that's for the TODO. Thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.