Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp197915pxf; Thu, 25 Mar 2021 01:47:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzxzRjHd4Q15asHPgiQ0hWZN9crV1u36uqrGP+91qJAeYVp6dFAoy4tA9zbwjbeZHyF3LHs X-Received: by 2002:a17:906:704a:: with SMTP id r10mr8166428ejj.312.1616662031993; Thu, 25 Mar 2021 01:47:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616662031; cv=none; d=google.com; s=arc-20160816; b=A1NsXsnBRSkD4CWPc927sxIyyyL+wmB7jpju9aF5QbSmS34lltetJYDnTTaIuCY2p2 zAz3UV50oRFjTkFsuw2hYvDGjWE5mJUz1CYID/nmYZV6B3su8pXzUzx8oxaWaavEtmZk +Hffo19OJUc24C0Ql+i20/YAtwUWmj+ZfLYvDnUe/TnI9PSVE7/sTYIiPsERXUxRvHVJ ODU1N+pG7B03wU0d6mcT3i+SIwOColiiAZRw7Jz1PmHflJwtmsxbWFGROPHNL5fpK7xl sHAoghFGhco/SThm31BYtY3la5+LtlvB2bvYjxOjP9ExmOBsL+O8h2z9Go6+Fpl7RAFV bNCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=deSy0Z01Hm0o8R+uUayerofniJj1J7wUviPwARicw98=; b=pBQ9C/ZeBH8g+neolL5rMg1x5YeLEiAIylgdI93Bkec6/CvlqO6ReAf1BM4qge2b0v kjFeU0OypggBAgP7xt6ZwMOEt2ruIPMlCG6nrRnzRVxnPUPi+mjMiRUs94k6ow8qSIIc 45u70QeNjUT+V8BEeyCY8lnFUoaZsnMsKFfrmekQKBGllo5v/nhpc5uxaG7IbDNB1RJp Q3h/j9WQnC5iM2TzTg+YnW4fCdGBnt+vQP90ONsn13OIFOsh3UCdmG/vd/WeCZXZwWCp sbdb7mhCb1anU6qQ5DVNXH27qiXLsg2A75TtvKVkAho55f3EVVYgLwCikgem7fFCsyzz fL/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p10si3709104edw.62.2021.03.25.01.46.48; Thu, 25 Mar 2021 01:47:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229624AbhCYIpt (ORCPT + 99 others); Thu, 25 Mar 2021 04:45:49 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:59857 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229653AbhCYIpX (ORCPT ); Thu, 25 Mar 2021 04:45:23 -0400 X-Originating-IP: 90.65.108.55 Received: from localhost (lfbn-lyo-1-1676-55.w90-65.abo.wanadoo.fr [90.65.108.55]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 821681BF20C; Thu, 25 Mar 2021 08:45:19 +0000 (UTC) Date: Thu, 25 Mar 2021 09:45:17 +0100 From: Alexandre Belloni To: "heying (H)" Cc: mpe@ellerman.id.au, benh@kernel.crashing.org, paulus@samba.org, a.zummo@towertech.it, christophe.leroy@csgroup.eu, npiggin@gmail.com, msuchanek@suse.de, tglx@linutronix.de, peterz@infradead.org, geert@linux-m68k.org, geert+renesas@glider.be, kernelfans@gmail.com, frederic@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH V3 -next] powerpc: kernel/time.c - cleanup warnings Message-ID: References: <20210324090939.143477-1-heying24@huawei.com> <18a8d444-f1a5-61e0-b9f2-f85c03d71686@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18a8d444-f1a5-61e0-b9f2-f85c03d71686@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/03/2021 17:46:19+0800, heying (H) wrote: > Many thanks for your suggestion. As you suggest, rtc_lock should be local to > platforms. > > Does it mean not only powerpc but also all other platforms should adapt this > change? Not all the other ones, in the current state, x86 still needs it. I'll work on that. Again, the patch is fine as is. Reviewed-by: Alexandre Belloni -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com