summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorRijo Thomas <Rijo-john.Thomas@amd.com>2023-02-28 12:41:20 +0300
committerJens Wiklander <jens.wiklander@linaro.org>2023-02-28 20:39:19 +0300
commitf8502fba45bd30e1a6a354d9d898bc99d1a11e6d (patch)
tree590c40c2643308ba20233918ef7068e7eb02ee42 /tools/perf/scripts/python/check-perf-trace.py
parentc9c3395d5e3dcc6daee66c6908354d47bf98cb0c (diff)
downloadlinux-f8502fba45bd30e1a6a354d9d898bc99d1a11e6d.tar.xz
tee: amdtee: fix race condition in amdtee_open_session
There is a potential race condition in amdtee_open_session that may lead to use-after-free. For instance, in amdtee_open_session() after sess->sess_mask is set, and before setting: sess->session_info[i] = session_info; if amdtee_close_session() closes this same session, then 'sess' data structure will be released, causing kernel panic when 'sess' is accessed within amdtee_open_session(). The solution is to set the bit sess->sess_mask as the last step in amdtee_open_session(). Fixes: 757cc3e9ff1d ("tee: add AMD-TEE driver") Cc: stable@vger.kernel.org Signed-off-by: Rijo Thomas <Rijo-john.Thomas@amd.com> Acked-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions