]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
s390/ptrace: guarded storage regset for the current task
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 19 May 2017 13:32:09 +0000 (15:32 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 12 Jun 2017 14:25:59 +0000 (16:25 +0200)
commitf5bbd7219891364a6ba1231cb751905045fd4466
tree070a5d8591ddb7a5e660ee6c49d43deba0179e2c
parent53d7f25f09eb0ea7cb119d86590f3992656a6892
s390/ptrace: guarded storage regset for the current task

The regset functions for guarded storage are supposed to work on
the current task as well. For task == current add the required
load and store instructions for the guarded storage control block.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/ptrace.c