linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/rds/Kconfig: Correct the RDS depends
@ 2018-07-27 13:18 Anders Roxell
  2018-07-27 15:03 ` Eric Dumazet
  2018-07-27 20:19 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Anders Roxell @ 2018-07-27 13:18 UTC (permalink / raw)
  To: santosh.shilimkar, davem, eric.dumazet
  Cc: netdev, linux-rdma, rds-devel, linux-kernel, Anders Roxell

Remove prefix 'CONFIG_' from CONFIG_IPV6

Fixes: ba7d7e2677c0 ("net/rds/Kconfig: RDS should depend on IPV6")
Reported-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/rds/Kconfig: Correct the RDS depends
  2018-07-27 13:18 [PATCH] net/rds/Kconfig: Correct the RDS depends Anders Roxell
@ 2018-07-27 15:03 ` Eric Dumazet
  2018-07-27 20:19 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Dumazet @ 2018-07-27 15:03 UTC (permalink / raw)
  To: Anders Roxell, santosh.shilimkar, davem, eric.dumazet
  Cc: netdev, linux-rdma, rds-devel, linux-kernel



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 <eric.dumazet@gmail.com>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---

SGTM, thanks !

Reviewed-by: Eric Dumazet <edumazet@google.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/rds/Kconfig: Correct the RDS depends
  2018-07-27 13:18 [PATCH] net/rds/Kconfig: Correct the RDS depends Anders Roxell
  2018-07-27 15:03 ` Eric Dumazet
@ 2018-07-27 20:19 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2018-07-27 20:19 UTC (permalink / raw)
  To: anders.roxell
  Cc: santosh.shilimkar, eric.dumazet, netdev, linux-rdma, rds-devel,
	linux-kernel

From: Anders Roxell <anders.roxell@linaro.org>
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 <eric.dumazet@gmail.com>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>

Oops, applied :)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-27 20:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27 13:18 [PATCH] net/rds/Kconfig: Correct the RDS depends Anders Roxell
2018-07-27 15:03 ` Eric Dumazet
2018-07-27 20:19 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).