From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751843AbdCIUdK (ORCPT ); Thu, 9 Mar 2017 15:33:10 -0500 Received: from mail.skyhub.de ([5.9.137.197]:56602 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750913AbdCIUdJ (ORCPT ); Thu, 9 Mar 2017 15:33:09 -0500 Date: Thu, 9 Mar 2017 21:32:48 +0100 From: Borislav Petkov To: Thomas Gleixner Cc: Mike Galbraith , "Tobin C. Harding" , LKML Subject: Re: [regression] 72042a8c7b01 x86/purgatory: Make functions and variables static Message-ID: <20170309203248.ee2w2nxa2gefgot6@pd.tnic> References: <1489068254.4381.18.camel@gmx.de> <1489083766.5228.10.camel@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 09, 2017 at 08:11:03PM +0100, Thomas Gleixner wrote: > > git@homer:..kexec-tools/kexec-tools-2.0.5> grep -IR 'elf_rel_.*symbol' . | egrep 'backup_|digest'|grep x86_64 > > ./kexec/arch/x86_64/kexec-x86_64.c: elf_rel_set_symbol(&info->rhdr, "backup_src_start", > > ./kexec/arch/x86_64/kexec-x86_64.c: elf_rel_set_symbol(&info->rhdr, "backup_src_size", > > ./kexec/arch/x86_64/kexec-x86_64.c: elf_rel_set_symbol(&info->rhdr, "backup_start", > > Came so far as well. Lovely undocumented dependencies..... Maybe that'll help a little: https://lkml.kernel.org/r/20170103153814.GC29807@redhat.com And yap, that thing needs a bunch of text ontop saying sh*t and why it is magical. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.