[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <59a81c79-7770-7673-5ebd-d79c44824554@linux.intel.com>
Date: Mon, 23 Jan 2023 13:15:26 +0200
From: "naamax.meir" <naamax.meir@...ux.intel.com>
To: Tom Rix <trix@...hat.com>, jesse.brandeburg@...el.com,
anthony.l.nguyen@...el.com, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
richardcochran@...il.com, nathan@...nel.org,
ndesaulniers@...gle.com, vinicius.gomes@...el.com,
jeffrey.t.kirsher@...el.com
Cc: netdev@...r.kernel.org, llvm@...ts.linux.dev,
intel-wired-lan@...ts.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [Intel-wired-lan] [PATCH] igc: return an error if the mac type is
unknown in igc_ptp_systim_to_hwtstamp()
On 1/14/2023 16:04, Tom Rix wrote:
> clang static analysis reports
> drivers/net/ethernet/intel/igc/igc_ptp.c:673:3: warning: The left operand of
> '+' is a garbage value [core.UndefinedBinaryOperatorResult]
> ktime_add_ns(shhwtstamps.hwtstamp, adjust);
> ^ ~~~~~~~~~~~~~~~~~~~~
>
> igc_ptp_systim_to_hwtstamp() silently returns without setting the hwtstamp
> if the mac type is unknown. This should be treated as an error.
>
> Fixes: 81b055205e8b ("igc: Add support for RX timestamping")
> Signed-off-by: Tom Rix <trix@...hat.com>
> ---
> drivers/net/ethernet/intel/igc/igc_ptp.c | 14 +++++++++-----
> 1 file changed, 9 insertions(+), 5 deletions(-)
Tested-by: Naama Meir <naamax.meir@...ux.intel.com>
Powered by blists - more mailing lists