Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp5333092ybi; Tue, 4 Jun 2019 05:11:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqwKyyHdiIdg/BTslffeMXf8hZ3ZE3LNxPRfTIjaN0t8Z83I1Jpa3B8henobHH09+/OUlZZM X-Received: by 2002:a17:902:28c9:: with SMTP id f67mr36541773plb.19.1559650308017; Tue, 04 Jun 2019 05:11:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559650308; cv=none; d=google.com; s=arc-20160816; b=ja1oeBHFE3NnljV1SiBbhU9QVssm3keIK3dd/ZNYyWHiH56xqoOb3ZkBIh+4BTYViW lBLu8kX5XXcqSNkcL4wwbzeH2FazIS47lf7ZOxYfza2UCFT04BU12ESa1x7zumLrH1jr lxX89eRM9tyfvATJswhQ0InG4BYkrKtlw9obd+6rjRzoxZWw2JMwE7LWNNwJq7KSiNpt V5evW7LPBG8LBEz56FhsoxPCYMkmfOp6E9KSIkE7ouBr27llJm3lCbw9dGGFieLQ7xAY cM8InUyQU+b2gwa2/DfZaQVXRA8bk7x/C1QuKWzdjye8Y/bXvocwmsR7AjWxQ2X73vJx 2qAg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=7pgT8mWecACpSXLCr+l3WQErRNAGjPF55ogyEgFUQBk=; b=guaoCglgoPxAMPmkZIBf3LhW74bT2m7+uA+EONA0V/FOZSGELkBMwNckUXu55v+il1 IJ/BVQeihXJi0RbtlEcoKZu+qCqSwiTun5m98SkkJRqBR8VXFMjD6PnvMbOz2jECJpYA aRh4KDsPFP/1JJ901xHwUh/Ip6fuGiZ5uvKreYjZrsaDH1k+vu0bg/p6EIZ0xn56Hsz4 QArLgu/7lWummWHq3h59OWabi6mbHkO9ZPVBlBahifTwsesHBCfrtaxqCMGAFnRmGdc6 ZCeCcucFjCCoBEKL/LzrQsGCTHOLzr91h0rDooxaG8jCCqI3xqfkIBBRupi2N/8ffqLO xH8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y62si21941727pgy.362.2019.06.04.05.11.29; Tue, 04 Jun 2019 05:11:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727611AbfFDMIk (ORCPT + 99 others); Tue, 4 Jun 2019 08:08:40 -0400 Received: from foss.arm.com ([217.140.101.70]:41574 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727358AbfFDMIk (ORCPT ); Tue, 4 Jun 2019 08:08:40 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8922880D; Tue, 4 Jun 2019 05:08:39 -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 7A4FF3F690; Tue, 4 Jun 2019 05:08:36 -0700 (PDT) Subject: Re: [PATCH v6 02/19] kernel: Define gettimeofday vdso common code To: Arnd Bergmann Cc: linux-arch , Linux ARM , Linux Kernel Mailing List , linux-mips@vger.kernel.org, "open list:KERNEL SELFTEST FRAMEWORK" , Catalin Marinas , Will Deacon , Russell King , Ralf Baechle , Paul Burton , Daniel Lezcano , Thomas Gleixner , Mark Salyzyn , Peter Collingbourne , Shuah Khan , Dmitry Safonov <0x7f454c46@gmail.com>, Rasmus Villemoes , Huw Davies References: <20190530141531.43462-1-vincenzo.frascino@arm.com> <20190530141531.43462-3-vincenzo.frascino@arm.com> From: Vincenzo Frascino Message-ID: Date: Tue, 4 Jun 2019 13:08:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 31/05/2019 09:19, Arnd Bergmann wrote: > On Thu, May 30, 2019 at 4:15 PM Vincenzo Frascino > wrote: > >> + >> +static __always_inline notrace void vdso_write_end(struct vdso_data *vd) >> +{ > > Rather than marking every single function in here as "notrace",I think it > would be more robust to remove the '-pg' flag in the CFLAGS used for > compiling the vdso files. > All the architectures that I added to this patchset are already compiled with $(CC_FLAGS_FTRACE), hence I think I just forgot to remove the "notrace" around the code. Will fix in v7. > Arnd > -- Regards, Vincenzo