From patchwork Tue Mar 30 15:35:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Ogness X-Patchwork-Id: 12173041 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF5B6C433C1 for ; Tue, 30 Mar 2021 15:37:21 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6DFA6619A7 for ; Tue, 30 Mar 2021 15:37:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6DFA6619A7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linutronix.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=SoaFK+g3Lw+t51ZjSrKzhsF51ZG6Wi6p4U7262hxJZE=; b=Q/xGhBHmf5juQcKTkdPFv1YrLD 9gN3rcctJYyeRhqwKPMObOy2VQJBKkIhWrLobtdEzWt9tq4rRTKDpWloY1mZRs2ZOfWghwSpjOomu clruvSKAIN1aPluFbcAbcgkiEq4J4NVBvufyiJowiqzIJ67PDOiqSjkYafSV4hi6wd2Bib25oYtRW 6/mQfsBRmeDwHXi63S6pLTjt3Ziw6xyGHqUyuIsTn/Vr13cczhxwCFaunQ7iYoRWIBPZucT+8VdOu qu9o69WMqQe4I7U2QoU3SVY1QUbXJoKkV0guhYOfdmu8l08gPUIVJYTyk/yfJwOFwElPYhGAXjyo6 eXUupAPg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lRGOv-004DMg-86; Tue, 30 Mar 2021 15:35:29 +0000 Received: from galois.linutronix.de ([193.142.43.55]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lRGOh-004DJG-Rz; Tue, 30 Mar 2021 15:35:17 +0000 From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1617118514; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YPYdY00O6y5AyCUxqpuYCSP5+y//XPdG6L9507cj5Ic=; b=qQDflIkAz51LrvGLUrPwJwlERwWmT6hRYLbUtz0Trgd18/qLrOCW3YJxVb2jNAurM81TyI 3AsXxivkW9AuZRb35RUNhV/DFicFLJm/ny52MZHlxV7nYaB82D7yRtI4eJOR3/A6GZI+4W Oj90Fp+qLdueXya9Nqaj7zUEgUAq3I566RihuuDiupy7dG0M1LBtHXzJHIUGFj2fBotjoc m2sdVo64AJACocszlTWXWkB3zjWrA7HaH4WgN9u85YOkFnQ/JYc9BcjSaehTMGu0Tieka6 Qum9ld/CWbuBmTjG8QIJS2kuF/+SwuV/YneE4CHchkQF8b8DmaCwDpcuT+u3QQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1617118514; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YPYdY00O6y5AyCUxqpuYCSP5+y//XPdG6L9507cj5Ic=; b=DAWOFKfBAuSGqLOlxY962SnoWviQuD0AGtEm319HtzpL33OlIzgLcrRMou9nKTPDT+oWj6 VfRxVIoORXq20wCQ== To: Petr Mladek Cc: Sergey Senozhatsky , Sergey Senozhatsky , Steven Rostedt , Thomas Gleixner , linux-kernel@vger.kernel.org, Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Eric Biederman , Christophe Leroy , Nicholas Piggin , Alistair Popple , Jordan Niethe , Peter Zijlstra , "Aneesh Kumar K.V" , Andrew Morton , Kees Cook , Tiezhu Yang , Alexey Kardashevskiy , Yue Hu , Rafael Aquini , "Guilherme G. Piccoli" , "Paul E. McKenney" , linuxppc-dev@lists.ozlabs.org, kexec@lists.infradead.org, Russell King , Ingo Molnar , Marc Zyngier , Valentin Schneider , Mike Rapoport , Geert Uytterhoeven , Anshuman Khandual , Leonardo Bras , Andy Lutomirski , Will Deacon , Frederic Weisbecker , Masahiro Yamada , Nathan Chancellor , Alexei Starovoitov , Nick Terrell , David Howells , Johannes Weiner , linux-arm-kernel@lists.infradead.org Subject: [PATCH printk v2 0/5] printk: remove safe buffers Date: Tue, 30 Mar 2021 17:35:07 +0200 Message-Id: <20210330153512.1182-1-john.ogness@linutronix.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210330_163516_123939_9BC8E44F X-CRM114-Status: GOOD ( 13.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Here is v2 of a series to remove the safe buffers. v1 can be found here [0]. The safe buffers are no longer needed because messages can be stored directly into the log buffer from any context. However, the safe buffers also provided a form of recursion protection. For that reason, explicit recursion protection is also implemented for this series. And finally, with the removal of the safe buffers, there is no need for extra NMI enter/exit tracking. So this is also removed (which includes removing config option CONFIG_PRINTK_NMI). This series is based on the printk-rework branch of printk/linux.git: commit acebb5597ff1 ("kernel/printk.c: Fixed mundane typos") Changes since v1: - remove the printk nmi enter/exit tracking - remove CONFIG_PRINTK_NMI config option - use in_nmi() to detect NMI context - remove unused printk_safe_enter/exit macros - after switching to the dynamic buffer, copy over NMI records that may have arrived during the switch window - use local_irq_*() instead of printk_safe_*() for console spinning - use separate variables rather than arrays for the per-cpu recursion tracking - make @syslog_lock a mutex instead of a spin_lock - close the wait-read window for SYSLOG_ACTION_READ - adjust various comments and commit messages as requested John Ogness [0] https://lore.kernel.org/lkml/20210316233326.10778-1-john.ogness@linutronix.de John Ogness (5): printk: track/limit recursion printk: remove safe buffers printk: remove NMI tracking printk: convert @syslog_lock to mutex printk: syslog: close window between wait and read arch/arm/kernel/smp.c | 2 - arch/powerpc/kernel/traps.c | 1 - arch/powerpc/kernel/watchdog.c | 5 - arch/powerpc/kexec/crash.c | 3 - include/linux/hardirq.h | 2 - include/linux/printk.h | 22 -- init/Kconfig | 5 - kernel/kexec_core.c | 1 - kernel/panic.c | 3 - kernel/printk/internal.h | 23 --- kernel/printk/printk.c | 281 +++++++++++++++---------- kernel/printk/printk_safe.c | 362 +-------------------------------- kernel/trace/trace.c | 2 - lib/nmi_backtrace.c | 6 - 14 files changed, 171 insertions(+), 547 deletions(-)