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=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 EFC38C433E0 for ; Wed, 13 Jan 2021 16:08:36 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9829023434 for ; Wed, 13 Jan 2021 16:08:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9829023434 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=sX2p46lePjipUilxOQy0oQbKkgU7wu+WVsmM17+oF8I=; b=2fT3war8+n71ZykMN1SinTAEu BXwIHWguzSJpzytDnTCHP92eJPorDmEGh02FuoyYLFiLZDLUEQw7LzLzbfxvb5arZDr/sxt4NJTQg vldLfaf2uBx/VBcn0MAGtyCEHnVC7KqTqsUzMtIVuNgF92banJ+xAW73+h0C/nzVpiyIUAImF37ve IxHh7scqFcrIC3IVnNo3SoCgURnRpYBJtdeyAfznZBV/EoGZv2YlnyQBLlpmtuqo5/ENi+kNgicUc 8EbdD3Z75StouHkXiud8wS2/xEb2oSd9AwrK6PNmt5gWOdemYk8k/Zb9AHRGvy5SkQSeg7Fr7dUAq kWfGK3LmQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kzifU-0002Yn-35; Wed, 13 Jan 2021 16:06:44 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kzifQ-0002Vv-Q5 for linux-arm-kernel@lists.infradead.org; Wed, 13 Jan 2021 16:06:41 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4969523434; Wed, 13 Jan 2021 16:06:37 +0000 (UTC) From: Catalin Marinas To: Arnd Bergmann , Nathan Chancellor , Will Deacon , Nick Desaulniers , Peter Zijlstra , Arnd Bergmann Subject: Re: [PATCH] arm64: make atomic helpers __always_inline Date: Wed, 13 Jan 2021 16:06:35 +0000 Message-Id: <161055398865.21762.4907792828255955851.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210108092024.4034860-1-arnd@kernel.org> References: <20210108092024.4034860-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210113_110640_912944_8E06074A X-CRM114-Status: GOOD ( 12.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , linux-arch@vger.kernel.org, Herbert Xu , Boqun Feng , linux-kernel@vger.kernel.org, clang-built-linux@googlegroups.com, Thomas Gleixner , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 8 Jan 2021 10:19:56 +0100, Arnd Bergmann wrote: > With UBSAN enabled and building with clang, there are occasionally > warnings like > > WARNING: modpost: vmlinux.o(.text+0xc533ec): Section mismatch in reference from the function arch_atomic64_or() to the variable .init.data:numa_nodes_parsed > The function arch_atomic64_or() references > the variable __initdata numa_nodes_parsed. > This is often because arch_atomic64_or lacks a __initdata > annotation or the annotation of numa_nodes_parsed is wrong. > > [...] Applied to arm64 (for-next/fixes), thanks! [1/1] arm64: make atomic helpers __always_inline https://git.kernel.org/arm64/c/c35a824c3183 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel