2018-07-27 13:20:23

by Anders Roxell

[permalink] [raw]
Subject: [PATCH] net/rds/Kconfig: Correct the RDS depends

Remove prefix 'CONFIG_' from CONFIG_IPV6

Fixes: ba7d7e2677c0 ("net/rds/Kconfig: RDS should depend on IPV6")
Reported-by: Eric Dumazet <[email protected]>
Signed-off-by: Anders Roxell <[email protected]>
---
net/rds/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/rds/Kconfig b/net/rds/Kconfig
index 607128f10bcd..4c7f2595d919 100644
--- a/net/rds/Kconfig
+++ b/net/rds/Kconfig
@@ -1,7 +1,7 @@

config RDS
tristate "The RDS Protocol"
- depends on INET && CONFIG_IPV6
+ depends on INET && IPV6
---help---
The RDS (Reliable Datagram Sockets) protocol provides reliable,
sequenced delivery of datagrams over Infiniband or TCP.
--
2.18.0



2018-07-27 15:05:19

by Eric Dumazet

[permalink] [raw]
Subject: Re: [PATCH] net/rds/Kconfig: Correct the RDS depends



On 07/27/2018 06:18 AM, Anders Roxell wrote:
> Remove prefix 'CONFIG_' from CONFIG_IPV6
>
> Fixes: ba7d7e2677c0 ("net/rds/Kconfig: RDS should depend on IPV6")
> Reported-by: Eric Dumazet <[email protected]>
> Signed-off-by: Anders Roxell <[email protected]>
> ---

SGTM, thanks !

Reviewed-by: Eric Dumazet <[email protected]>


2018-07-27 20:22:02

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] net/rds/Kconfig: Correct the RDS depends

From: Anders Roxell <[email protected]>
Date: Fri, 27 Jul 2018 15:18:49 +0200

> Remove prefix 'CONFIG_' from CONFIG_IPV6
>
> Fixes: ba7d7e2677c0 ("net/rds/Kconfig: RDS should depend on IPV6")
> Reported-by: Eric Dumazet <[email protected]>
> Signed-off-by: Anders Roxell <[email protected]>

Oops, applied :)