On 10/11/22 15:22, Kevin Brodsky wrote:
On 28/09/2022 16:26, Amit Daniel Kachhap wrote:
Hi,
This series adapts semctl/msgctl for compat64. This depends on Teo's work on shmctl.
These patches can also be found on this location [1].
Thanks, Amit
review/semctl_msgctl_v1
Amit Daniel Kachhap (3): ipc/sem: Adapt semctl syscall for compat64 ipc/msg: Adapt msgctl syscall for compat64 arm64: compat: Fix structs compat_semid64_ds/compat_msqid64_ds
Just have a couple of nits, otherwise this looks good. I'll merge the v2 together with Téo's series.
Thanks for the review. Just sent the v2 along with the suggestions.
Thanks, Amit
Kevin
arch/arm64/include/asm/compat.h | 11 +++++++++++ ipc/msg.c | 6 ++++++ ipc/sem.c | 9 +++++++-- 3 files changed, 24 insertions(+), 2 deletions(-)