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 88871C61DA4 for ; Thu, 16 Feb 2023 06:48:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229635AbjBPGsO (ORCPT ); Thu, 16 Feb 2023 01:48:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229520AbjBPGsM (ORCPT ); Thu, 16 Feb 2023 01:48:12 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6ADA79F for ; Wed, 15 Feb 2023 22:48:11 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EC32261E7B for ; Thu, 16 Feb 2023 06:48:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB3A8C433D2; Thu, 16 Feb 2023 06:48:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1676530090; bh=Y5D/nUl7e2/BDf0WOWGuemZZ+X+zv0TO1LnsgWDMiKM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wuq5Hn/g45XpZ1WVKDlezEvWTc/CbfqACSKufUdcy973hBHB6uG7kyJgTjOEJ4TwP L59sZHCZg26034fDw0DPLCtDdmAPY7gzZCctQ9v3GTcWkRzLVKwbQgbby7l1Q5iIZ9 z4ltTIqtoOku2r86HBhzhotqJwy1q3Teo40gFJHI= Date: Thu, 16 Feb 2023 07:48:07 +0100 From: Greg Kroah-Hartman To: John Ogness Cc: Michael Thalmeier , Petr Mladek , Vincent Whitchurch , Jiri Slaby , linux-kernel Subject: Re: [PATCH v2] tty: ttynull: implement console write Message-ID: References: <20230214115921.399608-1-michael.thalmeier@hale.at> <1831554214.546921.1676479103702.JavaMail.zimbra@hale.at> <878rgy37f5.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <878rgy37f5.fsf@jogness.linutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 15, 2023 at 11:17:58PM +0106, John Ogness wrote: > On 2023-02-15, Michael Thalmeier wrote: > > You are right. I have encountered this problem with the RT-patchset. > > We currently are using the latest v5.15-rt kernel which had this > > problem. > > The 5.15-rt kernel is based on an implementation of printk that has > since been abandoned. I will provide a patch for 5.15-rt to fix this > issue. Ok, I'll drop this patch from my review queue as it's not needed in mainline. thanks, greg k-h