Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755040AbaFXTva (ORCPT ); Tue, 24 Jun 2014 15:51:30 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:54231 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754421AbaFXTuU (ORCPT ); Tue, 24 Jun 2014 15:50:20 -0400 From: Andy Lutomirski To: "H. Peter Anvin" Cc: Ingo Molnar , "linux-kernel@vger.kernel.org" , Thomas Gleixner , "linux-tip-commits@vger.kernel.org" , Andy Lutomirski Subject: [PATCH 0/2] x86: Build fixes for tip/x86/urgent Date: Tue, 24 Jun 2014 12:50:07 -0700 Message-Id: X-Mailer: git-send-email 1.9.3 In-Reply-To: <53A9C6EB.50900@zytor.com> References: <53A9C6EB.50900@zytor.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For reasons that I don't quite understand, the current code to disable branch profiling in the vdso wasn't working right. Redo it better. Patch 2 is a sanity check: if that error happens, then something is wrong with the vdso. Andy Lutomirski (2): x86,vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefile x86,vdso2c: Error out if DT_RELA is present arch/x86/vdso/Makefile | 4 +++- arch/x86/vdso/vclock_gettime.c | 3 --- arch/x86/vdso/vdso2c.h | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) -- 1.9.3 -- 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/