Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754173AbbKQOMe (ORCPT ); Tue, 17 Nov 2015 09:12:34 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:35584 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753920AbbKQOMb (ORCPT ); Tue, 17 Nov 2015 09:12:31 -0500 To: Andy Lutomirski , Linux kernel mailing list , "x86@kernel.org" From: Jiri Slaby Subject: .gnu.hash into text PHDR? X-Enigmail-Draft-Status: N1110 Message-ID: <564B35CC.3050803@suse.cz> Date: Tue, 17 Nov 2015 15:12:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 989 Lines: 34 Hi, after commit 6b7e26547fad7ace3dcb27a5babd2317fb9d1e12 Author: Andy Lutomirski Date: Thu Aug 6 14:45:45 2015 -0700 x86/vdso: Emit a GNU hash I believe .gnu.hash in arch/x86/entry/vdso/vdso-layout.lds.S should have ":text", right? Not that it would matter (it is put there automagically), but I noted it while hunting a new failure inside KVM (host is 4.2 for some time, guest was upgraded to 4.3 recently). KVM dies when javac invokes gtod: KVM internal error. Suberror: 1 emulation failure ... [javac] # C [linux-vdso.so.1+0xe45] __vdso_gettimeofday+0x125 which is "movl hpet_page+240(%rip), %eax". Any ideas? More details at: https://bugzilla.novell.com/show_bug.cgi?id=954218 thanks, -- js suse labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/