diff options
| author | Eric W. Biederman <[email protected]> | 2022-04-26 16:45:37 -0500 |
|---|---|---|
| committer | Eric W. Biederman <[email protected]> | 2022-05-11 14:33:44 -0500 |
| commit | 4a3d2717d140401df7501a95e454180831a0c5af (patch) | |
| tree | 7baae80c9ca9792e5dac16a17e1339b6e0a55991 /drivers/platform/x86/intel/pmt/class.c | |
| parent | c200e4bb44e80b343c09841e7caaaca0aac5e5fa (diff) | |
ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP
xtensa is the last user of the PT_SINGLESTEP flag. Changing tsk->ptrace in
user_enable_single_step and user_disable_single_step without locking could
potentiallly cause problems.
So use a thread info flag instead of a flag in tsk->ptrace. Use TIF_SINGLESTEP
that xtensa already had defined but unused.
Remove the definitions of PT_SINGLESTEP and PT_BLOCKSTEP as they have no more users.
Cc: [email protected]
Acked-by: Max Filippov <[email protected]>
Tested-by: Kees Cook <[email protected]>
Reviewed-by: Oleg Nesterov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: "Eric W. Biederman" <[email protected]>
Diffstat (limited to 'drivers/platform/x86/intel/pmt/class.c')
0 files changed, 0 insertions, 0 deletions