[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200720170951.3BFFDC433C9@smtp.codeaurora.org>
Date: Mon, 20 Jul 2020 17:09:51 +0000 (UTC)
From: Kalle Valo <kvalo@...eaurora.org>
To: "Saheed O. Bolarinwa" <refactormyself@...il.com>
Cc: skhan@...uxfoundation.org, linux-pci@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
linux-kernel@...r.kernel.org,
QCA ath9k Development <ath9k-devel@....qualcomm.com>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
Bolarinwa Olayemi Saheed <refactormyself@...il.com>
Subject: Re: [PATCH 3/14 v3] ath9k: Check the return value of
pcie_capability_read_*()
"Saheed O. Bolarinwa" <refactormyself@...il.com> wrote:
> On failure pcie_capability_read_dword() sets it's last parameter, val
> to 0. However, with Patch 14/14, it is possible that val is set to ~0 on
> failure. This would introduce a bug because (x & x) == (~0 & x).
>
> This bug can be avoided without changing the function's behaviour if the
> return value of pcie_capability_read_dword is checked to confirm success.
>
> Check the return value of pcie_capability_read_dword() to ensure success.
>
> Suggested-by: Bjorn Helgaas <bjorn@...gaas.com>
> Signed-off-by: Bolarinwa Olayemi Saheed <refactormyself@...il.com>
> Signed-off-by: Kalle Valo <kvalo@...eaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
9a8ab2bfb678 ath9k: Check the return value of pcie_capability_read_*()
--
https://patchwork.kernel.org/patch/11660731/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists