Re: [PATCH 2/5] fix copyin/outmsg header for ! USER32

2023-02-27 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le lun. 27 févr. 2023 21:44:58 +0100, a ecrit: > * x86_64/copy_user.c: fix copyin/out, we already have a pointer to > user/kernel buffers > --- > x86_64/copy_user.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/x86_64/copy_user.c b/x8

[PATCH 2/5] fix copyin/outmsg header for ! USER32

2023-02-27 Thread Luca Dariz
* x86_64/copy_user.c: fix copyin/out, we already have a pointer to user/kernel buffers --- x86_64/copy_user.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x86_64/copy_user.c b/x86_64/copy_user.c index dd9fe2d7..86d23525 100644 --- a/x86_64/copy_user.c +++ b/x86_64/copy