lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 29 May 2020 16:41:07 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     rao.shoaib@...cle.com
Cc:     netdev@...r.kernel.org, linux-rdma@...r.kernel.org,
        somasundaram.krishnasamy@...cle.com
Subject: Re: [PATCH net-next] rds: transport module should be auto loaded
 when transport is set

From: rao.shoaib@...cle.com
Date: Wed, 27 May 2020 01:17:42 -0700

> diff --git a/include/uapi/linux/rds.h b/include/uapi/linux/rds.h
> index cba368e55863..7273c681e6c1 100644
> --- a/include/uapi/linux/rds.h
> +++ b/include/uapi/linux/rds.h
> @@ -64,7 +64,7 @@
>  
>  /* supported values for SO_RDS_TRANSPORT */
>  #define	RDS_TRANS_IB	0
> -#define	RDS_TRANS_IWARP	1
> +#define	RDS_TRANS_GAP	1
>  #define	RDS_TRANS_TCP	2
>  #define RDS_TRANS_COUNT	3
>  #define	RDS_TRANS_NONE	(~0)

You can't break user facing UAPI like this, sorry.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ