Jiaxun Yang 78f459dce4 MIPS: scall: Save thread_info.syscall unconditionally on entry
[ Upstream commit 4370b673ccf240bf7587b0cb8e6726a5ccaf1f17 ]

thread_info.syscall is used by syscall_get_nr to supply syscall nr
over a thread stack frame.

Previously, thread_info.syscall is only saved at syscall_trace_enter
when syscall tracing is enabled. However rest of the kernel code do
expect syscall_get_nr to be available without syscall tracing. The
previous design breaks collect_syscall.

Move saving process to syscall entry to fix it.

Reported-by: Xi Ruoyao <xry111@xry111.site>
Link: https://github.com/util-linux/util-linux/issues/2867
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-05-17 11:50:54 +02:00
..
2021-04-07 16:11:05 +02:00
2021-03-10 15:18:40 +01:00
2020-05-22 09:09:01 +02:00
2021-02-15 12:23:54 +01:00
2021-03-06 08:43:39 +01:00
2020-05-15 14:53:19 +02:00
2020-07-26 10:18:35 +02:00
2021-04-07 16:11:05 +02:00
2022-08-17 14:24:06 +02:00
2024-03-01 13:21:51 +01:00
2021-01-27 21:49:16 +01:00
2020-05-07 11:55:47 +02:00