]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tools/workqueue: add CACHE_SHARD support to wq_dump.py
authorBreno Leitao <leitao@debian.org>
Wed, 1 Apr 2026 13:03:55 +0000 (06:03 -0700)
committerTejun Heo <tj@kernel.org>
Wed, 1 Apr 2026 20:24:18 +0000 (10:24 -1000)
commit738390a5321c7d34f468bc69f7232db711210bc0
tree6efcfcab12b88eb4891488a21e24290b725b6f45
parent4cdc8a7389d5025051f6c4a60fb5b7cb9b7960bb
tools/workqueue: add CACHE_SHARD support to wq_dump.py

The WQ_AFFN_CACHE_SHARD affinity scope was added to the kernel but
wq_dump.py was not updated to enumerate it. Add the missing constant
lookup and include it in the affinity scopes iteration so that drgn
output shows the CACHE_SHARD pod topology alongside the other scopes.

Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/workqueue/wq_dump.py