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 22771C83F12 for ; Mon, 28 Aug 2023 07:19:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229645AbjH1HTJ (ORCPT ); Mon, 28 Aug 2023 03:19:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229685AbjH1HSp (ORCPT ); Mon, 28 Aug 2023 03:18:45 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08B2511D for ; Mon, 28 Aug 2023 00:18:42 -0700 (PDT) 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=JDF5Ul0Vprg5xm1W4pcKhuwPSx7uDfjAecuTqOqRbt4=; b=W7g0h3aqPWXvcptFszqKVFk7yp PenBaUCvtR+0TeXGjdOGIATPjCXrJjEt2e3eROyuP9GAoDGmVbFeNOJdIC5zmj1QuZGw2cKOK2Xnx NGsATB7WnYznCVg1UMGG/VMUBFN+hd3eodQ9ua2KVhyryNyJONVGsAHW/mPPQnBkzMFudt2aVs764 AYUXJZbj4zGfX2GeBaV31gP3CBVX3b/IWrfNKc7e39OKHG3nfRi6aZrJyJAW0f/LOIbzrM7RzwKKY zkO9d85+NG9a1quNVCupXhk2/jpGnZIclSKCmaZjGd5nUL0K/2AP7vqzsQ1lYLT4V+L7kjfOnq/AQ LK1qtBwA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qaWW4-0092wr-1N; Mon, 28 Aug 2023 07:18:28 +0000 Date: Mon, 28 Aug 2023 00:18:28 -0700 From: Christoph Hellwig To: Yunlong Xing Cc: pmladek@suse.com, 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> 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 On Tue, Aug 15, 2023 at 10:07:11AM +0800, Yunlong Xing wrote: > From: Enlin Mu > > the module is out-of-tree, it saves kernel logs when panic As with all other symbols not used in tree: NAK out of policy.