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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 05FE9C432C0 for ; Fri, 29 Nov 2019 11:51:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0C3982084D for ; Fri, 29 Nov 2019 11:51:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=goldelico.com header.i=@goldelico.com header.b="NhIJNFVe" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726651AbfK2Lva (ORCPT ); Fri, 29 Nov 2019 06:51:30 -0500 Received: from mo4-p01-ob.smtp.rzone.de ([85.215.255.50]:11884 "EHLO mo4-p01-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726586AbfK2Lva (ORCPT ); Fri, 29 Nov 2019 06:51:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1575028288; s=strato-dkim-0002; d=goldelico.com; h=To:References:Message-Id:Cc:Date:In-Reply-To:From:Subject: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=iBrSLXEb+4Pgkw+xVYubBkd5BoaeNwNo+XGvH/A6fnk=; b=NhIJNFVetoX9piM0+K09imJkWI8u8XEDZDg/lKdCqm1GDsC4mKz2auvrAMLUc9AqXz LuXrYbLPYnpKN5jGC/s6gmZPT13pejKHoSHqeMpozLHO/5ehNyjIpNJL+Hil7RFso5wE uImZ+OjaGTCgS+FERLksUPc1WElIOdV3SXAkZ/f759JsW6eVKGpG1urtV7YZ/8/DCQ0Z I2d8NLsOoy8DYa5gxRfjeJklL3cN5u+vQY9/1xD0o0wM/4OXO8c5pKawZL8TL+N4mYO1 M6YcsDwnxQC8ZEClk9lLj6sLWy3U/SMqOqDGMgLgdc3XMWI88gcMqmVW7a2SLiz0ZeKZ 7zYQ== X-RZG-AUTH: ":JGIXVUS7cutRB/49FwqZ7WcJeFKiMgPgp8VKxflSZ1P34KBj7wpz8NMGH/vgwDeoHw==" X-RZG-CLASS-ID: mo00 Received: from imac.fritz.box by smtp.strato.de (RZmta 45.0.2 DYNA|AUTH) with ESMTPSA id y07703vATBpKRzN (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Fri, 29 Nov 2019 12:51:20 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: MIPS: bug: gettimeofday syscall broken on CI20 board From: "H. Nikolaus Schaller" In-Reply-To: <183faf2b-247b-7a1f-a45c-4ae6bbff4320@arm.com> Date: Fri, 29 Nov 2019 12:51:19 +0100 Cc: Thomas Bogendoerfer , Maarten ter Huurne , mips-creator-ci20-dev@googlegroups.com, Ralf Baechle , Paul Burton , linux-mips@vger.kernel.org, Linux Kernel Mailing List , Discussions about the Letux Kernel Content-Transfer-Encoding: quoted-printable Message-Id: References: <18788C50-F29B-4BD7-89F6-B056FF490214@goldelico.com> <7b6275c7-ab2b-a647-6bf7-d5e1c4523c98@arm.com> <4807842.gtHLO0kk0V@hyperion> <01D75E67-EC2E-4C74-B9BB-752773C481A9@goldelico.com> <20191128150721.GA20142@alpha.franken.de> <4F75970F-81DA-4727-8ADC-17CF6D77829B@goldelico.com> <04b509b4-b1ef-3bcb-433e-8eed5772288f@arm.com> <9ee8cbab-0655-f4d5-6699-fbe34fbe4d60@arm.com> <183faf2b-247b-7a1f-a45c-4ae6bbff4320@arm.com> To: Vincenzo Frascino X-Mailer: Apple Mail (2.3124) Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi Vincenzo, > Am 29.11.2019 um 11:53 schrieb Vincenzo Frascino = : >=20 > Hi Nikolaus, >=20 > On 11/29/19 8:57 AM, Vincenzo Frascino wrote: >> On 11/28/19 4:47 PM, H. Nikolaus Schaller wrote: >>> Well, it does not immediately compile because = CONFIG_MIPS_CLOCK_VSYSCALL is not >>> set and can not be configured by normal means: >>>=20 >>> Error: >>>=20 >>> /Volumes/CaseSensitive/master/lib/vdso/gettimeofday.c: In function = '__cvdso_gettimeofday': >>> /Volumes/CaseSensitive/master/lib/vdso/gettimeofday.c:152:4: error: = implicit declaration of function 'gettimeofday_fallback' = [-Werror=3Dimplicit-function-declaration] >>> return gettimeofday_fallback(tv, tz); >>=20 >> Oops, I just realized that I had other changes not committed that's = why it does >> not build for you directly. Sometimes I get so excited for fixing a = problem that >> I forget bits and peaces :) Sorry about that. >>=20 >> I am happy to hear that this sorts out the issue though. I will send = out a new >> series to test. >>=20 >=20 > Could you please try the patch in attachment? It should be all this = time. Yes, applies well, compiles well and works. So you can add: Testes-by: H. Nikolaus Schaller # CI20 with JZ4780 >=20 > Thanks! BR and thanks, Nikolaus