Re: [PATCH rcu v2] 4/5] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
From: "Paul E. McKenney" <paulmck@kernel.org>
Date: 2025-02-06 09:58:35
Also in:
lkml, rcu
From: "Paul E. McKenney" <paulmck@kernel.org>
Date: 2025-02-06 09:58:35
Also in:
lkml, rcu
On Thu, Feb 06, 2025 at 09:34:01AM +0106, John Ogness wrote:
On 2025-02-05, "Paul E. McKenney" [off-list ref] wrote:quoted
commit 35679c18b062368855e183ee6712ca5c16145d8c Author: Paul E. McKenney [off-list ref] Date: Wed Feb 5 12:27:23 2025 -0800 printk: Flush console log from kernel_power_off() Kernels built with CONFIG_PREEMPT_RT=y can lose significant console output and shutdown time, which hides shutdown-time RCU issues from rcutorture. Therefore, make pr_flush() public and invoke it after then last print in kernel_power_off(). [ paulmck: Apply John Ogness feedback. ] Signed-off-by: Paul E. McKenney [off-list ref]Reviewed-by: John Ogness <john.ogness@linutronix.de>
Thank you! I will apply this on my next rebase. Thanx, Paul