From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935100AbcATKpI (ORCPT ); Wed, 20 Jan 2016 05:45:08 -0500 Received: from mail.skyhub.de ([78.46.96.112]:35704 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934569AbcATKpE (ORCPT ); Wed, 20 Jan 2016 05:45:04 -0500 Date: Wed, 20 Jan 2016 11:44:37 +0100 From: Borislav Petkov To: Josh Poimboeuf Cc: Ingo Molnar , 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 Subject: Re: [PATCH v15 13/25] x86/reboot: Add ljmp instructions to stacktool whitelist Message-ID: <20160120104437.GE23186@pd.tnic> References: <20160112164711.GD22699@pd.tnic> <20160112174301.GD310@treble.redhat.com> <20160113105503.GB11575@gmail.com> <20160115060652.GA16760@treble.redhat.com> <20160115104145.GC25104@pd.tnic> <20160115110000.GB25002@gmail.com> <20160120054256.GA31495@treble.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160120054256.GA31495@treble.redhat.com> 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 Tue, Jan 19, 2016 at 11:42:56PM -0600, Josh Poimboeuf wrote: > I've now gotten the number of warnings down to 0 (except for a few > staging drivers), even with allyesconfig (with !CONFIG_GCOV). > > I've also managed to make stacktool a little smarter such that the > in-code STACKTOOL_IGNORE_INSN markers are no longer needed, woot! Oh wow! :-) > There's still a need for 4 STACKTOOL_IGNORE_FUNC(name) markers in the > entire tree, due to the weird cases I mentioned. But they're placed > after the functions, so they're much less disruptive. Sounds nice. Thanks! -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.