Message ID | 20240827044333.88596-1-john.ogness@linutronix.de (mailing list archive) |
---|---|
Headers | show
Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 15D4D2556F; Tue, 27 Aug 2024 04:43:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724733817; cv=none; b=P4QB4Pn4Gn9EuiETn2asGy1+/HGLnsiIqCL4NzjguDP8y2+ksL4NuOyfw0k3R5mB4wCKc4u2pAVkKNlOD0p+znVGUdunZvQIIxjm6PeK3ZS/QkLt5bHr1Fq5pxwteScyDFjs8rjB/VMLBdz+RvlysA7b8JScmdZtIMRrmjQDF0o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724733817; c=relaxed/simple; bh=iE4oJmx5KMeRGmQOeUnPi42T5gHuozbRW3Nn37jNwCE=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=f/qbeZ1xOVz7IXl5RM+cfMBhxub8tvTEQzW+RA1DdinBYQN303ab3pUD0I/wdnj/t/Jp4pEH4GndLGyzhZJcY8IGj1z51bIGBZPcCOpJCfVhxxsuM3JDY7hYhS4mSeUrvOeA6Ek4XGFyDurInKujt6l6Jwh7nIzvO3T3Sh5XdCs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=Zww+1GNW; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=uGFvzhw6; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="Zww+1GNW"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="uGFvzhw6" From: John Ogness <john.ogness@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1724733814; 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=bEph2JLNkrgzvqkb/rQPwb3piPWDeWtDcD49+gKxbIk=; b=Zww+1GNWZCQ2EeVkR+jriujIpYgDUrUBkL5Cu/lJ+oHgiIyO1xPmI3vC+rUAVtZ8OpMYfP gdiwGZoSNCKn2yguEDQjT/kc8zgbui3YOPpqURF6p3yOzBRcWHzvZ6yXWuIBDm01zoY6hU Vjz19VAOmhjgFqWCkco0lL4iIC8CESpVr+TX60i0tp8TWJntCTecPZJsOiivNvw3GxNBSs P8tNxbIKH4kYaWnmzGc5yhuujct661t8hHRuw5DwXUT21GtJJ8SvEHk0TdiwF1bGjJ6zfL wFRDtO11tZnmuv7hSkB5hqX3F3kW7FiM9hRPft1VxJcry27bFSXPl04z4b37jw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1724733814; 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=bEph2JLNkrgzvqkb/rQPwb3piPWDeWtDcD49+gKxbIk=; b=uGFvzhw6gMsSzKR+ONLNEOSzgEV+Pk/Z2XYt8cGWNFHeHhblfSTrbW7VWKc0nyNv0qbUYm nN9xFIqj+0CPLRDg== To: Petr Mladek <pmladek@suse.com> Cc: Sergey Senozhatsky <senozhatsky@chromium.org>, Steven Rostedt <rostedt@goodmis.org>, Thomas Gleixner <tglx@linutronix.de>, linux-kernel@vger.kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, linux-fsdevel@vger.kernel.org, Jiri Slaby <jirislaby@kernel.org>, linux-serial@vger.kernel.org Subject: [PATCH printk v4 00/17] add threaded printing + the rest Date: Tue, 27 Aug 2024 06:49:16 +0206 Message-Id: <20240827044333.88596-1-john.ogness@linutronix.de> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: <linux-fsdevel.vger.kernel.org> List-Subscribe: <mailto:linux-fsdevel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-fsdevel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
add threaded printing + the rest
|
expand
|