Hi Joel, On Wed, Jul 16, 2025 at 1:32 AM Joel Fernandes <joelagn...@nvidia.com> wrote: > > Just a repost of patches with tags, for our consideration into v6.17. > > All have tags, and the last commit is a fixup for the deadloop patch which can > be squashed into the original patch. > > Joel Fernandes (6): > smp: Document preemption and stop_machine() mutual exclusion > rcu: Refactor expedited handling check in rcu_read_unlock_special() > rcu: Document GP init vs hotplug-scan ordering requirements > rcu: Document separation of rcu_state and rnp's gp_seq > rcu: Document concurrent quiescent state reporting for offline CPUs > [please squash] fixup! rcu: Fix rcu_read_unlock() deadloop due to IRQ > work >
I have included patches 2-6 here: https://git.kernel.org/pub/scm/linux/kernel/git/neeraj.upadhyay/linux-rcu.git/log/?h=rcu.merge.16.07.2025c for testing Fixed few whitespaces errors in the documentation. I see below warnings while doing `make htmldocs`. Can you suggest a fix for these? Documentation/RCU/Design/Data-Structures/Data-Structures.rst:305: ERROR: Unexpected indentation. Documentation/RCU/Design/Data-Structures/Data-Structures.rst:307: WARNING: Block quote ends without a blank line; unexpected unindent. - Neeraj