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 BDD99C433F5 for ; Wed, 16 Feb 2022 13:21:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234333AbiBPNVe (ORCPT ); Wed, 16 Feb 2022 08:21:34 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:37788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234637AbiBPNVN (ORCPT ); Wed, 16 Feb 2022 08:21:13 -0500 X-Greylist: delayed 155623 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 16 Feb 2022 05:20:02 PST Received: from gateway31.websitewelcome.com (gateway31.websitewelcome.com [192.185.143.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A2EC2AE28A for ; Wed, 16 Feb 2022 05:20:02 -0800 (PST) Received: from cm16.websitewelcome.com (cm16.websitewelcome.com [100.42.49.19]) by gateway31.websitewelcome.com (Postfix) with ESMTP id C6E4D1CFC5D for ; Wed, 16 Feb 2022 07:20:00 -0600 (CST) Received: from gator4132.hostgator.com ([192.185.4.144]) by cmsmtp with SMTP id KKDwnouTVXvvJKKDwnjA5q; Wed, 16 Feb 2022 07:20:00 -0600 X-Authority-Reason: nr=8 Received: from host-95-232-30-176.retail.telecomitalia.it ([95.232.30.176]:46602 helo=[10.0.1.2]) by gator4132.hostgator.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nKKDv-0030ep-2d; Wed, 16 Feb 2022 07:19:59 -0600 Message-ID: Date: Wed, 16 Feb 2022 14:19:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [RFC V2 12/21] rv/reactor: Add the printk reactor Content-Language: en-US To: John Ogness , 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 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> <87fsojrsnh.fsf@jogness.linutronix.de> From: Daniel Bristot de Oliveira In-Reply-To: <87fsojrsnh.fsf@jogness.linutronix.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator4132.hostgator.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kernel.org X-BWhitelist: no X-Source-IP: 95.232.30.176 X-Source-L: No X-Exim-ID: 1nKKDv-0030ep-2d X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: host-95-232-30-176.retail.telecomitalia.it ([10.0.1.2]) [95.232.30.176]:46602 X-Source-Auth: kernel@bristot.me X-Email-Count: 2 X-Source-Cap: YnJpc3RvdG1lO2JyaXN0b3RtZTtnYXRvcjQxMzIuaG9zdGdhdG9yLmNvbQ== X-Local-Domain: no Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/16/22 11:51, John Ogness wrote: > 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. ack. Thanks, John! -- Daniel > John