[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <9CD4D9AD-D1A3-4C4D-965A-7EFD918608A4@holtmann.org>
Date: Mon, 22 Mar 2021 18:12:15 +0100
From: Marcel Holtmann <marcel@...tmann.org>
To: Arnd Bergmann <arnd@...nel.org>
Cc: Johan Hedberg <johan.hedberg@...il.com>,
Luiz Augusto von Dentz <luiz.dentz@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Arnd Bergmann <arnd@...db.de>,
linux-bluetooth <linux-bluetooth@...r.kernel.org>,
netdev <netdev@...r.kernel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] bluetooth: fix set_ecdh_privkey() prototype
Hi Arnd,
> gcc-11 points out that the declaration does not match the definition:
>
> net/bluetooth/ecdh_helper.c:122:55: error: argument 2 of type ‘const u8[32]’ {aka ‘const unsigned char[32]’} with mismatched bound [-Werror=array-parameter=]
> 122 | int set_ecdh_privkey(struct crypto_kpp *tfm, const u8 private_key[32])
> | ~~~~~~~~~^~~~~~~~~~~~~~~
> In file included from net/bluetooth/ecdh_helper.c:23:
> net/bluetooth/ecdh_helper.h:28:56: note: previously declared as ‘const u8 *’ {aka ‘const unsigned char *’}
> 28 | int set_ecdh_privkey(struct crypto_kpp *tfm, const u8 *private_key);
> | ~~~~~~~~~~^~~~~~~~~~~
>
> Change the declaration to contain the size of the array, rather than
> just a pointer.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> net/bluetooth/ecdh_helper.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
patch has been applied to bluetooth-next tree.
Regards
Marcel
Powered by blists - more mailing lists