Message ID | 20240830152916.10136-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 95EA71B2EC2; Fri, 30 Aug 2024 15:29:24 +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=1725031766; cv=none; b=abCDhbGHEQJkYEfELBmSE/DSaxLhCWtc3yy2Jd52U0V4GcJqW/jKUhPGXZEHjJ8hWIYcNLoE6XwH7tR2+th4XsBxhG9UhXqv+ObN3OG9TxMtCXgnzuJcGRGjk8tI+nS5tJ4SuntyIy+mvmOYRK+wdgiRbmlGqexiQy0tbug3POw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725031766; c=relaxed/simple; bh=L65dIVCQsA3YEQ+epYP0GMz7az8+WBN2eBvhQlPRoEc=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=J5685xWVoHowa51dUQ3MKkiSWZG32wtF6e16xc7+lRQy72APk7rcPObxgy77MwZ5UEvj6bzJU6wEf59N013N9CW2ONPNPXvXERDmNDGT9wpvXqEIStF9/10HRFTUhLjDEw0ueVQXK0hE24heiXZ0wzLJteSOVVBH8wZ2aQ/Zllc= 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=OZ5J/hWe; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=GDjSQVuM; 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="OZ5J/hWe"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="GDjSQVuM" From: John Ogness <john.ogness@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1725031756; 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=vR1IcGcO4X3GJ9y3yerSnFs54fwhhftvCVldJT0Dsjg=; b=OZ5J/hWeqzI9/J/suXmCtftj2bkJmgZkjDA3MqC//S8rWbw04Gx2hlCGlnowxuAZJKBKDo bRfO76Lv/tMjhSmh1Q/UdLTs2lW4DaU2xB0DTpL0bB/FZJoDL/rrrl5xSFiO34cE2xoI4w GN/ie92RNdNL/F71FtZjFCaKeU/oTIbSaS/nLqESqFFPX/aj2Bzwspdh+LN77qLrdHD9Zy a0HTgs6WAbvvLbvfaPGv6n76Tmu6NHdNLOUx76I9gVozn7tIqVG6yA9hTc92IQJQoqBUm0 sEoY05zvnfHTJrzwDHuTskm5bInID+bCSmAqxlclwU1PHgV1rhsBtPB8yFPKvQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1725031756; 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=vR1IcGcO4X3GJ9y3yerSnFs54fwhhftvCVldJT0Dsjg=; b=GDjSQVuMlXT6r0Miwt04f1N7brPYutKIY9enj6pwc1BrXCPA8i+Wlqi7PAAw5mPpdF/nAM KdT7U7BmDx/mhvCw== 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 v5 00/17] add threaded printing + the rest Date: Fri, 30 Aug 2024 17:34:59 +0206 Message-Id: <20240830152916.10136-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
|