CVE-2025-38177

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38177
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38177.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38177
Downstream
Related
Published
2025-07-04T13:15:24Z
Modified
2025-08-28T15:15:48Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

schhfsc: make hfscqlen_notify() idempotent

hfscqlennotify() is not idempotent either and not friendly to its callers, like fqcodeldequeue(). Let's make it idempotent to ease qdisctreereduce_backlog() callers' life:

  1. updatevf() decreases cl->clnactive, so we can check whether it is non-zero before calling it.

  2. eltreeremove() always removes RB node cl->elnode, but we can use RBEMPTYNODE() + RBCLEARNODE() to make it safe.

References

Affected packages