From: Linus Torvalds Date: Fri, 16 Jun 2023 18:43:15 +0000 (-0700) Subject: Merge tag 'urgent-rcu.2023.06.11a' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.6.17~4694 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b73056e9f82ebdf9f5dbcd378e5e51ae95d5000c;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'urgent-rcu.2023.06.11a' of git://git./linux/kernel/git/paulmck/linux-rcu Pull RCU fix from Paul McKenney: "This fixes a spinlock-initialization regression in SRCU that causes the SRCU notifier to fail. The fix simply adds the initialization, but introduces a #ifdef because there is no spinlock to initialize for the Tiny SRCU used in !SMP builds. Yes, it would be nice to abstract this somehow in order to hide it in SRCU, but I still don't see a good way of doing this" * tag 'urgent-rcu.2023.06.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: notifier: Initialize new struct srcu_usage field --- b73056e9f82ebdf9f5dbcd378e5e51ae95d5000c