]> git.baikalelectronics.ru Git - kernel.git/commit
s390: ensure that syscall arguments are properly masked on s390
authorPaul Moore <paul@paul-moore.com>
Wed, 22 Jun 2016 20:40:07 +0000 (16:40 -0400)
committerPaul Moore <paul@paul-moore.com>
Wed, 22 Jun 2016 20:40:07 +0000 (16:40 -0400)
commit151183d02c25709ce580a749bf287a2783a50334
tree9d6e8e9723f26899e533f0f247b126d769f77595
parent80c797a4684a7269c66770820be325ea2dd549d7
s390: ensure that syscall arguments are properly masked on s390

When executing s390 code on s390x the syscall arguments are not
properly masked, leading to some malformed audit records.

Signed-off-by: Paul Moore <paul@paul-moore.com>
arch/s390/kernel/ptrace.c