]> git.baikalelectronics.ru Git - kernel.git/commit
x86/vdso: Fix vdso_install
authorAndy Lutomirski <luto@amacapital.net>
Thu, 12 Jun 2014 15:28:10 +0000 (08:28 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 13 Jun 2014 17:31:48 +0000 (10:31 -0700)
commit37c96d14bea6218bdd095297085100cbabea5426
tree7922166333a7842b48e2193b88773c5c014156d1
parent92d656af6ca33fab09c609f29e4b8c6a6a473734
x86/vdso: Fix vdso_install

"make vdso_install" installs unstripped versions of the vdso objects
for the benefit of the debugger.  This was broken by checkin:

b45ef2cd1400 x86, vdso: Reimplement vdso.so preparation in build-time C

The filenames are different now, so update the Makefile to cope.

This still installs the 64-bit vdso as vdso64.so.  We believe this
will be okay, as the only known user is a patched gdb which is known
to use build-ids, but if it turns out to be a problem we may have to
add a link.

Inspired by a patch from Sam Ravnborg.

Acked-by: Sam Ravnborg <sam@ravnborg.org>
Reported-by: Josh Boyer <jwboyer@fedoraproject.org>
Tested-by: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Link: http://lkml.kernel.org/r/b10299edd8ba98d17e07dafcd895b8ecf4d99eff.1402586707.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/vdso/Makefile