Re: [PATCH] crypto: hisilicon/qm - fix device leak on QoS updates

From: Johan Hovold

Date: Mon Nov 24 2025 - 05:07:47 EST


On Mon, Nov 24, 2025 at 10:03:03AM +0800, liulongfang wrote:
> On 2025/11/21 19:11, Johan Hovold wrote:
> > Make sure to drop the reference taken when looking up the PCI device on
> > QoS updates.

> This issue has already been fixed by the following patch:
> "[PATCH] crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_value".

Ah, sorry for not noticing. I was still using rc5 as base and apparently
forgot to check linux-next.

Johan