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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 F04FBC4363C for ; Wed, 7 Oct 2020 11:15:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6B63D20B1F for ; Wed, 7 Oct 2020 11:14:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="WWR0azw3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727558AbgJGLO5 (ORCPT ); Wed, 7 Oct 2020 07:14:57 -0400 Received: from mail.skyhub.de ([5.9.137.197]:48126 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726129AbgJGLO5 (ORCPT ); Wed, 7 Oct 2020 07:14:57 -0400 Received: from zn.tnic (p200300ec2f0910001a6e2c50840325bb.dip0.t-ipconnect.de [IPv6:2003:ec:2f09:1000:1a6e:2c50:8403:25bb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 7BB7C1EC02FE; Wed, 7 Oct 2020 13:14:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1602069295; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=/xdW026KNaPmQBeTtUGM1jrwnoKelUBoR6snamoe8Mk=; b=WWR0azw394/bqAfeM1QrKKywuY6FL8sncnKP1c6Jsy5/nV4FI64e9Ce6bTymObhhMZSTJQ tY2/cXohj+igNLltUej9VZdet2ls3fKldavRyghQGERuOC+jrL87pXVPuy/GFK8mfRbawv 1xVyypk7BuK0y9yahzf8ZmdDV9MEfpk= Date: Wed, 7 Oct 2020 13:14:47 +0200 From: Borislav Petkov To: Dan Williams Cc: linux-tip-commits@vger.kernel.org, Dan Williams , Borislav Petkov , Tony Luck , Michael Ellerman , stable@vger.kernel.org, x86 , LKML Subject: Re: [tip: ras/core] x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() Message-ID: <20201007111447.GA23257@zn.tnic> References: <160197822988.7002.13716982099938468868.tip-bot2@tip-bot2> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <160197822988.7002.13716982099938468868.tip-bot2@tip-bot2> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 06, 2020 at 09:57:09AM -0000, tip-bot2 for Dan Williams wrote: > + /* Copy successful. Return zero */ > +.L_done_memcpy_trap: > + xorl %eax, %eax > +.L_done: > + ret > +SYM_FUNC_END(copy_mc_fragile) > +EXPORT_SYMBOL_GPL(copy_mc_fragile) That export together with CONFIG_MODVERSIONS causes WARNING: modpost: EXPORT symbol "copy_mc_fragile" [vmlinux] version generation failed, symbol will not be versioned. here. I don't see why tho... -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette