Martin Schwidefsky 2317b07d05 s390: update sampling tag after task pid change
In a multi-threaded program any thread can call execve(). If this
is not done by the thread group leader, the de_thread() function
replaces the pid of the task that calls execve() with the pid of
thread group leader. If the task reaches user space again without
going over __switch_to() the sampling tag is still set to the old
pid.

Define the arch_setup_new_exec function to verify the task pid
and udpate the tag with LPP if it has changed.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2018-04-23 07:57:17 +02:00
..
2017-12-05 07:51:09 +01:00
2018-04-10 07:38:59 +02:00
2018-01-15 17:40:31 -06:00
2018-04-16 09:10:23 +02:00
2018-04-09 11:42:31 -07:00
2018-04-16 09:10:22 +02:00
2017-12-05 07:51:09 +01:00