[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201103175243.1f167807@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Tue, 3 Nov 2020 17:52:43 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Colin King <colin.king@...onical.com>
Cc: Sunil Goutham <sgoutham@...vell.com>,
Geetha sowjanya <gakula@...vell.com>,
hariprasad <hkelam@...vell.com>,
"David S . Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] octeontx2-pf: Fix sizeof() mismatch
On Mon, 2 Nov 2020 13:46:01 +0000 Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> An incorrect sizeof() is being used, sizeof(u64 *) is not correct,
> it should be sizeof(*sq->sqb_ptrs).
>
> Fixes: caa2da34fd25 ("octeontx2-pf: Initialize and config queues")
> Addresses-Coverity: ("Sizeof not portable (SIZEOF_MISMATCH)")
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
Applied, but to net-next. The driver depends on 64BIT so this is
harmless.
Powered by blists - more mailing lists