Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp545289pxb; Tue, 14 Sep 2021 03:36:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzHVcqxWR/aEK5MJAjSgIqjaUia6l96ok8fQwnShsUMxnak/65DEFQVVWkJLPApb6oBGDUS X-Received: by 2002:a05:6638:d04:: with SMTP id q4mr10833396jaj.120.1631615777893; Tue, 14 Sep 2021 03:36:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631615777; cv=none; d=google.com; s=arc-20160816; b=xtT/Eh520lC5AwlRZbdzDJHUgAEHrGErO+JIP0t7C29MS29EWpTzdTdIGCSqoIV6uT qfokEuFHnOABRYw72L1XBjtG1iVLZo2fX1028VtDLYZa9KfUEtn2wKUBKGgi4Ptp33op 0CQSWPf3gHFw+N8TWoGy2TqXYW0sE4PSsQU6tmvLwgPCBlA9QO1/SlYjvgRjZilLNBK7 Bjkv4bvvdB4Is7T/OSVMSz8JHyEKkkUlPWF0HQFkPmVVL94FK8wagu1yQrRwL8HXIzM+ vIoU1Q52UQxPBWJ7iaa8M+AEhQy5lxIZhyoGphLf6NZ5sVtyEfyGKyBdeQPb5bsSjL0Q 7/rQ== 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=Cgkastxn+oFBUZs0NkyZwIIRwYvlQFJBKTuM9wo0WbE=; b=oYCW5SoPD58JrTEBnc5ZkzwUWuCfc2Gos+JtDhoRKYsvaSxL+/x6KHTD2rD9vr09wg ZJxlcfUeYkROKU+2aKSesZefFxAcDRZXK/swFYgvWB7u9MNK0/RC2MQo6rXLyGh0wk2E jYkdpAlq4uiq525LxK21YGTl5veQ3pvqKXfDzLyreRxH4++ekEGZSMtpMPMKgJwKDrL9 iW3TDn9PFOEj9e30RXkB1lqTtdPCkQmeGZD8hOu3Zkw+h6bGMaLoheJudGzTlXG4xwlA bL/6P8Wss78HcKySEmBW8Xz+xAshBAUJcQVkgwdYKdtwxjIV3gsnREdakwi0sZzQxOw7 Nfbw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x1si2956356ilm.82.2021.09.14.03.36.06; Tue, 14 Sep 2021 03:36:17 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231490AbhINKfg (ORCPT + 99 others); Tue, 14 Sep 2021 06:35:36 -0400 Received: from foss.arm.com ([217.140.110.172]:43246 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231352AbhINKff (ORCPT ); Tue, 14 Sep 2021 06:35:35 -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 BFC4F1435; Tue, 14 Sep 2021 03:34:17 -0700 (PDT) Received: from C02TD0UTHF1T.local (unknown [10.57.21.233]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 71C053F59C; Tue, 14 Sep 2021 03:34:16 -0700 (PDT) Date: Tue, 14 Sep 2021 11:34:13 +0100 From: Mark Rutland To: "Chen, Rong A" Cc: kernel test robot , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Peter Zijlstra Subject: Re: [kbuild-all] Re: include/linux/atomic/atomic-arch-fallback.h:60:32: error: implicit declaration of function 'arch_cmpxchg64'; did you mean 'arch_cmpxchg'? Message-ID: <20210914103413.GB29127@C02TD0UTHF1T.local> References: <202109120418.8mal64Sj-lkp@intel.com> <20210913085724.GA7415@C02TD0UTHF1T.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 14, 2021 at 08:39:36AM +0800, Chen, Rong A wrote: > > > On 9/13/2021 4:57 PM, Mark Rutland wrote: > > On Sun, Sep 12, 2021 at 04:24:21AM +0800, kernel test robot wrote: > > > Hi Mark, > > > > > > FYI, the error/warning still remains. > > > > As pointed out previously [1,2], this is an existing bug (in that arc > > does not have an implementation of cmpxchg64(), but it's possible to > > select code which uses it in test configurations). My changes to the > > core atomic headers only change the way in which the error manifests, > > and have nothing to do with the underlying problem. > > > > I thought we were going to stop reporting this [3]? > > Hi Mark, > > Thanks for the feedback, we only ignored the below one: > > include/linux/atomic-arch-fallback.h:60:32: error: implicit declaration of > function 'arch_cmpxchg64'; did you mean 'arch_cmpxchg'? > [-Werror=implicit-function-declaration] > > we'll update the pattern to ignore all. Thanks; much appreciated! :) Mark.