From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF1E3C7618B for ; Fri, 26 Jul 2019 16:30:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 82EAF21734 for ; Fri, 26 Jul 2019 16:30:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728223AbfGZQaB (ORCPT ); Fri, 26 Jul 2019 12:30:01 -0400 Received: from foss.arm.com ([217.140.110.172]:47074 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727514AbfGZQaB (ORCPT ); Fri, 26 Jul 2019 12:30:01 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6FBB1337; Fri, 26 Jul 2019 09:30:00 -0700 (PDT) Received: from e119884-lin.cambridge.arm.com (e119884-lin.cambridge.arm.com [10.1.196.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BDBF93F71F; Fri, 26 Jul 2019 09:29:57 -0700 (PDT) From: Vincenzo Frascino To: linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, linux-kselftest@vger.kernel.org Cc: catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de, linux@armlinux.org.uk, ralf@linux-mips.org, paul.burton@mips.com, daniel.lezcano@linaro.org, tglx@linutronix.de, salyzyn@android.com, pcc@google.com, shuah@kernel.org, 0x7f454c46@gmail.com, linux@rasmusvillemoes.dk, huw@codeweavers.com, sthotton@marvell.com, andre.przywara@arm.com, luto@kernel.org Subject: [PATCH 0/2] mips: vdso: Fix Makefile Date: Fri, 26 Jul 2019 17:29:42 +0100 Message-Id: <20190726162944.12149-1-vincenzo.frascino@arm.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Consequently to the unified vDSO transition of the MIPS architecture few compilation issues appeared due to: - A wrong source path for the configuration environment settings for the O32 and N32 vDSO library generation. - A flip/flop vDSO building bug that would cause to rebuild the vDSO library every second time. This patch series addresses both the issues providing the respective fixes. This patchset is rebased on top of mips-next. Cc: Paul Burton Signed-off-by: Vincenzo Frascino Vincenzo Frascino (2): mips: vdso: Fix source path mips: vdso: Fix flip/flop vdso building bug arch/mips/vdso/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -- 2.22.0