[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170502153542.GA19274@linux.vnet.ibm.com>
Date: Tue, 2 May 2017 08:35:42 -0700
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...nel.org, jiangshanlai@...il.com, dipankar@...ibm.com,
akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
josh@...htriplett.org, tglx@...utronix.de, peterz@...radead.org,
rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
fweisbec@...il.com, oleg@...hat.com, bobby.prani@...il.com
Subject: [PATCH tip/core/rcu 0/2] Debloat rcu_segcblist header file
Hello!
This series debloats the include/linux/rcu_segcblist.h include file:
1. Leave data structures in include/linux/rcu_segcblist.h, but
move functions to kernel/rcu/rcu_segcblist.h, courtesy of
Ingo Molnar.
2. Move non-trivial functions from kernel/rcu/rcu_segcblist.h
to kernel/rcu/rcu_segcblist.c to avoid excessive inlining
of large functions.
Additional patches open-coding some of the more trivial functions to follow.
Thanx, Paul
------------------------------------------------------------------------
include/linux/rcu_segcblist.h | 628 ----------------------
init/Kconfig | 3
kernel/rcu/Makefile | 1
kernel/rcu/rcu_segcblist.c | 505 ++++++++++++++++++
kernel/rcu/rcu_segcblist.h | 1178 ++++++++++++++++++++++++------------------
kernel/rcu/srcutiny.c | 1
kernel/rcu/srcutree.c | 1
kernel/rcu/tree.h | 3
8 files changed, 1196 insertions(+), 1124 deletions(-)
Powered by blists - more mailing lists