diff mbox

IB/uverbs: Use the standard kConfig format for experimental

Message ID 20180202214003.GA28856@ziepe.ca (mailing list archive)
State Accepted
Headers show

Commit Message

Jason Gunthorpe Feb. 2, 2018, 9:40 p.m. UTC
We really don't want people turning this on just yet, make it very
clear with capital letters.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
---
 drivers/infiniband/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Doug Ledford Feb. 4, 2018, 4:58 p.m. UTC | #1
On Fri, 2018-02-02 at 14:40 -0700, Jason Gunthorpe wrote:
> We really don't want people turning this on just yet, make it very
> clear with capital letters.
> 
> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>

Thanks, applied.
diff mbox

Patch

diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig
index fe63af421e798d..857beed1459ce7 100644
--- a/drivers/infiniband/Kconfig
+++ b/drivers/infiniband/Kconfig
@@ -35,7 +35,7 @@  config INFINIBAND_USER_ACCESS
 	  rdma-core <https://github.com/linux-rdma/rdma-core>.
 
 config INFINIBAND_EXP_USER_ACCESS
-	bool "Allow experimental support for Infiniband ABI"
+	bool "Enable the full uverbs ioctl interface (EXPERIMENTAL)"
 	depends on INFINIBAND_USER_ACCESS
 	---help---
 	  IOCTL based ABI support for Infiniband. This allows userspace