commit | 7195ee3120d878259e8d94a5d9f808116f34d5ea | [log] [tgz] |
---|---|---|
author | Dave Martin <Dave.Martin@arm.com> | Mon Mar 27 15:10:57 2017 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Mar 29 08:54:17 2017 -0700 |
tree | b985c17e25a8c43beae84495672ed5447270b34a | |
parent | 5fe81fe98123ce41265c65e95d34418d30d005d1 [diff] |
metag/ptrace: Reject partial NT_METAG_RPIPE writes It's not clear what behaviour is sensible when doing partial write of NT_METAG_RPIPE, so just don't bother. This patch assumes that userspace will never rely on a partial SETREGSET in this case, since it's not clear what should happen anyway. Signed-off-by: Dave Martin <Dave.Martin@arm.com> Acked-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>