]> git.baikalelectronics.ru Git - kernel.git/commit
doc: Add mid-boot operation to expedited grace periods
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 16 Jan 2017 00:12:09 +0000 (16:12 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 12 Apr 2017 15:23:40 +0000 (08:23 -0700)
commit0e7dbfb37409d290016947f4c0b0e6837c298667
treee51eeb51ce73d068e9c5386e0f296ff8554ce97c
parent65a66fd0779f957739233aa1be476d34b00074dd
doc: Add mid-boot operation to expedited grace periods

This commit adds a description of how expedited grace periods operate
during the mid-boot "dead zone", which starts when the scheduler spawns
the first kthread and ends when all of RCU's kthreads have been spawned.
In short, before mid-boot, synchronous grace periods can be a no-op.
After the end of mid-boot, workqueues may be used.  During mid-boot,
the requesting task drivees the expedited grace period.

For more detail, see https://lwn.net/Articles/716148/.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html