Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756631AbaFXUrB (ORCPT ); Tue, 24 Jun 2014 16:47:01 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:40639 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755187AbaFXUq7 (ORCPT ); Tue, 24 Jun 2014 16:46:59 -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 v2 0/2] x86: Build fixes for tip/x86/urgent Date: Tue, 24 Jun 2014 13:46:51 -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. Changes from v1: Improved patch descriptions 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/