From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750816AbdFOEGb (ORCPT ); Thu, 15 Jun 2017 00:06:31 -0400 Received: from ozlabs.org ([103.22.144.67]:40469 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750773AbdFOEFZ (ORCPT ); Thu, 15 Jun 2017 00:05:25 -0400 Date: Thu, 15 Jun 2017 14:05:22 +1000 From: Stephen Rothwell To: Kees Cook Cc: linux-kernel@vger.kernel.org, Josh Poimboeuf , Daniel Micay , Andrew Morton Subject: Re: [PATCH] objtool: Add fortify_panic as __noreturn function Message-ID: <20170615140522.5f7027e1@canb.auug.org.au> In-Reply-To: <20170615021851.GA83998@beast> References: <20170615021851.GA83998@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kees, On Wed, 14 Jun 2017 19:18:51 -0700 Kees Cook wrote: > > CONFIG_FORTIFY_SOURCE implements fortify_panic() as a __noreturn function, > so objtool needs to know about it too. > > Suggested-by: Daniel Micay > Signed-off-by: Kees Cook > Cc: Josh Poimboeuf > --- > tools/objtool/builtin-check.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tools/objtool/builtin-check.c b/tools/objtool/builtin-check.c > index 282a60368b14..5f66697fe1e0 100644 > --- a/tools/objtool/builtin-check.c > +++ b/tools/objtool/builtin-check.c > @@ -192,7 +192,8 @@ static int __dead_end_function(struct objtool_file *file, struct symbol *func, > "complete_and_exit", > "kvm_spurious_fault", > "__reiserfs_panic", > - "lbug_with_loc" > + "lbug_with_loc", > + "fortify_panic", > }; > > if (func->bind == STB_WEAK) > -- > 2.7.4 OK, I have added this to the end of linux-next today (in the part of Andrew's tree afte the linux-next merge). I also move the fortify string patch to after it (but I assume I will still need to revert it). I willl drop this patch when it appears elsewhere in linux-next. -- Cheers, Stephen Rothwell