On 7/19/2024 4:53 PM, Dan Carpenter wrote:
Hello Pavan Kumar Linga,
Commit 4930fbf419a7 ("idpf: add core init and interrupt request")
from Aug 7, 2023 (linux-next), leads to the following Smatch static
checker warning:
drivers/net/ethernet/intel/idpf/idpf_lib.c:417 idpf_intr_req()
On 8/26/2024 11:10 AM, Manoj Vishwanathan wrote:
The transaction salt was being accessed before acquiring the
idpf_vc_xn_lock when idpf has to forward the virtchnl reply.
Fixes: 34c21fa894a1a (“idpf: implement virtchnl transaction manager”)
Signed-off-by: Manoj Vishwanathan
Reviewed-by: Pa
On 8/26/2024 11:10 AM, Manoj Vishwanathan wrote:
From: Marco Leogrande
When a workqueue is created with `WQ_UNBOUND`, its work items are
served by special worker-pools, whose host workers are not bound to
any specific CPU. In the default configuration (i.e. when
`queue_delayed_work` and frie
On 8/26/2024 11:10 AM, Manoj Vishwanathan wrote:
Add more information related to the transaction like cookie, vc_op,
salt when transaction times out and include similar information
when transaction salt does not match.
Info output for transaction timeout:
---
(op:5015 cookie:4
On 12/27/2023 1:45 PM, Paul Menzel wrote:
Dear Pavan,
Thank you for yoru patch.
Am 27.12.23 um 18:37 schrieb Pavan Kumar Linga:
Config option in arm random config file
Sorry, I do not understand this part of the sentence. What Kconfig
option was selected exactly causing this behavior.
On 12/28/2023 9:39 AM, Linga, Pavan Kumar wrote:
On 12/27/2023 1:45 PM, Paul Menzel wrote:
Dear Pavan,
Thank you for yoru patch.
Am 27.12.23 um 18:37 schrieb Pavan Kumar Linga:
Config option in arm random config file
Sorry, I do not understand this part of the sentence. What Kconfig
On 10/5/2023 10:25 AM, Tony Nguyen wrote:
On 10/4/2023 3:06 PM, Pavan Kumar Linga wrote:
In idpf_vc_core_init, the mailbox work is queued
on a mailbox workqueue but it is not cancelled on error.
This results in a call trace when idpf_mbx_task tries
to access the freed mailbox queue pointer.
On 10/24/2024 7:39 AM, Simon Horman wrote:
On Tue, Oct 22, 2024 at 10:35:27AM -0700, Pavan Kumar Linga wrote:
In an event where the platform running the device control plane
is rebooted, reset is detected on the driver. It releases
all the resources and waits for the reset to complete. Once t