Re: [PATCH 1/1] net/sfc: add explicit fail path for unknown tunnel flow type

2023-07-17 Thread Ferruh Yigit
On 7/17/2023 9:27 AM, Andrew Rybchenko wrote: > On 7/14/23 15:41, Ivan Malov wrote: >> The driver supports flow tunnel offload. When the parsed rule >> type is unknown, which must not happen, the driver does not >> properly indicate the failure in non-debug builds. That >> presumably makes Coverity

Re: [PATCH 1/1] net/sfc: add explicit fail path for unknown tunnel flow type

2023-07-17 Thread Andrew Rybchenko
On 7/14/23 15:41, Ivan Malov wrote: The driver supports flow tunnel offload. When the parsed rule type is unknown, which must not happen, the driver does not properly indicate the failure in non-debug builds. That presumably makes Coverity report possible NULL pointer dereference in regard with u

[PATCH 1/1] net/sfc: add explicit fail path for unknown tunnel flow type

2023-07-14 Thread Ivan Malov
The driver supports flow tunnel offload. When the parsed rule type is unknown, which must not happen, the driver does not properly indicate the failure in non-debug builds. That presumably makes Coverity report possible NULL pointer dereference in regard with uninitialised HW match specification (w