All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix private compat syscall emulation
@ 2019-01-03 18:13 Will Deacon
  2019-01-03 18:13   ` Will Deacon
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Will Deacon @ 2019-01-03 18:13 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Will Deacon, Dave.Martin, pihsun

Hi all,

These three fixes should address the issues reported in [1] relating to
our emulation of the ARM private syscall region.

Cheers,

Will

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2019-January/623132.html

--->8

Will Deacon (3):
  arm64: compat: Avoid sending SIGILL for unallocated syscall numbers
  arm64: compat: Don't pull syscall number from regs in
    arm_compat_syscall
  arm64: compat: Hook up io_pgetevents() for 32-bit tasks

 arch/arm64/include/asm/unistd.h   |  7 ++++---
 arch/arm64/include/asm/unistd32.h |  2 ++
 arch/arm64/kernel/sys_compat.c    | 11 +++++------
 arch/arm64/kernel/syscall.c       |  9 ++++-----
 4 files changed, 15 insertions(+), 14 deletions(-)

-- 
2.1.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-01-04 14:15 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03 18:13 [PATCH 0/3] Fix private compat syscall emulation Will Deacon
2019-01-03 18:13 ` [PATCH 1/3] arm64: compat: Avoid sending SIGILL for unallocated syscall numbers Will Deacon
2019-01-03 18:13   ` Will Deacon
2019-01-04  4:50   ` Sasha Levin
2019-01-04 12:54   ` Dave Martin
2019-01-04 12:54     ` Dave Martin
2019-01-04 13:47     ` Will Deacon
2019-01-04 13:47       ` Will Deacon
2019-01-04 14:15       ` Dave Martin
2019-01-04 14:15         ` Dave Martin
2019-01-03 18:13 ` [PATCH 2/3] arm64: compat: Don't pull syscall number from regs in arm_compat_syscall Will Deacon
2019-01-03 18:13   ` Will Deacon
2019-01-04  4:50   ` Sasha Levin
2019-01-04 12:37   ` Dave Martin
2019-01-04 12:37     ` Dave Martin
2019-01-03 18:14 ` [PATCH 3/3] arm64: compat: Hook up io_pgetevents() for 32-bit tasks Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.