Received: by 2002:a05:6359:c8b:b0:c7:702f:21d4 with SMTP id go11csp2531750rwb; Thu, 29 Sep 2022 11:23:09 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5B+mZb0qMOSgtohehkN8us71wTxpUjuvA5WkUBMI+Yidsgz4qDQ6FCwN9X51AG1JSqWuPB X-Received: by 2002:a17:907:a47:b0:780:6883:2a37 with SMTP id be7-20020a1709070a4700b0078068832a37mr3666522ejc.219.1664475788979; Thu, 29 Sep 2022 11:23:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1664475788; cv=none; d=google.com; s=arc-20160816; b=TfjetY+aYyeQoKyGwxtaOCnJ0uMNBhuOmSp2vF75EkFRij+qhGetlplB1tX5q9B498 if0ORaIg0mjESPmUQ7+8CnsvIrhBZDUw03dRmDfWbH6gXB01uALIldBHBM7vQXnAw+ER +Uxlcgazwp54RwTD6IEHCrgw68AdG8nQb9LjG4DhFPOYGW5Xmy3dix/hLflMjW0lQdO2 7Y2c5yfuHaWTyWbUg80sZR9ECIGYb/zm/ORv8QOS24mXnNSVcteB/xPZM3bI7iMy5sAL hQT4BDyM7xAdhZerzVoMT3Qu//dxIWckj7+eOmDmt6jY1ww2PXT5dsDil71J/vdtIOYR +g4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=sy7lxipk6Td8I0ZBR1/Zpu7XnW+mvVzV5+gb81UouOs=; b=sfTX5MBevQkDm3cmpRa/6zdXt6xOiUYxfxwUO+3v0Ejlxuis1KoIYpzwL3dv6g5d6O zAzBuPGPE+qraBHmdh2j+mMqnjSYbxKqwad1A3GLpAr69jf/NTFOXi+yhxcbOYf3vvvu edqNob5WS9jEgyhtD8wQWMPWEe3ATi5zq3kJPtw/hQF66R8MvjOAdep13ho8SuLpaWvB 9un/yduJEUoURQ4p757ldj0zvWD/OA4lB/zBzfQ+E2Fk4HDATR/g1MwHD2P9HX2r1uss dJrSiA3WhW5chp2UcXVjfdTy1WCE/uq1OJDEFBowsFcObzI89WORL0hjQNyN489bx0tb 6N7Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 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 out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id he40-20020a1709073da800b0076f077cec04si10763121ejc.365.2022.09.29.11.22.43; Thu, 29 Sep 2022 11:23:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 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 S234315AbiI2RzX (ORCPT + 99 others); Thu, 29 Sep 2022 13:55:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51424 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233878AbiI2RzS (ORCPT ); Thu, 29 Sep 2022 13:55:18 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4AA334E851 for ; Thu, 29 Sep 2022 10:55:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 57418CE2338 for ; Thu, 29 Sep 2022 17:55:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF1B5C43470; Thu, 29 Sep 2022 17:55:05 +0000 (UTC) From: Catalin Marinas To: Xiu Jianfeng , ard.biesheuvel@linaro.org, will@kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM64: reloc_test: add __init/__exit annotations to module init/exit funcs Date: Thu, 29 Sep 2022 18:55:03 +0100 Message-Id: <166447408706.3004635.17987165163593299274.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220911034747.132098-1-xiujianfeng@huawei.com> References: <20220911034747.132098-1-xiujianfeng@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 11 Sep 2022 11:47:47 +0800, Xiu Jianfeng wrote: > Add missing __init/__exit annotations to module init/exit funcs. > > Applied to arm64 (for-next/misc), thanks! [1/1] ARM64: reloc_test: add __init/__exit annotations to module init/exit funcs https://git.kernel.org/arm64/c/8c6e3657be6b -- Catalin