All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/rds: RDS is not Radio Data System
@ 2018-08-30 10:23 Pavel Machek
  2018-08-30 10:30 ` Sowmini Varadhan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pavel Machek @ 2018-08-30 10:23 UTC (permalink / raw)
  To: Trivial patch monkey, Netdev list, sowmini.varadhan,
	santosh.shilimkar, ka-cheong.poon, linux-kernel
  Cc: David S. Miller

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

Getting prompt "The RDS Protocol" (RDS) is not too helpful, and it is
easily confused with Radio Data System (which we may want to support
in kernel, too).

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

diff --git a/net/rds/Kconfig b/net/rds/Kconfig
index 41f7556..2738f14 100644
--- a/net/rds/Kconfig
+++ b/net/rds/Kconfig
@@ -1,6 +1,6 @@
 
 config RDS
-	tristate "The RDS Protocol"
+	tristate "The (Reliable Datagram Sockets) Protocol"
 	depends on INET
 	---help---
 	  The RDS (Reliable Datagram Sockets) protocol provides reliable,

  
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [PATCH] net/rds: RDS is not Radio Data System
  2018-08-30 10:23 [PATCH] net/rds: RDS is not Radio Data System Pavel Machek
@ 2018-08-30 10:30 ` Sowmini Varadhan
  2018-08-30 11:30 ` [PATCHv2] " Pavel Machek
  2018-09-01  6:10 ` [PATCH] " David Miller
  2 siblings, 0 replies; 5+ messages in thread
From: Sowmini Varadhan @ 2018-08-30 10:30 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Trivial patch monkey, Netdev list, santosh.shilimkar,
	ka-cheong.poon, linux-kernel, David S. Miller

On (08/30/18 12:23), Pavel Machek wrote:
>  config RDS
> -	tristate "The RDS Protocol"
> +	tristate "The (Reliable Datagram Sockets) Protocol"

Can we drop the extra parentheses (i.e., the ())?



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

* [PATCHv2] net/rds: RDS is not Radio Data System
  2018-08-30 10:23 [PATCH] net/rds: RDS is not Radio Data System Pavel Machek
  2018-08-30 10:30 ` Sowmini Varadhan
@ 2018-08-30 11:30 ` Pavel Machek
  2018-08-30 11:32   ` Sowmini Varadhan
  2018-09-01  6:10 ` [PATCH] " David Miller
  2 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2018-08-30 11:30 UTC (permalink / raw)
  To: Trivial patch monkey, Netdev list, sowmini.varadhan,
	santosh.shilimkar, ka-cheong.poon, linux-kernel
  Cc: David S. Miller

[-- Attachment #1: Type: text/plain, Size: 810 bytes --]

Getting prompt "The RDS Protocol" (RDS) is not too helpful, and it is
easily confused with Radio Data System (which we may want to support
in kernel, too).

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

diff --git a/net/rds/Kconfig b/net/rds/Kconfig
index 41f7556..2738f14 100644
--- a/net/rds/Kconfig
+++ b/net/rds/Kconfig
@@ -1,6 +1,6 @@
 
 config RDS
-	tristate "The RDS Protocol"
+	tristate "The Reliable Datagram Sockets Protocol"
 	depends on INET
 	---help---
 	  The RDS (Reliable Datagram Sockets) protocol provides reliable,

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [PATCHv2] net/rds: RDS is not Radio Data System
  2018-08-30 11:30 ` [PATCHv2] " Pavel Machek
@ 2018-08-30 11:32   ` Sowmini Varadhan
  0 siblings, 0 replies; 5+ messages in thread
From: Sowmini Varadhan @ 2018-08-30 11:32 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Trivial patch monkey, Netdev list, santosh.shilimkar,
	ka-cheong.poon, linux-kernel, David S. Miller

On (08/30/18 13:30), Pavel Machek wrote:
> -	tristate "The RDS Protocol"
> +	tristate "The Reliable Datagram Sockets Protocol"


Looks good to me.

Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>


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

* Re: [PATCH] net/rds: RDS is not Radio Data System
  2018-08-30 10:23 [PATCH] net/rds: RDS is not Radio Data System Pavel Machek
  2018-08-30 10:30 ` Sowmini Varadhan
  2018-08-30 11:30 ` [PATCHv2] " Pavel Machek
@ 2018-09-01  6:10 ` David Miller
  2 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2018-09-01  6:10 UTC (permalink / raw)
  To: pavel
  Cc: trivial, netdev, sowmini.varadhan, santosh.shilimkar,
	ka-cheong.poon, linux-kernel

From: Pavel Machek <pavel@ucw.cz>
Date: Thu, 30 Aug 2018 12:23:37 +0200

> Getting prompt "The RDS Protocol" (RDS) is not too helpful, and it is
> easily confused with Radio Data System (which we may want to support
> in kernel, too).
> 
> Signed-off-by: Pavel Machek <pavel@ucw.cz>
> Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
> Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

Applied.

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

end of thread, other threads:[~2018-09-01  6:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-30 10:23 [PATCH] net/rds: RDS is not Radio Data System Pavel Machek
2018-08-30 10:30 ` Sowmini Varadhan
2018-08-30 11:30 ` [PATCHv2] " Pavel Machek
2018-08-30 11:32   ` Sowmini Varadhan
2018-09-01  6:10 ` [PATCH] " David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.