summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2021-10-05 00:27:49 +0200
committerHelge Deller <deller@gmx.de>2021-11-01 07:35:58 +0100
commit8779e05ba8aaffec1829872ef9774a71f44f6580 (patch)
tree634680b794cb753e4a13bc35b24637251e307e3b /drivers/Makefile
parenttask_stack: Fix end_of_stack() for architectures with upwards-growing stack (diff)
downloadlinux-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