On Tue, 07 Aug 2018 18:37:36 +0300 Kirill Tkhai <ktkhai@xxxxxxxxxxxxx> wrote: > This patch kills all CONFIG_SRCU defines and > the code under !CONFIG_SRCU. Can you add the rationale for removing the SRCU config in the change log please. Thanks! -- Steve > > Signed-off-by: Kirill Tkhai <ktkhai@xxxxxxxxxxxxx> > --- > drivers/base/core.c | 42 -------------------- > include/linux/device.h | 2 - > include/linux/rcutiny.h | 4 -- > include/linux/srcu.h | 5 -- > kernel/notifier.c | 3 - > kernel/rcu/Kconfig | 12 +----- > kernel/rcu/tree.h | 5 -- > kernel/rcu/update.c | 4 -- > .../selftests/rcutorture/doc/TREE_RCU-kconfig.txt | 5 -- > 9 files changed, 3 insertions(+), 79 deletions(-) > >