Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-26 | srcu: Make rcutorture writer stalls print SRCU GP state | Paul E. McKenney | |
In the past, SRCU was simple enough that there was little point in making the rcutorture writer stall messages print the SRCU grace-period number state. With the advent of Tree SRCU, this has changed. This commit therefore makes Classic, Tiny, and Tree SRCU report this state to rcutorture as needed. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Tested-by: Mike Galbraith <efault@gmx.de> | |||
2017-04-18 | srcu: Create a tiny SRCU | Paul E. McKenney | |
In response to automated complaints about modifications to SRCU increasing its size, this commit creates a tiny SRCU that is used in SMP=n && PREEMPT=n builds. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> |