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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD0FFC4167B for ; Sun, 10 Dec 2023 10:28:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231687AbjLJK2q (ORCPT ); Sun, 10 Dec 2023 05:28:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229482AbjLJK2o (ORCPT ); Sun, 10 Dec 2023 05:28:44 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CFA35100 for ; Sun, 10 Dec 2023 02:28:50 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4F8BC433C8; Sun, 10 Dec 2023 10:28:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1702204130; bh=EPfvKt783NSvXtsYYNiCEao1bf8wLKI/glmpIZjt+jQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZZunXtJZsn82CnIp9i/4OcEHYRKn2HH6W+Xe7Ikp0XFHoti5Z+efhTA4ixjFEOVEj 0+l3T7KmQP3voTNjVtyVpVB/hZ/zgVlYHSHqZawn4IP1jpC3Imf91W5uJt04GQBPls bF/XQya3RT5gF+/e3rPDojVmcdrXBPKTVhEvuElE= Date: Sun, 10 Dec 2023 11:28:47 +0100 From: Greg Kroah-Hartman To: Vimal Kumar Cc: "Rafael J. Wysocki" , Len Brown , Pavel Machek , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, chinmoyghosh2001@gmail.com, badolevishal1116@gmail.com, mintupatel89@gmail.com Subject: Re: [PATCH v2] PM / sleep: Mechanism to find source aborting kernel suspend transition Message-ID: <2023121019-overgrown-scientist-124b@gregkh> References: <20231210100303.491-1-vimal.kumar32@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231210100303.491-1-vimal.kumar32@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 10, 2023 at 03:33:01PM +0530, Vimal Kumar wrote: > +EXPORT_SYMBOL_GPL(abort_suspend_list_clear); Why is this exported to modules? thanks, greg k-h