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 41500C4332F for ; Tue, 22 Nov 2022 15:28:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233423AbiKVP15 (ORCPT ); Tue, 22 Nov 2022 10:27:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233156AbiKVP1w (ORCPT ); Tue, 22 Nov 2022 10:27:52 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E608E6A for ; Tue, 22 Nov 2022 07:27:49 -0800 (PST) From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1669130867; 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=9J6kHO0AGc0+BKAMdnuPyQkVRH1YnWCEE6DJYfiBZt4=; b=U4h4SKthzt0oiIfxFxr/UWls6HI9rW7TbNlbeWyKEU8cCLFIuPxzaOMwilRco5UJl9HHNf yGn8wf7OokByxhoZxqtgqHW0FmjW2/6tnn8VPzVbzpE6IctLgKbmjh3P5Gqe0ejAk4+o8K HPX80SWuRpH1CzGZRwZtXtjFNMAreHqK6loqtgJf0oQn1WhqAXjtQS0Q/ccO/IHvFzA0Mq SJaY8/tCuLr13n+mZaGmOCGouQCDEfM+q0+D0Sbqc6k7xWGERaISYwmgjfqog3vlTFnEVn uudkECRDjksMWTF2dO4cVjBPAFMoiCXZknkvcvqD2Au5UILeJrwW8d0KBaigxg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1669130867; 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=9J6kHO0AGc0+BKAMdnuPyQkVRH1YnWCEE6DJYfiBZt4=; b=s+zCgtdBlYvjw/siI4T6dQMbUFyLkT+Rkf57vhntvTiBY5BWFSlwWTH/XhYaYb99BQUZwN 2EZJX0GjwpRtdKCw== To: paulmck@kernel.org Cc: Petr Mladek , Naresh Kamboju , open list , Nathan Chancellor , Sergey Senozhatsky Subject: Re: next-20221122: tinyconfig: ppc n s390: kernel/printk/printk.c:95:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] In-Reply-To: <20221122144839.GI4001@paulmck-ThinkPad-P17-Gen-1> References: <87o7szoyij.fsf@jogness.linutronix.de> <20221122144839.GI4001@paulmck-ThinkPad-P17-Gen-1> Date: Tue, 22 Nov 2022 16:33:39 +0106 Message-ID: <87leo3ovpw.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-11-22, "Paul E. McKenney" wrote: >> @paulmck: Do you have a problem with permanently activating CONFIG_SRCU? > > The people wanting it separate back in the day were those wanting very > tiny kernels. I have not heard from them in a long time, so maybe it > is now OK to just make SRCU unconditional. Who decides this? Or maybe I should create a semaphore-based Variant of console_srcu_read_lock()/console_srcu_read_unlock() for the "!CONFIG_PRINTK && !CONFIG_SRCU" case? John