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 C9035C433FE for ; Wed, 16 Feb 2022 10:51:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230311AbiBPKvr (ORCPT ); Wed, 16 Feb 2022 05:51:47 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:40496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230308AbiBPKvr (ORCPT ); Wed, 16 Feb 2022 05:51:47 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 341272641; Wed, 16 Feb 2022 02:51:33 -0800 (PST) From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1645008691; 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=RXj5ZTdzVM7aAxJj6R3twf1VlvClYTUUk5x5NQ3cLKE=; b=TctxHfpEkSVGARrVvS1f/X+6g2iJq1RQeymvwqgYZ2RWSOvSIl3GrFBRgf5zEOdjzpBdS+ sGDM9apOcrj5R7rUjCJhCqRc+hNxx5b9Sg25Yai8ORQSDV1JgFqlN61CvcG2IK7uTW0rQh wIai4CIHBMMjGdu7IPFXwdWpjbEE7/sUu05iay7dXMDc4RK4TOR+fl67tIh857bAxWPTH5 HnMJ4mXlmm76v6DTIdSks5PZHsE/lEOuGt4ZU6mK77BjkZfGy8kBZFO9P3Fl7cU15O3Tqi n9R4GAqgZg01tME4ZJqHjHa3jgVF0nMjZ14vZ4qR6+7UsNhRxQDjizbtgqoLGg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1645008691; 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=RXj5ZTdzVM7aAxJj6R3twf1VlvClYTUUk5x5NQ3cLKE=; b=+NR92/qnOp74JhQAP6QduKnaQAXXloLbY8e622zRvJThbxA7j5MKfpVlFmUqCfW6gWweG1 xnsp9lSSI9c5nPBQ== To: Daniel Bristot de Oliveira , Shuah Khan , Steven Rostedt Cc: Jonathan Corbet , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Will Deacon , Catalin Marinas , Marco Elver , Dmitry Vyukov , "Paul E. McKenney" , Gabriele Paoloni , Juri Lelli , Clark Williams , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-trace-devel@vger.kernel.org Subject: Re: [RFC V2 12/21] rv/reactor: Add the printk reactor In-Reply-To: <05a593c4-0134-1449-7f30-305a0ffe1b49@kernel.org> References: <10cf6003-6d2b-056b-11bb-3ae9c342a369@linuxfoundation.org> <87v8xg30qc.fsf@jogness.linutronix.de> <45179cdb-2391-207a-2f7b-2dea828d1606@kernel.org> <87r1842r1m.fsf@jogness.linutronix.de> <65172f14-bad6-37b1-d243-e91ca472d22e@kernel.org> <874k50hqmj.fsf@jogness.linutronix.de> <05a593c4-0134-1449-7f30-305a0ffe1b49@kernel.org> Date: Wed, 16 Feb 2022 11:57:30 +0106 Message-ID: <87fsojrsnh.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org On 2022-02-16, Daniel Bristot de Oliveira wrote: > So, I will keep printk(), add a depends on *!* fbcon, and remove the > comment. What do you think? printk() and depends on !VT_CONSOLE. OK for me. Hopefully soon this restriction can be removed. John