diff options
author | Helge Deller <deller@gmx.de> | 2021-10-05 00:27:49 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2021-11-01 07:35:58 +0100 |
commit | 8779e05ba8aaffec1829872ef9774a71f44f6580 (patch) | |
tree | 634680b794cb753e4a13bc35b24637251e307e3b /drivers/Makefile | |
parent | task_stack: Fix end_of_stack() for architectures with upwards-growing stack (diff) | |
download | linux-8779e05ba8aaffec1829872ef9774a71f44f6580.tar.xz linux-8779e05ba8aaffec1829872ef9774a71f44f6580.zip |
parisc: Fix ptrace check on syscall return
The TIF_XXX flags are stored in the flags field in the thread_info
struct (TI_FLAGS), not in the flags field of the task_struct structure
(TASK_FLAGS).
It seems this bug didn't generate any important side-effects, otherwise it
wouldn't have went unnoticed for 12 years (since v2.6.32).
Signed-off-by: Helge Deller <deller@gmx.de>
Fixes: ecd3d4bc06e48 ("parisc: stop using task->ptrace for {single,block}step flags")
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: stable@vger.kernel.org
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions