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 CD0A1C41513 for ; Tue, 15 Aug 2023 13:56:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237446AbjHONzo (ORCPT ); Tue, 15 Aug 2023 09:55:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237493AbjHONzW (ORCPT ); Tue, 15 Aug 2023 09:55:22 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C653199B for ; Tue, 15 Aug 2023 06:55:19 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 32C941F38D; Tue, 15 Aug 2023 13:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1692107718; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CnQRY7NVeWs4bLVHobB6JZkseOdtCa+oEP9pm8tfNgI=; b=bA99ITdjvjy3z4cuhTjmxo5fvxcX99oH3U0eh4ydkIq/PMQObZVTZKTcVpoqNa6k2lWEIj BUBvcCOGFe88xk1tmyGsmPWqsO48vg9RDQFtBZX5t1jSi6P/v0ZlkuOIt6QxvHsSSFXlRM jlABB+QroNA6EVb4s/hdXhG7Jn5voFM= Received: from suse.cz (pmladek.udp.ovpn2.prg.suse.de [10.100.201.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id B479F2C143; Tue, 15 Aug 2023 13:55:17 +0000 (UTC) Date: Tue, 15 Aug 2023 15:55:16 +0200 From: Petr Mladek To: Yunlong Xing Cc: senozhatsky@chromium.org, rostedt@goodmis.org, john.ogness@linutronix.de, linux-kernel@vger.kernel.org, enlinmu@gmail.com, enlin.mu@unisoc.com, yunlong.xing23@gmail.com Subject: Re: [PATCH] printk: export symbols for debug modules Message-ID: References: <20230815020711.2604939-1-yunlong.xing@unisoc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230815020711.2604939-1-yunlong.xing@unisoc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 2023-08-15 10:07:11, Yunlong Xing wrote: > From: Enlin Mu > > the module is out-of-tree, it saves kernel logs when panic > > Signed-off-by: Enlin Mu I am fine with it. After all, this API seems to here for similar purposes. Acked-by: Petr Mladek Of course, it would be better to maintain the module in upstream. Is there any chance to get it upstream? It seems that it is GPL-compatible so... Best Regards, Petr