Message ID | 20230113001132.3375334-19-paulmck@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 8868343f8c2afbdbe888005a9dc273b03567ada2 |
Headers | show |
Series | [v2,01/20] arch/x86: Remove "select SRCU" | expand |
On 2023/01/13 9:11, Paul E. McKenney wrote: > Now that the SRCU Kconfig option is unconditionally selected, there is > no longer any point in selecting it. Therefore, remove the "select SRCU" > Kconfig statements. Applied to https://osdn.net/projects/tomoyo/scm/git/tomoyo-test1/commits/1ed8a46256771de283772d482403691807214cf7 . I will send to linux.git after a few days. Thank you.
On Fri, Jan 13, 2023 at 11:22:10PM +0900, Tetsuo Handa wrote: > On 2023/01/13 9:11, Paul E. McKenney wrote: > > Now that the SRCU Kconfig option is unconditionally selected, there is > > no longer any point in selecting it. Therefore, remove the "select SRCU" > > Kconfig statements. > > Applied to https://osdn.net/projects/tomoyo/scm/git/tomoyo-test1/commits/1ed8a46256771de283772d482403691807214cf7 . > > I will send to linux.git after a few days. Thank you! I will drop my version of this commit during my next rebase. Thanx, Paul
diff --git a/security/tomoyo/Kconfig b/security/tomoyo/Kconfig index b9f867100a9ff..a9796b4003124 100644 --- a/security/tomoyo/Kconfig +++ b/security/tomoyo/Kconfig @@ -6,7 +6,6 @@ config SECURITY_TOMOYO select SECURITYFS select SECURITY_PATH select SECURITY_NETWORK - select SRCU select BUILD_BIN2C default n help
Now that the SRCU Kconfig option is unconditionally selected, there is no longer any point in selecting it. Therefore, remove the "select SRCU" Kconfig statements. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Cc: Kentaro Takeda <takedakn@nttdata.co.jp> Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Cc: Paul Moore <paul@paul-moore.com> Cc: James Morris <jmorris@namei.org> Cc: "Serge E. Hallyn" <serge@hallyn.com> Cc: <linux-security-module@vger.kernel.org> Cc: <linux-kernel@vger.kernel.org> --- security/tomoyo/Kconfig | 1 - 1 file changed, 1 deletion(-)