From: Pavel Machek <hidden> Date: 2018-08-05 06:59:34
Hi!
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).
I wonder if option should be named NET_RDS, instead?
And this sounds like a good idea:
(Plus, we normally have "module will be called foobar" and if unsure
say X. What happened to those?)
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).
I wonder if option should be named NET_RDS, instead?
RDS has been around for a while now (since 2.6). How will you
rename proposal manage backward compatibility? Why can't you call
your new option CONFIG_RADIO or similar instead?
Are we going to rename NFS* to NET_NFS* because someone decided
to reuse the NFS acronym?
And this sounds like a good idea:
- tristate "The RDS Protocol"
+ tristate "The Reliable Datagram Sockets (RDS) Protocol"
From: Pavel Machek <hidden> Date: 2018-08-05 10:38:01
On Sun 2018-08-05 06:19:45, Sowmini Varadhan wrote:
On (08/05/18 08:59), Pavel Machek wrote:
quoted
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).
I wonder if option should be named NET_RDS, instead?
RDS has been around for a while now (since 2.6). How will you
rename proposal manage backward compatibility? Why can't you call
your new option CONFIG_RADIO or similar instead?
Are we going to rename NFS* to NET_NFS* because someone decided
to reuse the NFS acronym?
Was it?
Because this was first time kernel asked that question... when I was
testing -next. Is this related?
commit 533d1daea8d8a389b37207ad7b50c4e750969231
IB: Revert "remove redundant INFINIBAND kconfig dependencies"
quoted
And this sounds like a good idea:
- tristate "The RDS Protocol"
+ tristate "The Reliable Datagram Sockets (RDS) Protocol"
RDS was added in 2.6.30: see https://kernelnewbies.org/Linux_2_6_30
Recent RDS commits may have triggered the observation you note below
(you may have had it disabled by default until now)
Because this was first time kernel asked that question... when I was
testing -next. Is this related?
Can you apply the patch, or do you want me to send it to davem?
Signed-off-by: Pavel Machek <redacted>
please feel free to send the patch and add me as
Acked-by: Sowmini Varadhan <redacted>
--Sowmini
Hi!
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).
Fair enough. Prompt change is fine Pavel.
I wonder if option should be named NET_RDS, instead?
And this sounds like a good idea:
(Plus, we normally have "module will be called foobar" and if unsure
say X. What happened to those?)
Module name is there for a while so please use different one if you
have a conflict with it.