Re: [GIT PULL] Keep synchronize_rcu() from enabling irqs in early boot

From: Linus Torvalds
Date: Mon Oct 24 2022 - 17:34:36 EST


On Mon, Oct 24, 2022 at 9:54 AM Paul E. McKenney <paulmck@xxxxxxxxxx> wrote:
>
> This pull request contains a commit that fixes bf95b2bc3e42 ("rcu: Switch
> polled grace-period APIs to ->gp_seq_polled"), which could incorrectly
> leave interrupts enabled after an early-boot call to synchronize_rcu().

Minor stylistic nit-pick - please try to keep the commit tags
together, ie the "Fixes:" tags goes with Reported-by: tags and
sign-offs etc..

Linus