Re: [PATCH] accel/ivpu: Fix NOC firewall interrupt handling

2024-10-30 Thread Jacek Lawrynowicz
Applied to drm-misc-fixes On 10/17/2024 4:49 PM, Jacek Lawrynowicz wrote: > From: Andrzej Kacprowski > > The NOC firewall interrupt means that the HW prevented > unauthorized access to a protected resource, so there > is no need to trigger device reset in such case. > > To facilitate security t

Re: [PATCH] accel/ivpu: Fix NOC firewall interrupt handling

2024-10-29 Thread Jeffrey Hugo
On 10/17/2024 8:49 AM, Jacek Lawrynowicz wrote: From: Andrzej Kacprowski The NOC firewall interrupt means that the HW prevented unauthorized access to a protected resource, so there is no need to trigger device reset in such case. To facilitate security testing add firewall_irq_counter debugfs

Re: [PATCH] accel/ivpu: Fix NOC firewall interrupt handling

2024-10-25 Thread Jacek Lawrynowicz
Hi, On 10/18/2024 10:44 PM, Jeffrey Hugo wrote: > On 10/17/2024 8:49 AM, Jacek Lawrynowicz wrote: >> From: Andrzej Kacprowski >> >> The NOC firewall interrupt means that the HW prevented >> unauthorized access to a protected resource, so there >> is no need to trigger device reset in such case. >

Re: [PATCH] accel/ivpu: Fix NOC firewall interrupt handling

2024-10-18 Thread Jeffrey Hugo
On 10/17/2024 8:49 AM, Jacek Lawrynowicz wrote: From: Andrzej Kacprowski The NOC firewall interrupt means that the HW prevented unauthorized access to a protected resource, so there is no need to trigger device reset in such case. To facilitate security testing add firewall_irq_counter debugfs

[PATCH] accel/ivpu: Fix NOC firewall interrupt handling

2024-10-17 Thread Jacek Lawrynowicz
From: Andrzej Kacprowski The NOC firewall interrupt means that the HW prevented unauthorized access to a protected resource, so there is no need to trigger device reset in such case. To facilitate security testing add firewall_irq_counter debugfs file that tracks firewall interrupts. Fixes: 8a2