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 3E604C83F19 for ; Tue, 29 Aug 2023 13:22:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235979AbjH2NVw (ORCPT ); Tue, 29 Aug 2023 09:21:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236003AbjH2NV0 (ORCPT ); Tue, 29 Aug 2023 09:21:26 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55168CD4 for ; Tue, 29 Aug 2023 06:21:20 -0700 (PDT) From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1693315278; h=from:from:reply-to:subject:subject: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=9J9H7M9XMjhvvD7b7RGsxuBf2U1CpqFqkcJhtm7QThA=; b=GBIbeA3EhWI2dO+sGuTuZDgN4Gxe/oAFGuIJsZ4wj+bbJMN4s8ykkVt0xechjUQoPUDP8r 7u6FQQ268z96rETWJdFS5KWyfQ7vDY+OzFKBPzYUjGOI/Q5BWFE3fRpfZkwG8H1bUBfgzb guC0NFxyMUnZCqmZ0pnCi/fIa2/Q+N02+pXvRpB0DZ0FG+ghL37Ofpz+mtGZD5mA1Nf4+k qLhX6+v2d4e7x/D2wpiKShQJW/lUXNT4nlEUvrIuc2qq+Ybh5nh/otTUUwFRZ7fQv2+AX1 sjR/A9c/z0rr22iY8rzKfTnjTVNcMPWpU7OXC4ITVV/nZKG9jAbuaym0TEQDhw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1693315278; h=from:from:reply-to:subject:subject: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=9J9H7M9XMjhvvD7b7RGsxuBf2U1CpqFqkcJhtm7QThA=; b=uCG3TsFL52CCT5XDT1IkzqC/ShozwnnCJw7DLjsjaSLRbnancTQLUVlZ6h3kwWwlml3Bzl EA/GnhkjT9YCN7Dw== To: Petr Mladek Cc: Sergey Senozhatsky , Steven Rostedt , Thomas Gleixner , linux-kernel@vger.kernel.org, Greg Kroah-Hartman Subject: Re: [PATCH printk v2 0/8] wire up nbcon consoles In-Reply-To: References: <20230728000233.50887-1-john.ogness@linutronix.de> Date: Tue, 29 Aug 2023 15:27:17 +0206 Message-ID: <877cpernle.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-08-11, Petr Mladek wrote: > Nit: Is there still any chance to rename this to kernel/printk/nbcon.c ? Sure. Will do for v3. > I am sorry that I did not suggested this earlier. I think that > we should have omitted the "printk_" prefix even for > the "ringbuffer.*" files. For the ringbuffer I actually wanted "printk" everywhere to make it clear that it is not a generic ringbuffer. The struct is actually named "printk_ringbuffer". John