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=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 C68F1C2B9F8 for ; Mon, 24 May 2021 12:34:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A587B61209 for ; Mon, 24 May 2021 12:34:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232711AbhEXMgI (ORCPT ); Mon, 24 May 2021 08:36:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:57694 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232486AbhEXMgG (ORCPT ); Mon, 24 May 2021 08:36:06 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0DCF761209; Mon, 24 May 2021 12:34:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621859677; bh=Mt9KSlfEqF3UbTwKtEEmGBsrGRMbjNxytliwTlyydn8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QXOrFQX1JLWjJV5vWx8rtgDz9BPEz242xTgTeLp9dh3ifD5CoSEPQRlKD3HRZbbkZ M1/8rcLMUTgY+PMG8RIAPFq+nMx6om8+nGhIQnTTEINm1h58xaqVcM/bBw0pJPEm7b +fBULXBHQuLfSXx+FQNh03AkHjw7fm5BsSLu3kqM= Date: Mon, 24 May 2021 14:34:35 +0200 From: Greg Kroah-Hartman To: Lee Jones Cc: Elliot Berman , Sebastian Reichel , Todd Kjos , Trilok Soni , rananta@codeaurora.org, Bjorn Andersson , open list , "open list:THERMAL" , Andrew Morton Subject: Re: [PATCH v2 1/2] reboot: Export reboot_mode Message-ID: References: <1573256452-14838-1-git-send-email-eberman@codeaurora.org> <1573256452-14838-2-git-send-email-eberman@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 24, 2021 at 01:09:18PM +0100, Lee Jones wrote: > On Fri, 8 Nov 2019 at 23:41, Elliot Berman wrote: > > > Export reboot_mode to support kernel modules wishing to modify reboot_mode. > > > > Signed-off-by: Elliot Berman > > --- > > kernel/reboot.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > Reviewed by Bjorn and GregKH, but never merged. > > I guess all the parties are still solving this downstream. > > Andrew, is this still something you'd consider? If there is no in-kernel user, it does not need to be exported. thanks, greg k-h