Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4391FC61DA4 for ; Thu, 9 Mar 2023 16:55:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230156AbjCIQzH (ORCPT ); Thu, 9 Mar 2023 11:55:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230273AbjCIQym (ORCPT ); Thu, 9 Mar 2023 11:54:42 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB256360A5; Thu, 9 Mar 2023 08:45:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=O06NXR+UHvYx/lElqCqrRFhF5ehPGyQ2puyAkUI53Is=; b=Ifgp0TzxpPd/XkQ5gdtUAo8OMM 7Xq+uSdI086Pb8iGYYOyS8ip3B669AHxb9Aud2hqLwiYtLt4/Hd7LumujuxUYOsmcpF5VjGv4zshX E61xVEqp+D4kU1pVnOTP1gQYLkbiqsHPIknYuUcJp2DxnmFEODKgsKjQ9fnKNTny51oXScut4doIU CvunYx1Xv69UNX1G85qQaVwLGU0DMVZS7Ob318lusFZBCJp99kfr03NbS1HZsv0RPr4hshRVPbLja AlEW11D7UCmYh0xD/w6T03mBtJ7M/4+eaX9K5SMaBYaBXAR22OhLfJjLfr/iBak4ROM/dtxx/PSZE qrV2ev+A==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1paJOo-00BJg8-AP; Thu, 09 Mar 2023 16:45:50 +0000 Date: Thu, 9 Mar 2023 08:45:50 -0800 From: Christoph Hellwig To: Huacai Chen Cc: Arnd Bergmann , Huacai Chen , loongarch@lists.linux.dev, linux-arch@vger.kernel.org, Xuefeng Li , Guo Ren , Xuerui Wang , Jiaxun Yang , linux-kernel@vger.kernel.org, loongson-kernel@lists.loongnix.cn Subject: Re: [PATCH V2] LoongArch: Provide kernel fpu functions Message-ID: References: <20230306031258.99230-1-chenhuacai@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230306031258.99230-1-chenhuacai@loongson.cn> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org NAK, this needs to be an EXPORT_SYMBOL_GPL. Also no way we're going to merge this without an actual user.