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:   Wed, 25 Jan 2017 18:42:40 +0200
From:   Leon Romanovsky <leon@...nel.org>
To:     Colin King <colin.king@...onical.com>
Cc:     Steve Wise <swise@...lsio.com>, Doug Ledford <dledford@...hat.com>,
        Sean Hefty <sean.hefty@...el.com>,
        Hal Rosenstock <hal.rosenstock@...il.com>,
        linux-rdma@...r.kernel.org, kernel-janitors@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H

On Wed, Jan 25, 2017 at 02:48:49PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> Fix typo in header guard macro, is currently CXBG3_ABI_USER_H and
> should be CXGB3_ABI_USER_H (B and G are swapped).
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>

Doug had similar fix already in his tree queued for 4.10.
https://git.kernel.org/cgit/linux/kernel/git/dledford/rdma.git/commit/?h=k.o/for-4.10-rc&id=b1a27eac7fefff33ccf6acc919fc0725bf9815fb

> ---
>  include/uapi/rdma/cxgb3-abi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/rdma/cxgb3-abi.h b/include/uapi/rdma/cxgb3-abi.h
> index 48a19bd..d24eee1 100644
> --- a/include/uapi/rdma/cxgb3-abi.h
> +++ b/include/uapi/rdma/cxgb3-abi.h
> @@ -30,7 +30,7 @@
>   * SOFTWARE.
>   */
>  #ifndef CXGB3_ABI_USER_H
> -#define CXBG3_ABI_USER_H
> +#define CXGB3_ABI_USER_H
>
>  #include <linux/types.h>
>
> --
> 2.10.2
>

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ