Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2262047imm; Sun, 5 Aug 2018 00:00:23 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdHMBaRkxjNnZShtU72SNWnToU/+YmpfmocTT/dSDHdvJ+B+oHuE+jc3EPn2INc+HokqxMc X-Received: by 2002:a17:902:aa87:: with SMTP id d7-v6mr9567968plr.215.1533452423585; Sun, 05 Aug 2018 00:00:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533452423; cv=none; d=google.com; s=arc-20160816; b=ghw1pyVcP+COXZkaDOtFIJU4ajDA8OaQ2Gprq+PWti37xfffcxZcydBostnzNXsWox E8km/L5eMY8CchiOucJCkgfatghdDM6geaZVuzk2CbndMZpd/2w7Q0Lah7YLJnKwfgkG RDOSNyNCy5wML4iR0pM25aUc81T+OOO1baJ82Cw4tWZ/yU70hQ5gVx/RxJi8Xovm0gIp xNZV67R0GKDlkNKv1JDVJA6fqUar3pXstRGhpn4y2KnpQn8AKDg5q7Ik6TDWmQFX0aIe aFXVm/JcqnNk4ORzvxVJIB02/cvlc0PlpCeHGj7/n022YxDv6Z9DjfVMYovXOYrlDeF0 7hVA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date :arc-authentication-results; bh=HkM8gkMY8GZxoH2zt/d1dRqtDsTFYrGZQLhWzeDdUtk=; b=JP6cWLbJH//ytqC4eeGUowFKFu7wa52QuBE/k8g7Qy8v/8qSK/ogDTjEgCbI0qow+/ pLRuEP050Y1H1iPLt+TFmQGRclyz2Nh1Hk1zVX8ADz3PYp4Vskee5TyWDCqUr5di5H/C monUB3XDCbOZi232iKGcWDk0l4ZWmsRoYF2wfUp9CTw3rz5ErFrpbTWc3elkkccB6N+I XWAqB9O0akGzHwViFRED8UqQfS0GLNK13JCgWpXN1Sl44/21fhb63tYkupM/jo3MI7Nd 4yY0JtYxNOVZUa2Jx7VULWtE3JHWkSGqGz70k9+i/6TVzM4KKsUr84qEL6bvUVvZ/z3J rnfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m24-v6si9553083pgl.452.2018.08.05.00.00.08; Sun, 05 Aug 2018 00:00:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726207AbeHEJCy (ORCPT + 99 others); Sun, 5 Aug 2018 05:02:54 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:49113 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725924AbeHEJCy (ORCPT ); Sun, 5 Aug 2018 05:02:54 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id A17548064C; Sun, 5 Aug 2018 08:59:21 +0200 (CEST) Date: Sun, 5 Aug 2018 08:59:21 +0200 From: Pavel Machek To: ka-cheong.poon@oracle.com, santosh.shilimkar@oracle.com, kernel list , Netdev list Cc: Netdev list Subject: [PATCH] RDS is not Radio Data System Message-ID: <20180805065920.GA8968@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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?) 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 @@ =20 config RDS - tristate "The RDS Protocol" + tristate "The Reliable Datagram Sockets (RDS) Protocol" depends on INET ---help--- The RDS (Reliable Datagram Sockets) protocol provides reliable, --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAltmoEgACgkQMOfwapXb+vKTVACgthcMj86QoZHXuIFQSWSQh5GK sDAAmwe6rN3GP1s8UFewrOtWpQok/Y+6 =jUVb -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0--