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 B8B00C4332F for ; Thu, 2 Nov 2023 23:02:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377567AbjKBXC0 (ORCPT ); Thu, 2 Nov 2023 19:02:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377540AbjKBXCY (ORCPT ); Thu, 2 Nov 2023 19:02:24 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01F23133 for ; Thu, 2 Nov 2023 16:02:18 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1698966137; 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=4K8GcKPMg1l7I7ydczQsb56F6VjOqgbkWkY8LNrHXww=; b=b4Ymsx1Lrq6r/q3oPB1S2FkFoaT7dT18V0YoIgzzYYPXzE0sFk1ZPBwx5t7JzBg27B3yFX +LMEp3P6W2OCS04XZhaW5ingKoONxIlkXY4LrBbtseSmJTzvab8eoQX7oUONRmN7yg6sro 6QnOpI9WmpsJV8KFvnUW2Yg5vPpwQPwAgEHUXWkIx7tpYx2J2VMBVgzNDz92gyJbZocesc km+29k6OWR+ajDmsc/Y36TA37Li4hJGEsRFkpUImdn4MqQJsBuUJK0hhZtanvakRedVsAR 5bORyMo60YbqQ+taGSm5HnvGJ5DxF36miOe+UoASrEdgKNzqMUC+MB2fjgkgWw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1698966137; 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=4K8GcKPMg1l7I7ydczQsb56F6VjOqgbkWkY8LNrHXww=; b=G2L7O6unvJTEYFdzaCjOBVWd1ZCad9+sEDp5bxuzqwkRYRnqoFPcvKBrZpG08e/kMIeBUi 2rTK25grHEgIRtAg== To: Petr Mladek , Linus Torvalds Cc: Sergey Senozhatsky , Steven Rostedt , John Ogness , Andy Shevchenko , Rasmus Villemoes , Sebastian Andrzej Siewior , Jan Kara , Peter Zijlstra , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] printk for 6.7 In-Reply-To: References: Date: Fri, 03 Nov 2023 00:02:16 +0100 Message-ID: <877cmzlpxj.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 02 2023 at 17:22, Petr Mladek wrote: > Thomas Gleixner (7): > printk: Add non-BKL (nbcon) console basic infrastructure > printk: nbcon: Add acquire/release logic > printk: nbcon: Add buffer management > printk: nbcon: Add ownership state functions > printk: nbcon: Add sequence handling > printk: nbcon: Add emit function and callback function for atomic printing > printk: nbcon: Allow drivers to mark unsafe regions and check state TBH, I'm truly surprised to still see my name there as the author. I definitely authored the early revisions and was influential on the design, but comparing the final result to my initial hacked up POC patches does not really reflect that. It's probably too late to correct that, but I nevertheless want to make it clear that: John Ogness and Peter Mladek have been the ones who sorted out the details and really should be those who get the credit. Kodos to John and Peter for making this work! Thanks, Thomas