summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorDaniel Zahka <daniel.zahka@gmail.com>2026-08-14 04:44:06 -0700
committerJakub Kicinski <kuba@kernel.org>2026-08-17 11:02:07 -0700
commitcf85f810f911234a06a4ef2439e8694b93b717fc (patch)
treeb4dc0672330d7dfebd2208a87acbe6b70cb02b48 /tools/perf/scripts/python/bin/stackcollapse-report
parent96bf660d4c14948293fe5d8e26d2de536f8eb1d8 (diff)
net: psp: use psp_dev_is_registered() in psp_assoc_free()
No functional changes. In code paths that use a psp_dev reference that wasn't obtained from the psp_devs xarray, e.g. not via psp_device_get_and_lock(), there is no guarantee that the psp_dev has not been unregistered. The check here is correct, but it doesn't match other code paths that use psp_dev_is_registered(). Commit b89769f936a8 ("net: psp: check for device unregister when creating assoc") is an example of a fix that adds a check for this after locking a psp_dev. if (psp_dev_is_registered(psd)) vs if (psd->ops) makes it clear what we are really checking for. Signed-off-by: Daniel Zahka <daniel.zahka@gmail.com> Link: https://patch.msgid.link/20260814-psp-dev-is-reg-v1-1-5029e1f1eb01@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions