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 B3D48C6FD1C for ; Thu, 9 Mar 2023 11:20:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229809AbjCILUL (ORCPT ); Thu, 9 Mar 2023 06:20:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231546AbjCILTp (ORCPT ); Thu, 9 Mar 2023 06:19:45 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 079C2E8CE1; Thu, 9 Mar 2023 03:15:43 -0800 (PST) From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1678360541; 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=2T4EINMRBzFPJZwN9INT1SBZTuErj3LgYj+eGYMBez4=; b=xNpDjRXQV0w7qPgya0qSCdZnSvmsrN5+D9NiSJ8W7hjH5L2FSA+U6IN9eEzcQZC7D8T5lK 2jeIPTwQzAHtm0mgcdkiISsF3TMELVZouR90SaoeddVA7rD+nBl1Z0lA+12sWh1A2ucRU1 9sxYh/OHiJAJlhMeuJD+eYFjCeJ1sTt9eC4EG20MN2VRK+BUEanoTkJG8xJ20C8lrw4Pr0 p7cCxe6KQxTE5s8/VBhqxDM0RqsHWGiTHIp6DEifweeAWTXFMLZJ3fFpnyf5rYYb4WHYgR EJDMharKYDDXgTsngzUBYpmLZPQpA0qy+wRSVyiQAu1zdkjZtw/nBGLFfbAKxg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1678360541; 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=2T4EINMRBzFPJZwN9INT1SBZTuErj3LgYj+eGYMBez4=; b=VShMsCoDjVA3oby2Q1oOFnBZanLOGCI+zDVwjZ9sjp/xVkU1xQZ/INoTHMFZ2j56lye20h QlIUhfmOf6szpdDg== To: Daniel Thompson Cc: Petr Mladek , Sergey Senozhatsky , Steven Rostedt , Thomas Gleixner , linux-kernel@vger.kernel.org, Jason Wessel , Douglas Anderson , Aaron Tomlin , Luis Chamberlain , kgdb-bugreport@lists.sourceforge.net, Greg Kroah-Hartman , linux-fsdevel@vger.kernel.org, Andrew Morton , "Guilherme G. Piccoli" , David Gow , Tiezhu Yang , Daniel Vetter , tangmeng , "Paul E. McKenney" , Frederic Weisbecker , Neeraj Upadhyay , Josh Triplett , Mathieu Desnoyers , Lai Jiangshan , Joel Fernandes , rcu@vger.kernel.org Subject: Re: [PATCH printk v1 00/18] threaded/atomic console support In-Reply-To: <20230309105539.GA83145@aspen.lan> References: <20230302195618.156940-1-john.ogness@linutronix.de> <20230309105539.GA83145@aspen.lan> Date: Thu, 09 Mar 2023 12:20:13 +0106 Message-ID: <87a60mjhx6.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org On 2023-03-09, Daniel Thompson wrote: > So I grabbed the whole series and pointed it at the kgdb test suite. > > Don't get too excited about that (the test suite only exercises 8250 > and PL011... and IIUC little in the set should impact UART polling > anyway) but FWIW: > > Tested-by: Daniel Thompson One of the claims of this series is that it does not break any existing drivers/infrastructure. So any successful test results are certainly of value. John