[ANNOUNCE] kexec-tools 2.0.10

Dave Young dyoung at redhat.com
Fri Jun 26 02:44:42 PDT 2015


On 06/26/15 at 03:10pm, Dave Young wrote:
> On 06/25/15 at 07:20pm, Simon Horman wrote:
> > Hi all,
> > 
> > I am happy to announce the release of kexec-tools 2.0.10.
> > 
> > This is a feature release coinciding with the release of the v4.1 Linux Kernel.
> > 
> > This release can be downloaded from kernel.org:
> > 
> > 	http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.10.tar.xz
> > 	http://kernel.org/pub/linux/utils/kernel/kexec/
> > 
> > It is also tagged it in git:
> > 
> > 	git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
> > 
> > Thanks to everyone who has contributed to kexec.
> 
> Simon, thanks for the new release.
> 
> We updated Fedora kexec-tools to 2.0.9, plan to move to 2.0.10 soon.
> 
> But I see below error:
> R_X86_64_29
> Unhandled rela relocation: R_X86_64_29
> 
> There was a similar report before:
> http://lists.infradead.org/pipermail/kexec/2015-February/013305.html
> 
> The strange thing is local build works for me, but koji build server
> build does not work. 2.0.10 koji build also fails to load.
> 

It should be koji build system problem, I found it adds -fexceptions and
-fstack-protetor-strong, the cmdline is below:

gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -mcmodel=small -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -mcmodel=small -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/lib/gcc/x86_64-redhat-linux/5.1.1/include  -c -MD -o purgatory/purgatory.o purgatory/purgatory.c

(-mcmodel=small is added by me for testing if this can resolve the problem)

So I will turn to ask Fedora people, sorry for the noise.

Thanks
Dave



More information about the kexec mailing list