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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 B0C67C3A59F for ; Thu, 29 Aug 2019 15:49:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B5572166E for ; Thu, 29 Aug 2019 15:48:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727255AbfH2Ps7 (ORCPT ); Thu, 29 Aug 2019 11:48:59 -0400 Received: from foss.arm.com ([217.140.110.172]:47270 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727022AbfH2Ps7 (ORCPT ); Thu, 29 Aug 2019 11:48:59 -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 78C1815AB; Thu, 29 Aug 2019 08:48:58 -0700 (PDT) Received: from [10.1.196.72] (e119884-lin.cambridge.arm.com [10.1.196.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2495F3F738; Thu, 29 Aug 2019 08:48:57 -0700 (PDT) Subject: Re: [PATCH 2/7] lib: vdso: Build 32 bit specific functions in the right context To: Andy Lutomirski Cc: linux-arch , linux-arm-kernel , LKML , linux-mips@vger.kernel.org, Catalin Marinas , Will Deacon , Paul Burton , Thomas Gleixner , Mark Salyzyn , Dmitry Safonov <0x7f454c46@gmail.com> References: <20190829111843.41003-1-vincenzo.frascino@arm.com> <20190829111843.41003-3-vincenzo.frascino@arm.com> From: Vincenzo Frascino Message-ID: <91cf55b4-63a1-9548-c7e0-c4dfa350b687@arm.com> Date: Thu, 29 Aug 2019 16:48:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On 29/08/2019 16:23, Andy Lutomirski wrote: > On Thu, Aug 29, 2019 at 4:19 AM Vincenzo Frascino > wrote: >> >> clock_gettime32 and clock_getres_time32 should be compiled only with a >> 32 bit vdso library. >> >> Exclude these symbols when BUILD_VDSO32 is not defined. > > Reviewed-by: Andy Lutomirski > > BTW, this is a great patch: it's either correct or it won't build. I > like patches like that. > Thanks :) -- Regards, Vincenzo