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 85B43EE57D9 for ; Fri, 8 Sep 2023 07:13:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239804AbjIHHOA (ORCPT ); Fri, 8 Sep 2023 03:14:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239353AbjIHHN7 (ORCPT ); Fri, 8 Sep 2023 03:13:59 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C60F21BCB for ; Fri, 8 Sep 2023 00:13:52 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 7A8A5215E6; Fri, 8 Sep 2023 07:13:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1694157231; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=skcGH8Kp+DnjE+52pR/0zaJLD+U7D3DCZjwJ6FRdRQU=; b=UhOm2CDvWc6ENUBzXk95Yd6Ie9IpSP+q4z32DO3AS1Dwq32Wp1IMd6LyR3NDWsKDzwOvRd VqJVPkl4NssBjYXRSF8QlArssyt/MJ4G/leGg+ZPPnT5FrmbXvaX4J8iLgurFBWvIcjAHX U99YxpDtRytZiNWvVYpDIHlbwn8ppSM= 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 092332C142; Fri, 8 Sep 2023 07:13:50 +0000 (UTC) Date: Fri, 8 Sep 2023 09:13:49 +0200 From: Petr Mladek To: Linus Torvalds Cc: Sergey Senozhatsky , Steven Rostedt , John Ogness , Andy Shevchenko , Rasmus Villemoes , Sebastian Andrzej Siewior , Thomas Gleixner , Jan Kara , Peter Zijlstra , linux-kernel@vger.kernel.org Subject: [GIT PULL] printk fixup for 6.6 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, please pull one revert in the printk code git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-6.6-fixup ========================== - Revert exporting symbols needed for dumping the raw printk buffer in panic(). ========================== I pushed the export prematurely before the user was ready for merging into the mainline. ---------------------------------------------------------------- Christoph Hellwig (1): Revert "printk: export symbols for debug modules" kernel/printk/printk.c | 2 -- 1 file changed, 2 deletions(-)